|
|
@ -6,6 +6,8 @@ |
|
|
|
# common.cfg - applies settings to every instance. |
|
|
|
# [instance].cfg - applies settings to a specific instance. |
|
|
|
|
|
|
|
#### Game Server Settings #### |
|
|
|
|
|
|
|
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
fn_parms(){ |
|
|
|
parms="--config ${servercfgfullpath}" |
|
|
@ -28,7 +30,7 @@ displayip="" |
|
|
|
# More info | https://docs.linuxgsm.com/alerts#more-info |
|
|
|
postalert="off" |
|
|
|
postdays="7" |
|
|
|
posttarget="https://hastebin.com" |
|
|
|
posttarget="https://termbin.com" |
|
|
|
|
|
|
|
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
|
|
|
discordalert="off" |
|
|
|