DUXPLIMA Documentation

Permissions

Admin nodes, the storage tiers and a working default group.

Almost every permission in uxmSpawners is defined in a module file rather than in plugin.yml, which means you can rename any of them. The nodes below are the shipped defaults.

Staff

NodeGrants
uxmspawners.adminThe whole /uxmspawners command
uxmspawners.breakallspawnersBreaking any spawner regardless of owner
uxmspawners.bypassbreakIgnoring the break item or silk touch requirement

Player features

NodeGrantsDefined in
uxmspawners.autokillToggling auto-kill on your own spawnermodules/autokill.yml
uxmspawners.friendsAdding friends to your own spawnermodules/friends.yml
uxmspawners.settings.togglestorageToggling virtual storagemodules/settings.yml
uxmspawners.settings.togglexpToggling XP storagemodules/settings.yml
uxmspawners.autopickupBroken spawners go to the inventorymodules/other.yml

Tiered nodes

These are lists you write yourself; the names below are only the shipped examples. Highest match wins, so keep each list ascending.

PurposeExample nodesDefined in
Item storage limituxmspawners-storage13modules/storage_limits.yml
XP storage limituxmspawners-xpstorage13modules/storage_limits.yml
Sell multiplieruxmspawners-1-25x, uxmspawners-1-50xmodules/multipliers.yml
Spawner drop chanceuxmspawners-drop1, uxmspawners-drop2modules/other.yml
Vanilla drop chanceuxmspawners-drop1, uxmspawners-drop2modules/other.yml
Rename them to match your ranks

Because these live in config rather than in plugin.yml, uxmspawners-storage2 can just as well be rank.gold.spawnerstorage. Naming them after your ranks makes the permission plugin readable, and there is no cost to doing it.