Skip to content

module sets

goflishMC edited this page Jun 30, 2025 · 2 revisions

🛡️ 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

Clone this wiki locally