Full commit

This commit is contained in:
Greelan
2022-01-24 19:03:36 +11:00
parent 948b1b7b3e
commit 80ef91861b
5 changed files with 399 additions and 0 deletions

20
unturnedmetaconfig.json Normal file
View File

@@ -0,0 +1,20 @@
[
{
"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"
}
]