AMPTemplates/tshockmetaconfig.json

20 lines
408 B
JSON
Raw Normal View History

2023-06-21 07:50:30 +02:00
[
{
"ConfigFile":"tshock/config.json",
"AutoMap":true,
"ConfigType":"json"
},
{
"ConfigFile":"tshock/motd.txt",
"ConfigType":"kvp",
"ConfigFormat":"{0}{1}",
"Subsections":[
{
"Heading":"$root",
"SettingMappings":{
"":"motd"
}
}
]
}
]