Skip to content

Commands

AtlasSpawner has two command roots:

  • /atlasspawner (aliases /aspawner, /spawners) — everything below. Run with no arguments to see a help menu listing the branches you may use.
  • /myspawners (alias /spawnerlist) — a player-only shortcut for /atlasspawner list.
Command Description Permission
/atlasspawner Shows the help menu. none
/myspawners, /spawnerlist Same as /atlasspawner list. Player only. atlasspawner.list
/atlasspawner list Opens the menu of every spawner you own or may use. atlasspawner.list
/atlasspawner whitelist Opens the whitelist menu for the spawner you are looking at. atlasspawner.whitelist
/atlasspawner whitelist add <player> Adds a player to that spawner’s whitelist. atlasspawner.whitelist
/atlasspawner whitelist remove <player> Removes a player from that spawner’s whitelist. atlasspawner.whitelist
/atlasspawner whitelist list Same as /atlasspawner whitelist. atlasspawner.whitelist
/atlasspawner trust add <player> Grants a player access to every spawner you own. atlasspawner.trust
/atlasspawner trust remove <player> Revokes that access. atlasspawner.trust
/atlasspawner trust list Lists who you have trusted this way. atlasspawner.trust
/atlasspawner trust boosters Opens the booster, ticket and wand shop. atlasspawner.trust, atlasspawner.boosters
/atlasspawner returns Opens spawners waiting to be claimed back (for example after leaving a team). atlasspawner.returns
/atlasspawner log Shows the history of the spawner you are looking at. atlasspawner.log
/atlasspawner top [spawners|stored|earned] Shows a leaderboard. Defaults to spawners. atlasspawner.top
Command Description Permission
/atlasspawner give <players> <type> [amount] [stack] Gives spawner items to the named players. amount (1–4096) is how many items; stack (1–100000) is how many spawners each item is worth. atlasspawner.give (only if give.require-permission)
/atlasspawner set <type> Retypes the spawner you are looking at (within reach). atlasspawner.set (plus atlasspawner.set.<type> if set.require-individual-permission)
/atlasspawner trust item <players> <line> Builds a spawner, booster, ticket or wand item from one line and gives it to the named players — how another plugin’s shop or crate sells this plugin’s items. atlasspawner.trust, atlasspawner.item
/atlasspawner log <player> Shows another player’s history. atlasspawner.log, atlasspawner.log.others
/atlasspawner types Lists every spawner type. atlasspawner.types (only if types.require-permission)
/atlasspawner summary [days] Reports what the whole server harvested over a period. atlasspawner.summary
/atlasspawner migrate <plugin> [confirm] Without confirm, previews what would be taken from another spawner plugin. With confirm, takes it. Only shown when a supported source is installed. atlasspawner.migrate
/atlasspawner debug [on|off] Toggles console tracing of every place, break and click. Not saved — it resets on restart or reload. atlasspawner.debug
/atlasspawner reload Reloads config.yml, messages.yml, spawners.yml and boosters.yml, the menus and integrations, and rebuilds the running timers. atlasspawner.reload

/atlasspawner bench (permission atlasspawner.bench) measures the tick cost of a scene of spawners. It exists only in a development build made with ./gradlew build -Pbench; a released jar you install does not contain it at all, so there is nothing to run here.