Create project-zomboidconfig.json
This commit is contained in:
parent
ffe3a8f20b
commit
32fd83b8af
15
project-zomboidconfig.json
Normal file
15
project-zomboidconfig.json
Normal 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": {}
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user