[
    {
        "DisplayName": "Game Port",
        "Category": "Stay In Tarkov:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$SITPort1",
        "InputType": "number",
        "Hidden": true,
        "ParamFieldName": "$.port",
        "EnumValues": {}
    },
    {
        "DisplayName": "TCP Relay Port",
        "Category": "Stay In Tarkov:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$SITPort2",
        "InputType": "number",
        "Hidden": true,
        "ParamFieldName": "$.webSocketPort",
        "EnumValues": {}
    },
    {
        "DisplayName": "TCP NAT Helper Port",
        "Category": "Stay In Tarkov:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$SITPort3",
        "InputType": "number",
        "Hidden": true,
        "ParamFieldName": "$.natHelperPort",
        "EnumValues": {}
    },
    {
        "DisplayName": "Binding IP",
        "Category": "Stay In Tarkov:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$ApplicationIPBinding",
        "InputType": "text",
        "Hidden": true,
        "ParamFieldName": "$.ip",
        "EnumValues": {}
    },
    {
        "DisplayName": "SPT AKI Version",
        "Category": "Stay In Tarkov:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the SPT AKI version to install. The SIT Version must be set accordingly. Example: When 3.8.0 is selected, you can use '1.6.4 with AKI 3.8.0' as the SIT Version",
        "Keywords": "spt,version",
        "FieldName": "SPTVersion",
        "InputType": "enum",
        "ParamFieldName": "SPTVersion",
        "DefaultValue": "3.8.3-29197-01783e2",
        "EnumValues": {
            "3.8.0-29197-2dd4d91": "3.8.0",
            "3.8.3-29197-01783e2": "3.8.3"
        }
    },
    {
        "DisplayName": "SIT Version",
        "Category": "Stay In Tarkov:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the SIT version to install. The AKI version must match the SPT AKI Version. Example: When '1.6.4 with AKI 3.8.0' is selected, you must set 3.8.0 as the SPT AKI Version",
        "Keywords": "sit,version",
        "FieldName": "SITVersion",
        "InputType": "enum",
        "ParamFieldName": "SITVersion",
        "DefaultValue": "1.6.5/SITCoop-1.6.5-WithAki3.8.3-449288",
        "EnumValues": {
            "1.6.4/SITCoop-1.6.4-WithAki3.8.0-2dd4d9": "1.6.4 with AKI 3.8.0",
            "1.6.5/SITCoop-1.6.5-WithAki3.8.3-449288": "1.6.5 with AKI 3.8.3"
        }
    },
    {
        "DisplayName": "Open All Exfils",
        "Category": "Stay In Tarkov:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, all exfils will be available during the raid",
        "Keywords": "exfils,open,available,raid,openAllExfils",
        "FieldName": "openAllExfils",
        "InputType": "checkbox",
        "ParamFieldName": "$.openAllExfils",
        "DefaultValue": "false",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Show Player Tags",
        "Category": "Stay In Tarkov:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, player nameplates will show above their head",
        "Keywords": "player,name,tags,nameplates,showPlayerNameTags",
        "FieldName": "showPlayerNameTags",
        "InputType": "checkbox",
        "ParamFieldName": "$.showPlayerNameTags",
        "DefaultValue": "false",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Show Player Tags When Visible",
        "Category": "Stay In Tarkov:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, player nameplates will only show when they are in view",
        "Keywords": "player,name,tags,nameplates,visible,showPlayerNameTagsOnlyWhenVisible",
        "FieldName": "showPlayerNameTagsOnlyWhenVisible",
        "InputType": "checkbox",
        "IncludeInCommandLine": false,
        "ParamFieldName": "$.showPlayerNameTagsOnlyWhenVisible",
        "DefaultValue": "false",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Use UPnP",
        "Category": "Stay In Tarkov:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, enables the use of UPnP for port forwarding with compatible routers",
        "Keywords": "port,forwarding,upnp,useUPNP",
        "FieldName": "useUPNP",
        "InputType": "checkbox",
        "ParamFieldName": "$.useUPNP",
        "DefaultValue": "false",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    }
]