Create project-zomboidconfig.json

This commit is contained in:
Greelan 2021-12-23 17:57:17 +11:00 committed by GitHub
parent ffe3a8f20b
commit 32fd83b8af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
[
{
"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": {}
}
]