[
    {
        "ConfigFile": "Servers/{{ServerID}}/Server/Commands.dat",
        "AutoMap": true,
        "Importable": true,
        "ConfigType": "kvp",
        "ConfigFormat": "{0} {1}",
        "ConfigFormatRegex": "^(?<key>.+?) (?<value>.*?)$"
    },
    {
        "ConfigFile": "Servers/{{ServerID}}/WorkshopDownloadConfig.json",
        "AutoMap": true,
        "Importable": true,
        "ConfigType": "template",
        "ConfigFileTemplate": "unturnedworkshopconfig.json"
    },
    {
        "ConfigFile": "Servers/{{ServerID}}/Rocket/Rocket.config.xml",
        "AutoMap": true,
        "ConfigType": "xml"
    },
    {
        "ConfigFile": "Servers/{{ServerID}}/OpenMod/openmod.unturned.yaml",
        "AutoMap": true,
        "ConfigType": "kvp",
        "ConfigFormat": "  {0}: {1}",
        "ConfigFormatRegex": "^  (?<key>.+?): (?<value>.*?)$"
    }
]