Skip to content

module repair

goflishMC edited this page Jun 29, 2025 · 1 revision

🛠️ Repair Module

The Repair module adds a custom anvil interface and special shard items that can restore durability to tools or weapons. Players can interact with the GUI or use repair items through drag-and-drop mechanics.


📁 File Locations

plugins/Divinity/modules/repair/items/repairshard1.yml
plugins/Divinity/modules/repair/items/sample_tool.yml
plugins/Divinity/modules/repair/settings.yml

📎 Sub Pages


💬 Commands & Permissions

Command Description Permission
/rpgrepair open Open the custom repair anvil GUI divinity.repair.open
/rpgrepair help Show help page divinity.repair.help
/rpgrepair get <id> [level] [amount] Get a repair item divinity.repair.get
/rpgrepair give <player> <id> [level] [amount] Give a repair item to a player divinity.repair.give
/rpgrepair drop <world> <x> <y> <z> <id> [level] [amount] Drop the specified repair item divinity.repair.drop
/rpgrepair list [page] List of all available repair items divinity.repair.list
/rpgrepair reload Reload the repair module divinity.repair.reload
Clone this wiki locally