Update project-zomboidconfig.json
This commit is contained in:
parent
14eea1c718
commit
fe0a1f9cdc
@ -9,9 +9,9 @@
|
|||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "adminpassword",
|
"ParamFieldName": "adminpassword",
|
||||||
"IncludeInCommandLine": true,
|
"IncludeInCommandLine": true,
|
||||||
"DefaultValue": "Password123",
|
"DefaultValue": "Password123"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName": "RCON Password",
|
"DisplayName": "RCON Password",
|
||||||
"Category": "Server Settings",
|
"Category": "Server Settings",
|
||||||
"Description": "",
|
"Description": "",
|
||||||
@ -19,7 +19,20 @@
|
|||||||
"FieldName": "$RemoteAdminPassword",
|
"FieldName": "$RemoteAdminPassword",
|
||||||
"InputType": "text",
|
"InputType": "text",
|
||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "RCONPassword",
|
"ParamFieldName": "RCONPassword"
|
||||||
"IncludeInCommandLine": false,
|
},
|
||||||
|
{
|
||||||
|
"DisplayName": "PVP",
|
||||||
|
"Category": "Server Settings",
|
||||||
|
"Description": "Player vs Player",
|
||||||
|
"Keywords": "PVP",
|
||||||
|
"FieldName": "PVP",
|
||||||
|
"InputType": "checkbox",
|
||||||
|
"EnumValues": {
|
||||||
|
"true": "True",
|
||||||
|
"false": "False"
|
||||||
|
},
|
||||||
|
"DefaultValue": "True",
|
||||||
|
"ParamFieldName": "PVP"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user