AMPTemplates/project-zomboidconfig.json
2021-12-24 14:05:44 +11:00

15 lines
472 B
JSON

[
{
"DisplayName": "Admin Password",
"Category": "Server Settings",
"Description": "In-game \"admin\" user password. You should change this after first installing the server,
"Keywords": "admin password",
"FieldName": "adminpassword",
"InputType": "password",
"IsFlagArgument": false,
"ParamFieldName": "adminpassword",
"IncludeInCommandLine": true,
"DefaultValue": "Password123"
}
]