From fe0a1f9cdc592c693b4ab82befcf18c0ad8ffd84 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Thu, 23 Dec 2021 21:19:37 +1100 Subject: [PATCH] Update project-zomboidconfig.json --- project-zomboidconfig.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index b2f2625..44d3a89 100644 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -9,9 +9,9 @@ "IsFlagArgument": false, "ParamFieldName": "adminpassword", "IncludeInCommandLine": true, - "DefaultValue": "Password123", + "DefaultValue": "Password123" }, - { + { "DisplayName": "RCON Password", "Category": "Server Settings", "Description": "", @@ -19,7 +19,20 @@ "FieldName": "$RemoteAdminPassword", "InputType": "text", "IsFlagArgument": false, - "ParamFieldName": "RCONPassword", - "IncludeInCommandLine": 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" } ]