Update project-zomboidconfig.json
This commit is contained in:
		@@ -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"
 | 
			
		||||
    }
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user