[
    {
        "DisplayName": "Server Name",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the server to be displayed in the server list. Maximum 45 characters, no more than 30 recommended. If the maximum is exceeded, the server password will be disabled",
        "Keywords": "server,name,ServerName",
        "FieldName": "ServerName",
        "InputType": "text",
        "ParamFieldName": "ServerName",
        "DefaultValue": "AMP Powered Astro Colony Server",
        "Placeholder": "AMP Powered Astro Colony Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Name",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "ServerName",
        "InputType": "text",
        "Hidden": true,
        "ParamFieldName": "SteamServerName",
        "IncludeInCommandLine": true,
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Password",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password required to connect to the server. Default is no password",
        "Keywords": "server,password,ServerPassword",
        "FieldName": "ServerPassword",
        "InputType": "Password",
        "ParamFieldName": "ServerPassword",
        "SkipIfEmpty": true,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Map Name",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the map name to be displayed in the server list",
        "Keywords": "map,name,MapName",
        "FieldName": "MapName",
        "InputType": "text",
        "ParamFieldName": "MapName",
        "DefaultValue": "MyAstroColony",
        "Placeholder": "MyAstroColony",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Limit",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of players that may connect to the server at one time",
        "Keywords": "maximum,players,clients,limit,MaxPlayers",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "MinValue": "1",
        "ParamFieldName": "MaxPlayers",
        "DefaultValue": "5",
        "Placeholder": "5",
        "Suffix": "players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Admins",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Comma separated list of [Steam64 IDs](https://steamid.io/) of server admins",
        "Keywords": "server,admins,ServerAdminAccounts",
        "FieldName": "AdminList",
        "InputType": "text",
        "ParamFieldName": "AdminList",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Seed",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets a seed to create a new savegame with. Default is a random seed",
        "Keywords": "seed",
        "FieldName": "Seed",
        "InputType": "number",
        "MinValue": "1",
        "MaxValue": "2147483647",
        "ParamFieldName": "Seed",
        "DefaultValue": "{{randomdigits(8)}}",
        "EnumValues": {}
    },
    {
        "DisplayName": "Load Latest Savegame",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If enabled, the latest savegame will be loaded on server start",
        "Keywords": "load,latest,savegame,ShouldLoadLatestSavegame",
        "FieldName": "ShouldLoadLatestSavegame",
        "InputType": "checkbox",
        "ParamFieldName": "ShouldLoadLatestSavegame",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Shared Technologies",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If enabled, technologies will be shared between players, so that research is not duplicated",
        "Keywords": "shared,technologies,research,SharedTechnologies",
        "FieldName": "SharedTechnologies",
        "InputType": "checkbox",
        "ParamFieldName": "SharedTechnologies",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Oxygen Consumption",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If enabled, players will consume oxygen. If disabled, oxygen will not be required by players",
        "Keywords": "oxygen,consumption,OxygenConsumption",
        "FieldName": "OxygenConsumption",
        "InputType": "checkbox",
        "ParamFieldName": "OxygenConsumption",
        "DefaultValue": "True",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Free Construction",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If enabled, construction will be allowed without cost or spending of resources",
        "Keywords": "free,construction,cost,resources,FreeConstruction",
        "FieldName": "FreeConstruction",
        "InputType": "checkbox",
        "ParamFieldName": "FreeConstruction",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Unlimited Resource Stack",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If enabled, resource stack sizes will be unlimited",
        "Keywords": "unlimited,resource,stack,UnlimitedResourceStack",
        "FieldName": "UnlimitedResourceStack",
        "InputType": "checkbox",
        "ParamFieldName": "UnlimitedResourceStack",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Enable Sandbox Mode",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, sanbox mode will be enabled, allowing all technologies",
        "Keywords": "sandbox,mode",
        "FieldName": "Sandbox",
        "InputType": "checkbox",
        "ParamFieldName": "Sandbox",
        "DefaultValue": "False",
        "EnumValues": {
            "False": "False",
            "True": "True"
        }
    },
    {
        "DisplayName": "Autosave Interval",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the server autosave interval. 0 = disabled",
        "Keywords": "server,autosave,interval,AutosaveInterval",
        "FieldName": "AutosaveInterval",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "AutosaveInterval",
        "DefaultValue": "5.0",
        "Placeholder": "5.0",
        "Suffix": "minutes",
        "EnumValues": {}
    },
    {
        "DisplayName": "Autosave Count",
        "Category": "Astro Colony:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the limit on the number of autosaves that are retained",
        "Keywords": "server,save,autosave,limit,count,AutosavesCount",
        "FieldName": "AutosavesCount",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "AutosavesCount",
        "DefaultValue": "10",
        "Placeholder": "10",
        "Suffix": "autosaves",
        "EnumValues": {}
    }
]