AMPTemplates/unturnedmetaconfig.json

10 lines
233 B
JSON
Raw Normal View History

2022-01-24 09:03:36 +01:00
[
{
"ConfigFile": "Servers/UnturnedServer/Server/Commands.dat",
"AutoMap": true,
"ConfigType": "kvp",
2022-01-24 11:59:58 +01:00
"ConfigFormat": "{0} {1}",
2022-01-24 09:08:12 +01:00
"ConfigFormatRegex": "^(?<key>.+?) (?<value>.*?)$"
2022-01-24 09:03:36 +01:00
}
2022-01-24 11:54:38 +01:00
]