Update project-zomboidconfig.json

This commit is contained in:
Greelan 2021-12-26 10:34:01 +11:00 committed by GitHub
parent 50b0c395c1
commit d8b830e745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"DisplayName": "Admin Password",
"Category": "Server Settings",
"Description": "In-game \"admin\" user password (not the server password). You should change this after first installing the server",
"Keywords": "admin password",
"Keywords": "admin,password",
"FieldName": "adminpassword",
"InputType": "password",
"IsFlagArgument": false,
@ -31,7 +31,7 @@
"DisplayName": "Steam Integration",
"Category": "Server Settings",
"Description": "Enable Steam integration",
"Keywords": "steam integration",
"Keywords": "steam,integration",
"FieldName": "SteamInt",
"InputType": "checkbox",
"IsFlagArgument": false,
@ -47,7 +47,7 @@
"DisplayName": "Maximum Server Memory",
"Category": "Server Settings",
"Description": "Maximum server memory (in MB)",
"Keywords": "maximum memory",
"Keywords": "maximum,memory",
"FieldName": "MaxMemory",
"InputType": "number",
"IsFlagArgument": false,