Server name fixes (#153)

This commit is contained in:
Greelan
2022-06-27 20:34:05 +10:00
committed by GitHub
parent da23c9cabb
commit c0304ff671
4 changed files with 12 additions and 11 deletions

View File

@@ -1,19 +1,19 @@
[
{
"ConfigFile": "Servers/{{ServerName}}/Server/Commands.dat",
"ConfigFile": "Servers/Unturned/Server/Commands.dat",
"AutoMap": true,
"ConfigType": "kvp",
"ConfigFormat": "{0} {1}",
"ConfigFormatRegex": "^(?<key>.+?) (?<value>.*?)$"
},
{
"ConfigFile": "Servers/{{ServerName}}/WorkshopDownloadConfig.json",
"ConfigFile": "Servers/Unturned/WorkshopDownloadConfig.json",
"AutoMap": true,
"ConfigType": "template",
"ConfigFileTemplate": "unturnedworkshopconfig.json"
},
{
"ConfigFile": "Servers/{{ServerName}}/Rocket/Rocket.config.xml",
"ConfigFile": "Servers/Unturned/Rocket/Rocket.config.xml",
"AutoMap": true,
"ConfigType": "xml"
}