41 lines
1012 B
JSON
41 lines
1012 B
JSON
[
|
|
{
|
|
"ConfigFile":"PathOfTitans/Saved/Config/WindowsServer/Game.ini",
|
|
"AutoMap":true,
|
|
"ConfigType":"ini",
|
|
"ConfigFormatRegex":"^(?<key>.+?)=(?<value>.*?)$"
|
|
},
|
|
{
|
|
"ConfigFile":"PathOfTitans/Saved/Config/LinuxServer/Game.ini",
|
|
"AutoMap":true,
|
|
"ConfigType":"ini",
|
|
"ConfigFormatRegex":"^(?<key>.+?)=(?<value>.*?)$"
|
|
},
|
|
{
|
|
"ConfigFile":"PathOfTitans/Saved/MOTD.txt",
|
|
"ConfigType":"kvp",
|
|
"ConfigFormat":"{0}{1}",
|
|
"Subsections":[
|
|
{
|
|
"Heading":"$root",
|
|
"SettingMappings":{
|
|
"":"MOTD"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ConfigFile":"PathOfTitans/Saved/Rules.txt",
|
|
"ConfigType":"kvp",
|
|
"ConfigFormat":"{0}{1}",
|
|
"Subsections":[
|
|
{
|
|
"Heading":"$root",
|
|
"SettingMappings":{
|
|
"":"Rules"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|