AMPTemplates/unturnedmetaconfig.json

20 lines
582 B
JSON
Raw Normal View History

2022-01-24 09:03:36 +01:00
[
{
2022-06-27 12:34:05 +02:00
"ConfigFile": "Servers/Unturned/Server/Commands.dat",
2022-01-24 09:03:36 +01:00
"AutoMap": true,
"ConfigType": "kvp",
"ConfigFormat": "{0} {1}",
"ConfigFormatRegex": "^(?<key>.+?) (?<value>.*?)$"
},
{
2022-06-27 12:34:05 +02:00
"ConfigFile": "Servers/Unturned/WorkshopDownloadConfig.json",
2022-01-24 09:03:36 +01:00
"AutoMap": true,
"ConfigType": "template",
"ConfigFileTemplate": "unturnedworkshopconfig.json"
},
{
2022-06-27 12:34:05 +02:00
"ConfigFile": "Servers/Unturned/Rocket/Rocket.config.xml",
2022-01-24 09:03:36 +01:00
"AutoMap": true,
"ConfigType": "xml"
}
]