21 lines
602 B
JSON
21 lines
602 B
JSON
[
|
|
{
|
|
"ConfigFile": "Servers/{{ServerName}}/Server/Commands.dat",
|
|
"AutoMap": true,
|
|
"ConfigType": "kvp",
|
|
"ConfigFormat": "{0} {1}",
|
|
"ConfigFormatRegex": "^(?<key>.+?) (?<value>.*?)$"
|
|
},
|
|
{
|
|
"ConfigFile": "Servers/{{ServerName}}/WorkshopDownloadConfig.json",
|
|
"AutoMap": true,
|
|
"ConfigType": "template",
|
|
"ConfigFileTemplate": "unturnedworkshopconfig.json"
|
|
},
|
|
{
|
|
"ConfigFile": "Servers/{{ServerName}}/Rocket/Rocket.config.xml",
|
|
"AutoMap": true,
|
|
"ConfigType": "xml"
|
|
}
|
|
]
|