Skip to content

Command instructions

Quabi05 edited this page Aug 2, 2026 · 4 revisions

Welcome to the Auto Team Manager wiki!

You may wanted to see full logic of commands that exist in the mod. If so, go here: https://github.com/Quabi05/Auto-Team-Manager/wiki/Command-Reference

Instructions in numbered order:

1. /atm game [...]

  • start - Starts the game. If game was innactive it wont be started with this command. Behaviour of the mod after running this command depends on what game start mode is choosen. How to change game start mode you'll see in 5 par.
  • status - Checks the status of the game. Actually this is a single way to check if game is started.
  • stop - Stops the game. Players will be returned to their previous spawnpoint. Doesn't work when game is innactive.
  • restart - Initiates [stop] and then [start] command.

2. /atm solo-start [player]

Displays team selection menu for a specific player. Works only if game is active.

3. /atm spawn [...]

  • set [team] [coordinates] [yaw] [pitch] - Sets team spawnpoint.
  • list - Shows info about all team spawnpoints, their coords, yaw and pitch.
  • reset - Resets all team spawnpoints. Of all teams.

4. /atm kit [...]

  • create [team] [name] [limit] [display_name] - Creates team kit with custom name and limit of max players that can play with this kit at one time.
  • list - Shows the list of all kits of all teams and other info about them.
  • load [team] [name] - Gives kit's content into player's inventory.
  • turn-on [team] [name] - Turns on kit.
  • turn-off [team] [name] - Turns off kit. Turned off kit wont be displayed in kit choose menu."
  • remove [team] [name] - Completely removes kit.
  • modify [team] [name] [option] - Changes existing kit. Check options list below.

Options:

  1. name [name] - New technical name.
  2. display-name [display_name] - New display name.
  3. loot [dummy value] - Rewrites kit's loot with items in inventory of a player.
  4. limit [value] - Changes number of players that able to play with kit at the same time.
  5. icon [item_id] - Sets item as a kit icon. To remove icon you can set air as it.

5. /atm config [...]

  • get [key] - Gets actual value of a config parameter.
  • set [key] [value] - Sets value of a config parameter to specified value.
  • list - Shows list of all config parameters and they actual value. List of all parameters shown below.

Config parameters (default values):

  • team1-id = blue
  • team1-color = blue
  • team2-id = red
  • team2-color = red
  • team3-id =
  • team3-color =
  • team4-id =
  • team4-color =
  • spectators-enabled = true
  • spectators-team-id = spectators
  • spectators-color = gray
  • auto-balance-enabled = false
  • max-team-difference = 2
  • game-start-mode = RESPAWN
  • allow-esc-team-menu = false
  • allow-esc-kit-menu = false
  • allow-hotkey-menu = false

Clone this wiki locally