βοΈAutogames.json
Here you will learn everything about the Autogame.json file
The Queue system works by itself, these variables are only meant to solve duplication queue error
Variable
Description
DEFAULT_QUEUE
Default queue that will be use with the command er play
ENABLED_QUEUES
List of queues that are enabled
DISABLED_QUEUES
List of queues that are disabled
To add a new autogames execute ergames add
Next variable are for each autogames in the autoGamesList variable list
Setting the name of a game with Β§ makes the game impossible to be joined with the er join command
Variable
Description
name
Name of the game
maps
List of maps in the autogame
minplayers
Minimum players required to start the game
maxplayers
Maximum players in the game
mapnumber
Number of maps chosen among the list of maps
randomMapSorting
Enable or disable random choosing map for the map list
enabled
Enable or disable autogame (in game: ergames set)
queue
Queue that the autogame belongs to
permission
Permission to join the game
Last updated