[
    {
        "DisplayName":"Public IP",
        "Category":"Server Settings",
        "Description":"",
        "Keywords":"",
        "FieldName":"$ExternalIP",
        "InputType":"text",
        "Hidden":true,
        "IsFlagArgument":false,
        "ParamFieldName":"/Script/Astro.AstroServerSettings.PublicIP",
        "IncludeInCommandLine":false,
        "EnumValues":{}
    },
    {
        "DisplayName":"Server Port",
        "Category":"Server Settings",
        "Description":"",
        "Keywords":"",
        "FieldName":"$ApplicationPort1",
        "InputType":"number",
        "Hidden":true,
        "IsFlagArgument":false,
        "ParamFieldName":"URL.Port",
        "IncludeInCommandLine":false,
        "EnumValues":{}
    },
    {
        "DisplayName":"Console Port",
        "Category":"Server Settings",
        "Description":"",
        "Keywords":"",
        "FieldName":"$RemoteAdminPort",
        "InputType":"number",
        "Hidden":true,
        "IsFlagArgument":false,
        "ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePort",
        "IncludeInCommandLine":false,
        "EnumValues":{}
    },
    {
        "DisplayName":"Console Password",
        "Category":"Server Settings",
        "Description":"",
        "Keywords":"",
        "FieldName":"$RemoteAdminPassword",
        "InputType":"text",
        "Hidden":true,
        "IsFlagArgument":false,
        "ParamFieldName":"/Script/Astro.AstroServerSettings.ConsolePassword",
        "IncludeInCommandLine":false,
        "EnumValues":{}
    },
    {
        "DisplayName":"Server Name",
        "Category":"Server Settings",
        "Description":"The name of the server as it appears publicly",
        "Keywords":"name",
        "FieldName":"ServerName",
        "InputType":"text",
        "IsFlagArgument":false,
        "ParamFieldName":"/Script/Astro.AstroServerSettings.ServerName",
        "IncludeInCommandLine":false,
        "DefaultValue":"Astroneer Server - Powered by AMP",
        "EnumValues":{}
    },
    {
        "DisplayName":"Server Password",
        "Category":"Server Settings",
        "Description":"Password required to connect to the server. Default is no password",
        "Keywords":"password",
        "FieldName":"ServerPassword",
        "InputType":"password",
        "IsFlagArgument":false,
        "ParamFieldName":"/Script/Astro.AstroServerSettings.ServerPassword",
        "IncludeInCommandLine":false,
        "DefaultValue":"",
        "EnumValues":{}
    },
    {
        "DisplayName":"Owner Name",
        "Category":"Server Settings",
        "Description":"Steam name of the server owner (admin)",
        "Keywords":"owner,name",
        "FieldName":"OwnerName",
        "InputType":"text",
        "IsFlagArgument":false,
        "ParamFieldName":"/Script/Astro.AstroServerSettings.OwnerName",
        "IncludeInCommandLine":false,
        "DefaultValue":"",
        "EnumValues":{}
    },
    {
        "DisplayName":"Player Limit",
        "Category":"Server Settings",
        "Description":"Maximum number of players that may connect to the server. Cannot exceed 8",
        "Keywords":"players,limit",
        "FieldName":"$MaxUsers",
        "InputType":"number",
        "IsFlagArgument":false,
        "ParamFieldName":"/Script/Astro.AstroGameUserSettings.MaxPlayers",
        "IncludeInCommandLine":false,
        "DefaultValue":"8",
        "Suffix":"players",
        "EnumValues":{}
    },
    {
        "DisplayName":"Game Save Interval",
        "Category":"Server Settings",
        "Description":"The interval between automatic server saves",
        "Keywords":"autosave,save,interval",
        "FieldName":"AutoSaveGameInterval",
        "InputType":"number",
        "IsFlagArgument":false,
        "ParamFieldName":"/Script/Astro.AstroServerSettings.AutoSaveGameInterval",
        "IncludeInCommandLine":false,
        "DefaultValue":"900",
        "Suffix":"seconds",
        "EnumValues":{}
    },
    {
        "DisplayName":"Backup Save Interval",
        "Category":"Server Settings",
        "Description":"The interval between automatic server backups",
        "Keywords":"backup,interval",
        "FieldName":"BackupSaveGamesInterval",
        "InputType":"number",
        "IsFlagArgument":false,
        "ParamFieldName":"/Script/Astro.AstroServerSettings.BackupSaveGamesInterval",
        "IncludeInCommandLine":false,
        "DefaultValue":"7200",
        "Suffix":"seconds",
        "EnumValues":{}
    },
    {
        "DisplayName":"Enable Whitelist",
        "Category":"Server Settings",
        "Description":"If enabled, unlisted players will not be able to connect",
        "Keywords":"deny,unlisted",
        "FieldName":"DenyUnlistedPlayers",
        "InputType":"checkbox",
        "IsFlagArgument":false,
        "ParamFieldName":"/Script/Astro.AstroServerSettings.DenyUnlistedPlayers",
        "IncludeInCommandLine":false,
        "DefaultValue":"False",
        "EnumValues":{
            "False":"False",
            "True":"True"
        }
    },
    {
        "DisplayName":"Maximum Active Server Framerate",
        "Category":"Server Settings",
        "Description":"The maximum framerate that the server will allow when active",
        "Keywords":"fps,framerate,active",
        "FieldName":"MaxServerFramerate",
        "InputType":"number",
        "IsFlagArgument":false,
        "ParamFieldName":"/Script/Astro.AstroServerSettings.MaxServerFramerate",
        "IncludeInCommandLine":false,
        "DefaultValue":"30.000000",
        "Suffix":"fps",
        "EnumValues":{}
    },
    {
        "DisplayName":"Maximum Idle Server Framerate",
        "Category":"Server Settings",
        "Description":"The maximum framerate that the server will allow when idle",
        "Keywords":"fps,framerate,idle",
        "FieldName":"MaxServerIdleFramerate",
        "InputType":"number",
        "IsFlagArgument":false,
        "ParamFieldName":"/Script/Astro.AstroServerSettings.MaxServerIdleFramerate",
        "IncludeInCommandLine":false,
        "DefaultValue":"3.000000",
        "Suffix":"fps",
        "EnumValues":{}
    }
]