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!
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.
economyrepair.use - Required to see and use the economy repair option
economyrepair.VIP - Required for VIP discount feature
| 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 | } |
| 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 | } |