c7fc92dd3e
* Add BeamMP This PR is on hold until either liblua5.3-0 is added to the ampbase image, or `Meta.DockerContainerPacakges` is implemented. * Update beammpconfig.json * Adjustments for Debian 12 * Metaconfig and binary changes * Add Greelan * Changes for binary downloads and setting enhancements * Update beammpconfig.json * Update beammpupdates.json * Update beammpconfig.json * Update beammp.kvp * Update beammpconfig.json * Make symlink relative (local) * Update server description default * Update beammpconfig.json * Update beammpconfig.json * Update source --------- Co-authored-by: Greelan <53196309+Greelan@users.noreply.github.com>
16 lines
430 B
JSON
16 lines
430 B
JSON
[
|
|
{
|
|
"ConfigFile": "ServerConfig.toml",
|
|
"AutoMap": true,
|
|
"ConfigType": "ini",
|
|
"ConfigFormat": "{0} = \"{1}\"",
|
|
"ConfigFormatRegex": "^(?<key>.+?) = \"(?<value>.*?)\"$"
|
|
},
|
|
{
|
|
"ConfigFile": "ServerConfig.toml",
|
|
"AutoMap": true,
|
|
"ConfigType": "ini",
|
|
"ConfigFormat": "{0} = {1}",
|
|
"ConfigFormatRegex": "^(?<key>.+?) = (?<value>[^\"]*?)$"
|
|
}
|
|
] |