31 lines
880 B
JSON
31 lines
880 B
JSON
[
|
|
{
|
|
"ConfigFile":"./GroundBranch/ServerConfig/Server.ini",
|
|
"AutoMap":true,
|
|
"ConfigType":"ini",
|
|
"ConfigFormat":"{0}={1}",
|
|
"ConfigFormatRegex":"^(?<key>.+?)=(?<value>.*?)$"
|
|
},
|
|
{
|
|
"ConfigFile":"./GroundBranch/ServerConfig/Vote.ini",
|
|
"AutoMap":true,
|
|
"ConfigType":"ini",
|
|
"ConfigFormat":"{0}={1}",
|
|
"ConfigFormatRegex":"^(?<key>.+?)=(?<value>.*?)$"
|
|
},
|
|
{
|
|
"ConfigFile":"./GroundBranch/ServerConfig/Ban.ini",
|
|
"AutoMap":true,
|
|
"ConfigType":"ini",
|
|
"ConfigFormat":"{0}={1}",
|
|
"ConfigFormatRegex":"^(?<key>.+?)=(?<value>.*?)$"
|
|
},
|
|
{
|
|
"ConfigFile":"./GroundBranch/ServerConfig/TeamKill.ini",
|
|
"AutoMap":true,
|
|
"ConfigType":"ini",
|
|
"ConfigFormat":"{0}={1}",
|
|
"ConfigFormatRegex":"^(?<key>.+?)=(?<value>.*?)$"
|
|
}
|
|
]
|