AMPTemplates/project-zomboidconfig.json
2021-12-23 21:41:21 +11:00

39 lines
1.1 KiB
JSON

[
{
"DisplayName": "Admin Password",
"Category": "Server Settings",
"Description": "In-game \"admin\" user password",
"Keywords": "admin password",
"FieldName": "adminpassword",
"InputType": "password",
"IsFlagArgument": false,
"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"
}
]