[
    {
        "DisplayName": "Server Name",
        "Category": "Windward Horizon:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the server name as shown in the in-game browser",
        "Keywords": "server,name",
        "FieldName": "name",
        "InputType": "text",
        "ParamFieldName": "name",
        "IncludeInCommandLine": true,
        "SkipIfEmpty": true,
        "DefaultValue": "AMP Powered Windward Horizon Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Make Server Public",
        "Category": "Windward Horizon:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, the server will be registered to the public lobby and be publicly visible in the in-game browser",
        "Keywords": "public",
        "FieldName": "public",
        "InputType": "checkbox",
        "ParamFieldName": "public",
        "DefaultValue": "-public ",
        "EnumValues": {
            "False": "",
            "True": "-public "
        }
    },
    {
        "DisplayName": "World Name",
        "Category": "Windward Horizon:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the world to load (if it already exists) or to create. Omit the .world suffix",
        "Keywords": "world,name",
        "FieldName": "world",
        "InputType": "text",
        "ParamFieldName": "world",
        "IncludeInCommandLine": true,
        "SkipIfEmpty": true,
        "DefaultValue": "World",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Admins",
        "Category": "Windward Horizon: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",
        "ParamFieldName": "admins",
        "DefaultValue": "",
        "Special": "listfile:./windward-horizon/server/ServerConfig/admin.txt",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable IPv6",
        "Category": "Windward Horizon:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, IPv6 will be enabled for the server, causing it to bind to :: (all IPs). WARNING: This will override the server IPv4 address binding otherwise set by AMP for the instance and could cause port conflicts",
        "Keywords": "ipv6,binding,network",
        "FieldName": "ipv6",
        "InputType": "checkbox",
        "ParamFieldName": "public",
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-ipv6 "
        }
    }
]