2022-01-24 09:03:36 +01:00
|
|
|
[
|
2022-01-24 12:00:43 +01:00
|
|
|
{
|
2022-01-27 05:34:07 +01:00
|
|
|
"ConfigFile": "Servers/{{ServerName}}/Server/Commands.dat",
|
2022-01-24 09:03:36 +01:00
|
|
|
"AutoMap": true,
|
|
|
|
"ConfigType": "kvp",
|
2022-01-24 12:00:43 +01:00
|
|
|
"ConfigFormat": "{0} {1}",
|
2022-01-24 09:08:12 +01:00
|
|
|
"ConfigFormatRegex": "^(?<key>.+?) (?<value>.*?)$"
|
2022-01-27 05:34:07 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"ConfigFile": "Servers/{{ServerName}}/Rocket/Rocket.config.xml",
|
|
|
|
"AutoMap": true,
|
|
|
|
"ConfigType": "xml"
|
2022-01-24 09:03:36 +01:00
|
|
|
}
|
2022-01-24 11:54:38 +01:00
|
|
|
]
|