-
Notifications
You must be signed in to change notification settings - Fork 0
Command instructions
Quabi05 edited this page Aug 2, 2026
·
4 revisions
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
- 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.
Displays team selection menu for a specific player. Works only if game is active.
- 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.
- 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:
- name [name] - New technical name.
- display-name [display_name] - New display name.
- loot [dummy value] - Rewrites kit's loot with items in inventory of a player.
- limit [value] - Changes number of players that able to play with kit at the same time.
-
icon [item_id] - Sets item as a kit icon. To remove icon you can set
airas it.
- 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