|
|
@@ -25,11 +25,19 @@ parms="\"TheIsland?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${q
|
|
|
## Notification Alerts
|
|
|
# (on|off)
|
|
|
|
|
|
+# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord
|
|
|
+discordalert="off"
|
|
|
+discordwebhook="webhook"
|
|
|
+
|
|
|
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email
|
|
|
emailalert="off"
|
|
|
email="email@example.com"
|
|
|
emailfrom=""
|
|
|
|
|
|
+# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT
|
|
|
+iftttalert="off"
|
|
|
+ifttttoken="accesstoken"
|
|
|
+
|
|
|
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
|
|
|
pushbulletalert="off"
|
|
|
pushbullettoken="accesstoken"
|
|
|
@@ -41,7 +49,7 @@ pushovertoken="accesstoken"
|
|
|
|
|
|
# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram
|
|
|
telegramalert="off"
|
|
|
-telegramtoken=""
|
|
|
+telegramtoken="accesstoken"
|
|
|
telegramchatid=""
|
|
|
|
|
|
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
|