AMPTemplates/project-zomboidconfig.json

16 lines
437 B
JSON
Raw Normal View History

2021-12-23 07:57:17 +01:00
[
{
"DisplayName": "Admin Password",
"Category": "Server Settings",
"Description": "In-game \"admin\" user password",
"Keywords": "admin password",
"FieldName": "adminpassword",
"InputType": "text",
"IsFlagArgument": false,
"ParamFieldName": "adminpassword",
"IncludeInCommandLine": true,
"DefaultValue": "Password123",
"EnumValues": {}
}
]