"Description":"Password that clients must supply to join.",
"Keywords":"password",
"FieldName":"PASSWORD",
"InputType":"password",
"IsFlagArgument":false,
"ParamFieldName":"SERVER.PASSWORD",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"RCON Password",
"Category":"Server Settings",
"Description":"Password to access RCON using http://YOURIP:GAMEPORT. You should change after install.",
"Keywords":"RCON,password",
"FieldName":"RCONPASSWORD",
"InputType":"RandomPassword",
"IsFlagArgument":false,
"ParamFieldName":"RCON.RCONPASSWORD",
"IncludeInCommandLine":false,
"DefaultValue":"",
"EnumValues":{}
},
{
"DisplayName":"Admin Password",
"Category":"Server Settings",
"Description":"Password to become the in-game admin. You should change after install.",
"Keywords":"admin,password",
"FieldName":"ADMINPASSWORD",
"InputType":"RandomPassword",
"IsFlagArgument":false,
"ParamFieldName":"SERVER.ADMINPASSWORD",
"IncludeInCommandLine":false,
"DefaultValue":"Password123",
"EnumValues":{}
},
{
"DisplayName":"Max Players",
"Category":"Server Settings",
"Description":"The maximum number of players allowed on the server.",
"Keywords":"max,players",
"FieldName":"$MaxUsers",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"SERVER.MAXPLAYER",
"IncludeInCommandLine":false,
"DefaultValue":"20",
"EnumValues":{}
},
{
"DisplayName":"Creator",
"Category":"Server Settings",
"Description":"Set creator's [Steam64 ID](https://steamidfinder.com/) as gamedata and key-value. This is for future integration of server instancing.",
"Keywords":"creator",
"FieldName":"creator",
"InputType":"number",
"IsFlagArgument":false,
"ParamFieldName":"creator",
"IncludeInCommandLine":true,
"DefaultValue":"",
"SkipIfEmpty":true,
"EnumValues":{}
},
{
"DisplayName":"World Name",
"Category":"Server Settings",
"Description":"Name of the world directory to load.",
"Description":"The interval to run \"clearall\" command. Minimum is 60 seconds. clearall will delete all disconnected characters. Set to a very high number. 0 to disable. ",