AMPTemplates/unturnedmetaconfig.json

15 lines
387 B
JSON
Raw Normal View History

2022-01-24 09:03:36 +01:00
[
2022-01-24 12:00:43 +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>.*?)$"
},
{
"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
]