AMPTemplates/project-zomboidconfig.json

15 lines
473 B
JSON
Raw Normal View History

2021-12-23 07:57:17 +01:00
[
{
"DisplayName": "Admin Password",
"Category": "Server Settings",
2021-12-24 04:06:13 +01:00
"Description": "In-game \"admin\" user password. You should change this after first installing the server",
2021-12-23 07:57:17 +01:00
"Keywords": "admin password",
"FieldName": "adminpassword",
2021-12-23 11:41:21 +01:00
"InputType": "password",
2021-12-23 07:57:17 +01:00
"IsFlagArgument": false,
"ParamFieldName": "adminpassword",
"IncludeInCommandLine": true,
2021-12-23 11:19:37 +01:00
"DefaultValue": "Password123"
2021-12-23 07:57:17 +01:00
}
]