module sets - magemonkeystudio/divinity GitHub Wiki
๐ก๏ธ Sets Module
The Sets module allows you to create powerful item sets that grant bonuses when equipped together. You can define armor sets, weapons, or hybrids, and specify abilities or effects that activate when a player wears multiple matching items.
๐ File Structure
All item-based configurations for sets are stored in:
plugins/Divinity/modules/sets/items/
Settings for the module are located in:
plugins/Divinity/modules/sets/settings.yml
๐งพ Commands
Command | Description |
---|---|
/sets help |
Show help page. |
/sets reload |
Reload the module. |
๐ Permissions
Permission Node | Description |
---|---|
divinity.sets.help |
Access the help command. |
divinity.sets.reload |
Permission to reload the module. |
divinity.sets.* |
Grants all Sets module commands. |
๐ Subpages
- โ๏ธ settings.yml โ Main configuration for the module.
- โ๏ธ coldarmorset.yml โ Ice-themed armor set.
- ๐ช slashingaxe.yml โ A powerful axe weapon set.
- ๐ฟ thorny.yml โ Nature-themed equipment.
- ๐พ wildcat.yml โ Feral gear with mobility bonuses.