[
    {
        "DisplayName": "Game Port",
        "Category": "Soldat:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$ServerPort",
        "InputType": "Password",
        "Hidden": true,
        "ParamFieldName": "NETWORK.Port",
        "ExcludeFromImport": true,
        "EnumValues": {}
    },
    {
        "DisplayName": "Dedicated",
        "Category": "Soldat:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "Dedicated",
        "InputType": "Password",
        "Hidden": true,
        "ParamFieldName": "NETWORK.Dedicated",
        "ExcludeFromImport": true,
        "DefaultValue": "1",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Name",
        "Category": "Soldat:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the server that will be displayed in the lobby list. Maximum 24 characters",
        "Keywords": "server,name,Server_Name",
        "FieldName": "Server_Name",
        "InputType": "text",
        "ParamFieldName": "NETWORK.Server_Name",
        "DefaultValue": "AMP Soldat Server",
        "Placeholder": "AMP Soldat Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Show In Lobby",
        "Category": "Soldat:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, the server will be visible in the lobby list",
        "Keywords": "register,show,lobby,Lobby_Register",
        "FieldName": "Lobby_Register",
        "InputType": "checkbox",
        "ParamFieldName": "NETWORK.Lobby_Register",
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Register With All Seeing Eye",
        "Category": "Soldat:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, the server will be registered with the All Seeing Eye",
        "Keywords": "register,all,seeing,eye,ASE,ASE_Register",
        "FieldName": "ASE_Register",
        "InputType": "checkbox",
        "ParamFieldName": "NETWORK.ASE_Register",
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Connection Mode",
        "Category": "Soldat:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the connection mode. LAN enables bullets hitting kits",
        "Keywords": "connection,internet,LAN,Connection",
        "FieldName": "Connection",
        "InputType": "enum",
        "ParamFieldName": "NETWORK.Connection",
        "DefaultValue": "Internet",
        "EnumValues": {
            "Internet": "Internet (default)",
            "LAN": "LAN"
        }
    },
    {
        "DisplayName": "Server Password",
        "Category": "Soldat:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password required for players to join the server. Default is no password",
        "Keywords": "password,server,Game_Password",
        "FieldName": "Game_Password",
        "InputType": "Password",
        "ParamFieldName": "NETWORK.Game_Password",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Admin Password",
        "Category": "Soldat:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the admin password for remote and in-game administration. Default is a random password",
        "Keywords": "admin,password,Admin_Password",
        "FieldName": "Admin_Password",
        "InputType": "Password",
        "ParamFieldName": "NETWORK.Admin_Password",
        "DefaultValue": "{{newguid()}}",
        "Required": true,
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Limit",
        "Category": "Soldat:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of players allowed on the server at one time",
        "Keywords": "max,maximum,players,limit,connection,Max_Players",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "MinValue": "1",
        "MaxValue": "20",
        "ParamFieldName": "NETWORK.Max_Players",
        "DefaultValue": "10",
        "Placeholder": "10",
        "Suffix": "players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Mapslist File",
        "Category": "Soldat:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the mapslist file to load",
        "Keywords": "map,maps,list,file,Maplist_File",
        "FieldName": "Mapslist_File",
        "InputType": "text",
        "ParamFieldName": "m",
        "IncludeInCommandLine": true,
        "SkipIfEmpty": true,
        "DefaultValue": "mapslist.txt",
        "Placeholder": "mapslist.txt",
        "EnumValues": {}
    }
]