DP-ToolRepair
A plugin that repairs tools that need repair with money and experience.
📖About DP-ToolRepair
Example Video : Coming soon!
This plugin lets players repair their tools through an in-game GUI, charging configurable costs in money and/or experience.
Players can open the repair GUI, place damaged tools inside, and repair them all at once if they have enough money/EXP.
Admins can reload config and language files without restarting.
- GUI-based tool repair — Players open the repair inventory and place damaged tools to repair
- Money and EXP costs — Repair cost is calculated per durability point and can charge money, EXP, or both
- Configurable rates — Set cost per durability and toggle money/EXP costs in
config.yml - Safe item handling — Items are returned when closing the GUI (or dropped if inventory is full)
- Simple admin management — Supports reload command to apply settings instantly
- All DP-Plugins require the
DPP-Coreplugin. - The plugin will not work if
DPP-Coreis not installed. - You can download
DPP-Corehere: Click me! - This plugin requires Essentials for economy support (money cost feature).
1️⃣ Place the DPP-Core plugin, Essentials, and this plugin file (DP-ToolRepair-*.jar) into your server’s plugins folder.
2️⃣ Restart the server, and the plugin will be automatically enabled.
3️⃣ If needed, you can open and modify config.yml and language files to customize settings, then apply with /dptr reload.
config.yml: Manages basic plugin settings.Settings.prefix: plugin message prefixSettings.EnableMoneyCost: enable/disable money costSettings.EnableExpCost: enable/disable exp costSettings.RepairMoneyCostPerDurability: money cost per durabilitySettings.RepairExpCostPerDurability: exp cost per durability
❗ Some commands require admin permission (dptr.admin).
Command List and Examples
| Command | Permission | Description | Example |
|---|---|---|---|
/dptr open |
dptr.use | Open the tool repair GUI | /dptr open |
/dptr reload |
dptr.admin | Reload config and language files | /dptr reload |
❗Notes when using commands
- Repair costs are calculated by durability and shown inside the GUI
- If the player does not have enough money/EXP, the repair is cancelled
- Money cost requires Essentials (economy)
- Admin commands require OP status or the
dptr.adminpermission
- Economy transactions are handled via DPP-Core MoneyAPI (Essentials economy required for money cost)
- https://discord.gg/JnMCqkn2FX
- If you have any questions or issues, please contact your server administrator or refer to the plugin distribution page.
- Feel free to leave suggestions for new features or improvements anytime!