Commands and Permissions
Use /al or /atlaslobby for AtlasLobby admin commands.
Admin permissions default to operators. Basic player permissions default to true where that makes sense for normal lobby use.
Main Admin Commands
| Command | What it does |
|---|---|
/al | Main AtlasLobby command. |
/atlaslobby | Main command alias. |
/al help | Shows command help. |
/al reload | Reloads configs and live systems. |
/al debug | Shows setup information and warnings. |
/al menu <menuId> [player] | Opens a configured menu for yourself or another player. |
/al giveitem <player> <itemId> | Gives a configured lobby item. |
/al pack send [player] | Sends the configured resource pack. |
/al pack status [player] | Shows resource-pack status. |
Cosmetic Commands
| Command | What it does |
|---|---|
/al cosmetic list | Lists configured cosmetics. |
/al cosmetic equip <cosmeticId> | Equips a cosmetic. select is an alias. |
/al cosmetic unequip [slot] | Unequips a cosmetic slot: particle, hat, or gadget. |
/al cosmetic clear | Clears the particle cosmetic. |
/al cosmetic preview <cosmeticId> | Previews a particle cosmetic. |
Coin Commands
| Command | What it does |
|---|---|
/al coins balance [player] | Shows a coin balance. |
/al coins give <player|all> <amount> | Gives coins. all targets every online player. |
/al coins take <player|all> <amount> | Removes coins. |
/al coins set <player|all> <amount> | Sets a balance. |
Player Convenience Commands
| Command | What it does |
|---|---|
/setspawn | Saves the lobby spawn. |
/setlobby | Alias of /setspawn. |
/spawn | Teleports to spawn. |
/lobby | Teleports to spawn. |
/hub | Teleports to spawn. |
/profile | Opens the profile menu. |
/rewards | Opens the rewards menu. |
/serverselector | Opens the server selector. |
/cosmetics | Opens the cosmetics menu. |
/coins | Shows your coin balance. |
Permissions
| 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, and /hub. |
atlaslobby.spawn.others | Reserved for teleporting other players. |
atlaslobby.menu.open | Open menus. |
atlaslobby.menu.open.others | Open menus for other players. |
atlaslobby.menu.<menuId> | Per-menu permission. |
atlaslobby.giveitem | Give configured lobby items. |
atlaslobby.pack.send | Send resource packs. |
atlaslobby.pack.status | Read resource-pack status. |
atlaslobby.bypass.protection | Optional protection bypass, only if enabled in config. |
atlaslobby.bypass.itemlock | Optional inventory bypass, only if enabled in config. |
atlaslobby.bypass.cooldown | Bypass cooldowns. |
atlaslobby.visibility | Use the visibility toggle. |
atlaslobby.reward.claim | Claim rewards. |
atlaslobby.server.<serverId> | Use a server selector entry. |
atlaslobby.cosmetic | Base cosmetic permission. |
atlaslobby.cosmetic.select | Equip or select cosmetics. |
atlaslobby.cosmetic.clear | Clear or unequip cosmetics. |
atlaslobby.cosmetic.preview | Preview cosmetics. |
atlaslobby.cosmetic.<cosmeticId> | Use a specific cosmetic. |
atlaslobby.cosmetic.admin | Cosmetic admin actions. |
atlaslobby.coins | Use /coins. Defaults to true. |
atlaslobby.coins.admin | Use /al coins give, /al coins take, and /al coins set. |
Bypass Defaults
Protection and inventory bypass permissions exist, but they are disabled by config by default:
protection:
allow-bypass-permission: false
inventory-control:
allow-bypass-permission: false
With those defaults, op players are also protected from accidentally bypassing lobby restrictions during testing.