-
Notifications
You must be signed in to change notification settings - Fork 11
module repair
goflishMC edited this page Jun 29, 2025
·
1 revision
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.
plugins/Divinity/modules/repair/items/repairshard1.yml
plugins/Divinity/modules/repair/items/sample_tool.yml
plugins/Divinity/modules/repair/settings.yml
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 |