Live
badgyver published Npc BandsWrecks published The DiverWrecks followed @JeffGoldblumeZA_Machete published ShoppyStock EditorWizla reacted 👍 to Triviamagnumk reacted 🔥 to Zombie AnimalsSilent_Creations published Node-loot IslandSilent_Creations published Halloween RaidIslandsSilent_Creations published New Haven OutpostAmanda Davis followed @Silent_Creations𝐻𝒾𝑔𝒽𝑀𝒾𝓁𝑒𝓈 followed @Silent_CreationsSilent_Creations published Map DecorMabel published TriviaSilent_Creations published Murder FarmSilent_Creations published The Morgue Silent_Creations published Large Mod/Staff RoomSilent_Creations published Halloween DecorSilent_Creations published 5 Pack of Custom Build LocationsSilent_Creations published Mini Raid Islands 5 PackSilent_Creations published Small Mod/Staff RoomSilent_Creations published 2 Pack Custom Raid IslandsSilent_Creations published Silents Heli Tower V2Silent_Creations published The Auto ShopSilent_Creations published Modular Road TunnelsSilent_Creations published Node-Loot Island V2Silent_Creations published Roadside WarehouseSilent_Creations published Silents ArenaSilent_Creations published Sewage Treatment PlantSilent_Creations published Black Rock Medical CenterSilent_Creations published Mills Trailer Park
Browse/Rust/Plugins/Economy Repair

Economy Repair

Brad Copp 0.0 (0)v1.0.7OxideCarbon#rust#plugin#economics#economy
Economy Repair1 / 2
Description

Compliment your in game economy system by allowing players to repair weapons using their currency.

Economy Repair offers a solution that lets players repair their damaged weapons using in-game currency of your choice. With this plugin, your worn-out AKs, tools, and gear can be repaired through a simple new option in the repair bench, making sure you're always prepared for the next battle!

Key Features:

  • Multiple Currency Support: Use popular Rust plugins like Economics or ServerRewards to pay for repairs using your in-game currency. You can even set up custom item-based currencies for repairs!
  • Condition Loss: Condition loss can be disabled, or the scale of it modified.
  • VIP Discounts: Offer VIP players reduced repair costs, providing an extra incentive for premium members of your community.
  • Customizable Repair Costs: Tailor the repair prices for different items, ensuring fair costs for everything from weapons to tools. Repair cost can be set globally, and per item.
  • Clean UI: Enjoy a sleek almost vanilla like repair button that appears when interacting with a repair bench. Instantly know the cost to restore your item and confirm the repair with just a click.
  • Repair Blacklist: Administrators can blacklist certain items from being repaired, maintaining control over game balance and preventing unintended item restorations.

How It Works:

1. Interact with a repair bench.
2. Insert item normally into the repair bench
3. See the cost, click the repair button!


Economy Repair is your perfect choice for expanding the usefulness of economy on your server. Keep your equipment in top shape without the hassle of searching through boxes to try and find the correct components.

PERMISSIONS:

economyrepair.use - Required to see and use the economy repair option
economyrepair.VIP - Required for VIP discount feature

CONFIG EXAMPLE:

code
1{
2 "Default Max Repair Cost": 100.0, // default repair cost for all items
3 "Reduce Durability On Repair": true, // should the item lose durability if repaired with currency?
4 "Durability Loss Scaling Factor": 1.0, // play with this to increase/reduce how much durability is lost
5 "Currency System (Economics, ServerRewards, Item, TCBank)": "Economics", //which currency system to use
6 "VIP Discount Percentage": 0.0, // percentage discount for players with VIP permission
7 "Currency Item": { // If using __TK1__ as currency, specify item details here
8 "ItemID": 0,
9 "SkinID": 0,
10 "Display Name": "Currency"
11 },
12 "Custom Repair Costs": { // customize repair cost for individual items
13 "hatchet": 50.0,
14 "pickaxe": 75.0
15 },
16 "Repair Blacklist": [ // list of items which cannot be repaired using currency
17 "minigun",
18 "fuse"
19 ],
20 "Blacklisted SkinIDs": [
21 3380502905,
22 987654321
23 ],
24 "Debug Messages Enabled": false
25}

LANG EXAMPLE:

code
1 {
2 "RepairCostLabel": "Economy Repair: {0} {1}",
3 "CurrencyLabel": "$",
4 "RepairButtonLabel": "Repair",
5 "NoValidItem": "No valid item to repair.",
6 "MaxDurability": "This item is already at full durability.",
7 "NotEnoughCurrency": "You do not have enough {0} to repair this item.",
8 "RepairSuccess": "Item successfully repaired.",
9 "RepairFailed": "Failed to repair the item. Please try again.",
10 "ItemBlacklisted": "This item cannot be repaired."
11}
$7.98
Views1.2k
Downloads79
Purchases0
Rating 0.0
Version1.0.7
PlatformRust
CategoryPlugins
CompatibleOxide · Carbon
Size21 KB
PublishedMar 25, 2026
UpdatedJul 13, 2026
✓ Reviewed for safety and integrity