Browse Source

Pushbullet Channel Support

Adds support to push to channels with alert_pushbullet.sh and strings
added to main server files
pull/1172/head^2
JATO457 9 years ago
parent
commit
b845252e4d
  1. 4
      7DaysToDie/sdtdserver
  2. 4
      ARKSurvivalEvolved/arkserver
  3. 4
      Arma3/arma3server
  4. 4
      Battlefield1942/bf1942server
  5. 4
      BlackMesa/bmdmserver
  6. 4
      BladeSymphony/bsserver
  7. 4
      BrainBread2/bb2server
  8. 4
      CallOfDuty/codserver
  9. 4
      CodenameCURE/ccserver
  10. 4
      CounterStrike/csserver
  11. 4
      CounterStrikeConditionZero/csczserver
  12. 4
      CounterStrikeGlobalOffensive/csgoserver
  13. 4
      CounterStrikeSource/cssserver
  14. 4
      DayOfDefeat/dodserver
  15. 4
      DayOfDefeatSource/dodsserver
  16. 4
      DayOfInfamy/doiserver
  17. 4
      DeathmatchClassic/dmcserver
  18. 4
      DontStarveTogether/dstserver
  19. 4
      DoubleActionBoogaloo/dabserver
  20. 4
      EmpiresMod/emserver
  21. 4
      FistfulOfFrags/fofserver
  22. 4
      GarrysMod/gmodserver
  23. 4
      GoldenEyeSource/gesserver
  24. 4
      HalfLife2Deathmatch/hl2dmserver
  25. 4
      HalfLifeDeathmatch/hldmserver
  26. 4
      HalfLifeDeathmatchSource/hldmsserver
  27. 4
      Hurtworld/hwserver
  28. 4
      Insurgency/insserver
  29. 4
      JustCause2/jc2server
  30. 4
      KillingFloor/kfserver
  31. 4
      Left4Dead/l4dserver
  32. 4
      Left4Dead2/l4d2server
  33. 4
      Minecraft/mcserver
  34. 4
      Mumble/mumbleserver
  35. 4
      NS2Combat/ns2cserver
  36. 4
      NaturalSelection2/ns2server
  37. 4
      NoMoreRoomInHell/nmrihserver
  38. 4
      OpposingForce/opforserver
  39. 4
      PiratesVikingandKnightsII/pvkiiserver
  40. 4
      ProjectZomboid/pzserver
  41. 4
      Quake2/q2server
  42. 4
      Quake3/q3server
  43. 4
      QuakeLive/qlserver
  44. 4
      QuakeWorld/qwserver
  45. 4
      RedOrchestra/roserver
  46. 4
      Ricochet/ricochetserver
  47. 4
      Rust/rustserver
  48. 4
      SeriousSam3BFE/ss3sserver
  49. 4
      Starbound/sbserver
  50. 4
      SvenCoop/svenserver
  51. 4
      TeamFortress2/tf2server
  52. 4
      TeamFortressClassic/tfcserver
  53. 4
      TeamSpeak3/ts3server
  54. 4
      Teeworlds/twserver
  55. 4
      Terraria/terrariaserver
  56. 4
      UnrealTournament/utserver
  57. 4
      UnrealTournament2004/ut2k4server
  58. 4
      UnrealTournament3/ut3server
  59. 4
      UnrealTournament99/ut99server
  60. 4
      WolfensteinEnemyTerritory/wetserver

4
7DaysToDie/sdtdserver

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
ARKSurvivalEvolved/arkserver

@ -48,6 +48,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Arma3/arma3server

@ -62,6 +62,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Battlefield1942/bf1942server

@ -38,6 +38,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
BlackMesa/bmdmserver

@ -52,6 +52,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
BladeSymphony/bsserver

@ -51,6 +51,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
BrainBread2/bb2server

@ -55,6 +55,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
CallOfDuty/codserver

@ -44,6 +44,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
maxbackups="4"

4
CodenameCURE/ccserver

@ -45,6 +45,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
CounterStrike/csserver

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
CounterStrikeConditionZero/csczserver

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
CounterStrikeGlobalOffensive/csgoserver

@ -70,6 +70,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
CounterStrikeSource/cssserver

@ -53,6 +53,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
DayOfDefeat/dodserver

@ -47,6 +47,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
DayOfDefeatSource/dodsserver

@ -47,6 +47,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
DayOfInfamy/doiserver

@ -49,6 +49,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
DeathmatchClassic/dmcserver

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
DontStarveTogether/dstserver

@ -45,6 +45,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
DoubleActionBoogaloo/dabserver

@ -47,6 +47,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
EmpiresMod/emserver

@ -31,6 +31,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
FistfulOfFrags/fofserver

@ -47,6 +47,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
GarrysMod/gmodserver

@ -62,6 +62,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
GoldenEyeSource/gesserver

@ -47,6 +47,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
HalfLife2Deathmatch/hl2dmserver

@ -47,6 +47,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
HalfLifeDeathmatch/hldmserver

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
HalfLifeDeathmatchSource/hldmsserver

@ -47,6 +47,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Hurtworld/hwserver

@ -59,6 +59,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Insurgency/insserver

@ -49,6 +49,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
JustCause2/jc2server

@ -41,6 +41,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
KillingFloor/kfserver

@ -49,6 +49,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Left4Dead/l4dserver

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Left4Dead2/l4d2server

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Minecraft/mcserver

@ -41,6 +41,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Mumble/mumbleserver

@ -40,6 +40,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
NS2Combat/ns2cserver

@ -58,6 +58,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
NaturalSelection2/ns2server

@ -58,6 +58,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
NoMoreRoomInHell/nmrihserver

@ -52,6 +52,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
OpposingForce/opforserver

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
PiratesVikingandKnightsII/pvkiiserver

@ -47,6 +47,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
ProjectZomboid/pzserver

@ -41,6 +41,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Quake2/q2server

@ -42,6 +42,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
maxbackups="4"

4
Quake3/q3server

@ -43,6 +43,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
maxbackups="4"

4
QuakeLive/qlserver

@ -50,6 +50,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
QuakeWorld/qwserver

@ -24,6 +24,10 @@ email="[email protected]"
# https://www.pushbullet.com/#settings
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
# Start Variables
ip="0.0.0.0"

4
RedOrchestra/roserver

@ -47,6 +47,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Ricochet/ricochetserver

@ -70,6 +70,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Rust/rustserver

@ -62,6 +62,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
SeriousSam3BFE/ss3sserver

@ -42,6 +42,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Starbound/sbserver

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
SvenCoop/svenserver

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
TeamFortress2/tf2server

@ -50,6 +50,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
TeamFortressClassic/tfcserver

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
TeamSpeak3/ts3server

@ -34,6 +34,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Teeworlds/twserver

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
Terraria/terrariaserver

@ -46,6 +46,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

4
UnrealTournament/utserver

@ -48,6 +48,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
maxbackups="4"

4
UnrealTournament2004/ut2k4server

@ -43,6 +43,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
maxbackups="4"

4
UnrealTournament3/ut3server

@ -54,6 +54,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
maxbackups="4"

4
UnrealTournament99/ut99server

@ -43,6 +43,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
maxbackups="4"

4
WolfensteinEnemyTerritory/wetserver

@ -42,6 +42,10 @@ emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"
# Pushbullet Channel | Do not set unless the channel exists on the
# account associated with the access token. Set without using the '#'
# E.g: "thisisachanneltag" would push to #thisisachanneltag
channeltag=""
## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
updateonstart="off"

Loading…
Cancel
Save