Commands and Permissions
AtlasLobby does not register /atlas. The main namespace is AtlasLobby.
Main Commands
| Command | Description |
|---|---|
/al | Main AtlasLobby command. |
/atlaslobby | Main command alias. |
/al help | Shows help. |
/al reload | Reloads configs and tasks. |
/al debug | Shows diagnostics. |
/al menu <menuId> [player] | Opens a menu. |
/al giveitem <player> <itemId> | Gives a configured lobby item. |
/al pack send [player] | Sends the resource pack. |
/al pack status [player] | Shows pack status. |
/al cosmetic list | Lists cosmetics. |
/al cosmetic select <cosmeticId> | Selects a cosmetic. |
/al cosmetic clear | Clears cosmetic selection. |
/al cosmetic preview <cosmeticId> | Previews a cosmetic. |
Convenience Commands
| Command | Description |
|---|---|
/setspawn | Saves lobby spawn. |
/spawn | Teleports to spawn. |
/lobby | Teleports to spawn. |
/hub | Teleports to spawn. |
/profile | Opens profile menu. |
/rewards | Opens rewards menu. |
/serverselector | Opens server selector. |
/cosmetics | Opens cosmetics menu. |
Permissions
Admin defaults are op. Basic player permissions default to true where reasonable.
| Permission | Purpose |
|---|---|
atlaslobby.admin | Parent for admin permissions. |
atlaslobby.reload | Use /al reload. |
atlaslobby.debug | Use /al debug. |
atlaslobby.setspawn | Use /setspawn. |
atlaslobby.spawn | Use spawn/lobby/hub teleport. |
atlaslobby.spawn.others | Reserved for teleporting others. |
atlaslobby.menu.open | Open menus. |
atlaslobby.menu.open.others | Open menus for other players. |
atlaslobby.menu.<menuId> | Per-menu permission. |
atlaslobby.giveitem | Give configured items. |
atlaslobby.pack.send | Send resource packs. |
atlaslobby.pack.status | Read pack status. |
atlaslobby.bypass.protection | Optional protection bypass if enabled in config. |
atlaslobby.bypass.itemlock | Optional inventory bypass if enabled in config. |
atlaslobby.bypass.cooldown | Bypass cooldowns. |
atlaslobby.visibility | Use visibility toggle. |
atlaslobby.reward.claim | Claim rewards. |
atlaslobby.server.<serverId> | Use a server selector entry. |
atlaslobby.cosmetic | Base cosmetic permission. |
atlaslobby.cosmetic.select | Select cosmetics. |
atlaslobby.cosmetic.clear | Clear cosmetics. |
atlaslobby.cosmetic.preview | Preview cosmetics. |
atlaslobby.cosmetic.<cosmeticId> | Use a cosmetic. |
atlaslobby.cosmetic.admin | Cosmetic admin actions. |
Bypass Defaults
Protection and inventory bypasses are disabled by config by default:
protection:
allow-bypass-permission: false
inventory-control:
allow-bypass-permission: false
This means op players are also protected from accidentally bypassing lobby restrictions during testing.