Dexter Studio
HomeDexHomesCommands
DexHomes · Reference

Commands & Permissions

Almost everything happens in the GUI — the command list is deliberately short.

Commands

CommandDoes
/homeOpen the homes menu
/delhome <name>Delete a home by name
/dexhomes check <player>Explain exactly which rule decided that player's slot count

/dexhomes check is the first thing to reach for when someone says "I should have more homes than this." It names the rule.

Permissions

NodeGrants
dexhomes.limit.<tier>The slot count for that tier. Generated at runtime from your limits: config — add a tier, the node exists.
dexhomes.rank.<tier>Legacy alias for the same thing — registered alongside it.
dexhomes.adminAdmin access. Unlocks every slot while admin-unlocks-all: true.

Operators unlock every slot too, while op-unlocks-all: true. Turn both off if staff should be limited by their rank like everyone else.

Granting tiers with LuckPerms

/lp group vip permission set dexhomes.limit.vip true
/lp group mvp permission set dexhomes.limit.mvp true
/lp group elite permission set dexhomes.limit.elite true

A player holding several tiers gets the highest value — they never add up.