[
    {
        "DisplayName": "Server Name",
        "Category": "Project 5 Sightseer: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 Project 5: Sightseer Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Make Server Public",
        "Category": "Project 5 Sightseer: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 Save Name",
        "Category": "Project 5 Sightseer:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the world save to load (if it already exists) or to create. If the world save does not already exist, an admin must create it in-game after connecting to the server",
        "Keywords": "world,name,save",
        "FieldName": "fn",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "fn",
        "IncludeInCommandLine": true,
        "SkipIfEmpty": true,
        "DefaultValue": "World.dat",
        "Placeholder": "World.dat",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Admins",
        "Category": "Project 5 Sightseer: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:./project5-sightseer/655780/ServerConfig/admin.txt",
        "EnumValues": {}
    }
]