[
    {
        "DisplayName": "Server Name",
        "Category": "Windward:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Server name as shown in the in-game browser",
        "Keywords": "server,name",
        "FieldName": "name",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "name",
        "IncludeInCommandLine": true,
        "SkipIfEmpty": true,
        "DefaultValue": "AMP Powered Windward Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Make Server Public",
        "Category": "Windward:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If enabled, the server will be registered to the public lobby and be publicly visible in the in-game browser",
        "Keywords": "public",
        "FieldName": "public",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "public",
        "IncludeInCommandLine": false,
        "DefaultValue": "-public",
        "EnumValues": {
            "False": "",
            "True": "-public"
        }
    },
    {
        "DisplayName": "World Name",
        "Category": "Windward:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the world to load (if it already exists) or to create. If the world does not already exist in the Worlds directory, an admin must create it in-game after connecting to the server",
        "Keywords": "world,name",
        "FieldName": "world",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "world",
        "IncludeInCommandLine": true,
        "SkipIfEmpty": true,
        "DefaultValue": "World",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Admins",
        "Category": "Windward:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "List of Steam64 IDs for server admins. [Find Steam64 IDs](https://steamid.io/)",
        "Keywords": "admins",
        "FieldName": "admins",
        "InputType": "list",
        "IsFlagArgument": false,
        "ParamFieldName": "admins",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "Special": "listfile:./windward/server/ServerConfig/admin.txt",
        "EnumValues": {}
    }
]