Commands and Permissions

AtlasLobby does not register /atlas. The main namespace is AtlasLobby.

Main Commands

CommandDescription
/alMain AtlasLobby command.
/atlaslobbyMain command alias.
/al helpShows help.
/al reloadReloads configs and tasks.
/al debugShows 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 listLists cosmetics.
/al cosmetic select <cosmeticId>Selects a cosmetic.
/al cosmetic clearClears cosmetic selection.
/al cosmetic preview <cosmeticId>Previews a cosmetic.

Convenience Commands

CommandDescription
/setspawnSaves lobby spawn.
/spawnTeleports to spawn.
/lobbyTeleports to spawn.
/hubTeleports to spawn.
/profileOpens profile menu.
/rewardsOpens rewards menu.
/serverselectorOpens server selector.
/cosmeticsOpens cosmetics menu.

Permissions

Admin defaults are op. Basic player permissions default to true where reasonable.

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