Browse Source

Update _default.cfg

pull/3002/head
Frisasky 6 years ago
committed by GitHub
parent
commit
a658714047
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      lgsm/config-default/config-lgsm/jk2server/_default.cfg

17
lgsm/config-default/config-lgsm/jk2server/_default.cfg

@ -39,6 +39,10 @@ posttarget="https://hastebin.com"
discordalert="off"
discordwebhook="webhook"
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
slackalert="off"
slackwebhook="webhook"
# Email Alerts | https://docs.linuxgsm.com/alerts/email
emailalert="off"
email="[email protected]"
@ -98,6 +102,19 @@ ansi="on"
# Message Display Time
sleeptime="0.5"
# Stop Mode | https://docs.linuxgsm.com/steamcmd/stopmode
# 1: tmux kill
# 2: CTRL+c
# 3: quit
# 4: quit 120s
# 5: stop
# 6: q
# 7: exit
# 8: 7 Days to Die
# 9: Gold Source
# 10: Teamspeak 3
stopmode="3"
## SteamCMD Settings
# Server appid
appid="6030"

Loading…
Cancel
Save