diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json new file mode 100644 index 0000000..65ed6c8 --- /dev/null +++ b/project-zomboidconfig.json @@ -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": {} + } +]