-
Notifications
You must be signed in to change notification settings - Fork 13
07 Modules
MaksyKun edited this page Jul 25, 2026
·
1 revision
Every module has a settings.yml file. Content is beside it when the module supports content files.
| Page | Module | Main content |
|---|---|---|
| 01 — Active Items | use-on-click items | items/ |
| 02 — Arrows | custom projectiles | items/ |
| 03 — Classes | classes and progression |
classes/, aspects.yml, leveling.yml, combo.yml
|
| 04 — Combat Log | combat messages and logging | settings only |
| 05 — Consumables | food and potions | items/ |
| 06 — Custom Items | static items | items/ |
| 07 — Dismantle | break items into results |
items/, source/
|
| 08 — Drops | mob drop tables |
mobs/, tables/
|
| 09 — Essences | essence socketing |
items/, merchant.yml
|
| 10 — Extractor | remove sockets | items/ |
| 11 — Fortify | fortification stones | items/ |
| 12 — Gems | gem socketing |
items/, merchant.yml
|
| 13 — Identify | reveal generated item stats |
items/, tomes/
|
| 14 — Item Generator | procedural items | items/ |
| 15 — Item Hints | hints and glow | settings only |
| 16 — Loot | loot containers | settings only |
| 17 — Magic Dust | improve socket rates | items/ |
| 18 — Money | money items | items/ |
| 19 — Party | party play | settings only |
| 20 — Sell | sell GUI | settings only |
| 21 — Refine | refine item stats | items/ |
| 22 — Repair | repair durability | items/ |
| 23 — Runes | rune socketing |
items/, merchant.yml
|
| 24 — Sets | set bonuses | items/ |
| 25 — Soulbound | binding and trading | settings only |
The shared command and permission model is documented in 11 — Commands and Permissions.