DUXPLIMA Documentation

Modules

The module files, and the switches every module shares.

Each feature is one file under modules/, so a feature is turned off by one line in one place.

FileWhat it holdsDocumented in
settings.ymlVirtual storage and XP storage defaultsStorage & Selling
storage_limits.ymlItem and XP storage caps, with permission tiersStorage & Selling
multipliers.ymlPermission-based sell multipliersStorage & Selling
autokill.ymlAuto-kill, split entities, loot table scopeAuto-Kill
boosts.ymlBoost item definitionsBoosts
friends.ymlShared access to a spawnerFriends
hologram.ymlThe floating text above a spawnerHolograms
other.ymlBreaking rules, drop chances, vanilla support, auto-pickup, titlesBreaking Rules

The pattern the permission lists follow

Three of these files use the same shape — a default, then a map of permission to value:

permissions:
  uxmspawners-storage1: 5000
  uxmspawners-storage2: 10000
  uxmspawners-storage3: 20000

Two rules apply everywhere it appears: keep the values in ascending order, and understand that a player holding several nodes gets the highest, not the sum. It is used for storage limits, XP limits, sell multipliers and spawner drop chance.