Update project-zomboidconfig.json

This commit is contained in:
Greelan 2021-12-24 07:39:48 +11:00 committed by GitHub
parent d9352d6c03
commit 5f5cb07ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,29 +10,5 @@
"ParamFieldName": "adminpassword",
"IncludeInCommandLine": true,
"DefaultValue": "Password123"
},
{
"DisplayName": "RCON Password",
"Category": "Server Settings",
"Description": "",
"Keywords": "RCON password",
"FieldName": "$RemoteAdminPassword",
"InputType": "text",
"IsFlagArgument": false,
"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"
}
]