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


๐Ÿ”— Back to Modules

โ† Return to Modules List