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

CommandWhat it does
/alMain AtlasLobby command.
/atlaslobbyMain command alias.
/al helpShows command help.
/al reloadReloads configs and live systems.
/al debugShows 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

CommandWhat it does
/al cosmetic listLists 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 clearClears the particle cosmetic.
/al cosmetic preview <cosmeticId>Previews a particle cosmetic.

Coin Commands

CommandWhat 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

CommandWhat it does
/setspawnSaves the lobby spawn.
/setlobbyAlias of /setspawn.
/spawnTeleports to spawn.
/lobbyTeleports to spawn.
/hubTeleports to spawn.
/profileOpens the profile menu.
/rewardsOpens the rewards menu.
/serverselectorOpens the server selector.
/cosmeticsOpens the cosmetics menu.
/coinsShows your coin balance.

Permissions

PermissionPurpose
atlaslobby.adminParent for admin permissions.
atlaslobby.reloadUse /al reload.
atlaslobby.debugUse /al debug.
atlaslobby.setspawnUse /setspawn.
atlaslobby.spawnUse /spawn, /lobby, and /hub.
atlaslobby.spawn.othersReserved for teleporting other players.
atlaslobby.menu.openOpen menus.
atlaslobby.menu.open.othersOpen menus for other players.
atlaslobby.menu.<menuId>Per-menu permission.
atlaslobby.giveitemGive configured lobby items.
atlaslobby.pack.sendSend resource packs.
atlaslobby.pack.statusRead resource-pack status.
atlaslobby.bypass.protectionOptional protection bypass, only if enabled in config.
atlaslobby.bypass.itemlockOptional inventory bypass, only if enabled in config.
atlaslobby.bypass.cooldownBypass cooldowns.
atlaslobby.visibilityUse the visibility toggle.
atlaslobby.reward.claimClaim rewards.
atlaslobby.server.<serverId>Use a server selector entry.
atlaslobby.cosmeticBase cosmetic permission.
atlaslobby.cosmetic.selectEquip or select cosmetics.
atlaslobby.cosmetic.clearClear or unequip cosmetics.
atlaslobby.cosmetic.previewPreview cosmetics.
atlaslobby.cosmetic.<cosmeticId>Use a specific cosmetic.
atlaslobby.cosmetic.adminCosmetic admin actions.
atlaslobby.coinsUse /coins. Defaults to true.
atlaslobby.coins.adminUse /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.