module refine - magemonkeystudio/divinity GitHub Wiki
The Refine module allows players to enhance specific items using refining materials like stones or scrolls. These upgrades can improve item performance or unlock new features, while also supporting downgrade functionality.
plugins/Divinity/modules/refine/items/sample_stone.yml
plugins/Divinity/modules/refine/settings.yml
- Enhance items through in-game materials with level-based scaling
- Support for downgrading refined items
- Fully configurable rates, requirements, and effects
- Supports drag-and-drop mechanics
- Visual and audio feedback via actions
Command | Description | Permission |
---|---|---|
/refine downgrade |
Force downgrades refined item in your hand | divinity.refine.downgrade |
/refine help |
Show help page | divinity.refine.help |
/refine get <id> [level] [amount] |
Get a module item | divinity.refine.get |
/refine give <player> <id> [level] [amount] |
Give a module item to a player | divinity.refine.give |
/refine drop <world> <x> <y> <z> <id> [level] [amount] |
Drop a module item in the world | divinity.refine.drop |
/refine list [page] |
List module items | divinity.refine.list |
/refine reload |
Reload the module | divinity.refine.reload |
- refine-sample_stone — Example refine item configuration
- refine-settings — Module behavior, GUI formatting, and effects