AMPTemplates/unturnedmetaconfig.json
Greelan 16a21eb736 Various updates
- Server name now changeable
- Additional settings added to UI and default config
- RCON enabled after installation
2022-01-27 15:34:07 +11:00

15 lines
387 B
JSON

[
{
"ConfigFile": "Servers/{{ServerName}}/Server/Commands.dat",
"AutoMap": true,
"ConfigType": "kvp",
"ConfigFormat": "{0} {1}",
"ConfigFormatRegex": "^(?<key>.+?) (?<value>.*?)$"
},
{
"ConfigFile": "Servers/{{ServerName}}/Rocket/Rocket.config.xml",
"AutoMap": true,
"ConfigType": "xml"
}
]