2021-12-23 07:57:17 +01:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"DisplayName": "Admin Password",
|
|
|
|
"Category": "Server Settings",
|
|
|
|
"Description": "In-game \"admin\" user password",
|
|
|
|
"Keywords": "admin password",
|
|
|
|
"FieldName": "adminpassword",
|
|
|
|
"InputType": "text",
|
|
|
|
"IsFlagArgument": false,
|
|
|
|
"ParamFieldName": "adminpassword",
|
|
|
|
"IncludeInCommandLine": true,
|
2021-12-23 11:19:37 +01:00
|
|
|
"DefaultValue": "Password123"
|
2021-12-23 08:25:02 +01:00
|
|
|
},
|
2021-12-23 11:19:37 +01:00
|
|
|
{
|
2021-12-23 08:25:02 +01:00
|
|
|
"DisplayName": "RCON Password",
|
|
|
|
"Category": "Server Settings",
|
|
|
|
"Description": "",
|
|
|
|
"Keywords": "RCON password",
|
|
|
|
"FieldName": "$RemoteAdminPassword",
|
|
|
|
"InputType": "text",
|
|
|
|
"IsFlagArgument": false,
|
2021-12-23 11:19:37 +01:00
|
|
|
"ParamFieldName": "RCONPassword"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"DisplayName": "PVP",
|
|
|
|
"Category": "Server Settings",
|
|
|
|
"Description": "Player vs Player",
|
|
|
|
"Keywords": "PVP",
|
|
|
|
"FieldName": "PVP",
|
|
|
|
"InputType": "checkbox",
|
|
|
|
"EnumValues": {
|
|
|
|
"true": "True",
|
|
|
|
"false": "False"
|
|
|
|
},
|
|
|
|
"DefaultValue": "True",
|
|
|
|
"ParamFieldName": "PVP"
|
2021-12-23 07:57:17 +01:00
|
|
|
}
|
|
|
|
]
|