Browse Source

Merged branch feature/pushbullet-channel into develop

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

1
7DaysToDie/sdtdserver

@ -43,6 +43,7 @@ parms="-logfile ${gamelogdir}/output_log__`date +%Y-%m-%d__%H-%M-%S`.txt -quit -
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
ARKSurvivalEvolved/arkserver

@ -45,6 +45,7 @@ parms="\"TheIsland?listen?MultiHome=${ip}?SessionName=${servername}?MaxPlayers=$
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Arma3/arma3server

@ -59,6 +59,7 @@ parms="-netlog -ip=${ip} -port=${port} -cfg=${networkcfgfullpath} -config=${serv
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Battlefield1942/bf1942server

@ -35,6 +35,7 @@ parms="+hostServer 1 +dedicated 1"
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
BlackMesa/bmdmserver

@ -49,6 +49,7 @@ parms="-game bms -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
BladeSymphony/bsserver

@ -48,6 +48,7 @@ parms="-autoupdate -strictportbind -ip ${ip} -port ${port} +clientport ${clientp
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
BrainBread2/bb2server

@ -52,6 +52,7 @@ parms="-game brainbread2 -insecure -strictportbind -ip ${ip} -port ${port} +clie
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
CallOfDuty/codserver

@ -41,6 +41,7 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${filesdir} +set dedicated 1 +set n
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
CallOfDuty2/cod2server

@ -42,6 +42,7 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${filesdir} +set dedicated 1 +set n
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
CodenameCURE/ccserver

@ -42,6 +42,7 @@ parms="-game cure -insecure -strictportbind -ip ${ip} -port ${port} +clientport
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
CounterStrike/csserver

@ -43,6 +43,7 @@ parms="-game cstrike -strictportbind +ip ${ip} -port ${port} +clientport ${clien
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
CounterStrikeConditionZero/csczserver

@ -43,6 +43,7 @@ parms="-game czero -strictportbind +ip ${ip} -port ${port} +clientport ${clientp
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
CounterStrikeGlobalOffensive/csgoserver

@ -67,6 +67,7 @@ parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport $
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
CounterStrikeSource/cssserver

@ -50,6 +50,7 @@ parms="-game cstrike -strictportbind -ip ${ip} -port ${port} +clientport ${clien
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
DayOfDefeat/dodserver

@ -44,6 +44,7 @@ parms="-game dod -strictportbind +ip ${ip} -port ${port} +clientport ${clientpor
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
DayOfDefeatSource/dodsserver

@ -44,6 +44,7 @@ parms="-game dod -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
DayOfInfamy/doiserver

@ -46,6 +46,7 @@ parms="-game doi -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
DeathmatchClassic/dmcserver

@ -43,6 +43,7 @@ parms="-game dmc -strictportbind +ip ${ip} -port ${port} +clientport ${clientpor
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
DontStarveTogether/dstserver

@ -42,6 +42,7 @@ parms="-console -cluster MyDediServer -shard Master"
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
DoubleActionBoogaloo/dabserver

@ -44,6 +44,7 @@ parms="-strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_por
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
EmpiresMod/emserver

@ -28,6 +28,7 @@ parms="-game empires -strictportbind -ip ${ip} -port ${port} +clientport ${clien
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
FistfulOfFrags/fofserver

@ -44,6 +44,7 @@ parms="-game fof -strictportbind -ip ${ip} -port ${port} +clientport ${clientpor
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
GarrysMod/gmodserver

@ -59,6 +59,7 @@ parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} -tickrate ${tickr
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
GoldenEyeSource/gesserver

@ -44,6 +44,7 @@ parms="-game gesource -strictportbind -ip ${ip} -port ${port} +clientport ${clie
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
HalfLife2Deathmatch/hl2dmserver

@ -44,6 +44,7 @@ parms="-game hl2mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientp
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
HalfLifeDeathmatch/hldmserver

@ -43,6 +43,7 @@ parms="-game valve -strictportbind +ip ${ip} -port ${port} +clientport ${clientp
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
HalfLifeDeathmatchSource/hldmsserver

@ -44,6 +44,7 @@ parms="-game hl1mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientp
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Hurtworld/hwserver

@ -56,6 +56,7 @@ parms="-batchmode -nographics -exec \"host ${port} ${map} ${loadsave};queryport
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Insurgency/insserver

@ -46,6 +46,7 @@ parms="-game insurgency -strictportbind -ip ${ip} -port ${port} +clientport ${cl
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
JustCause2/jc2server

@ -38,6 +38,7 @@ parms=""
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
KillingFloor/kfserver

@ -46,6 +46,7 @@ parms="server ${defaultmap}?game=KFmod.KFGameType?VACSecured=true -nohomedir ini
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Left4Dead/l4dserver

@ -43,6 +43,7 @@ parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${cli
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Left4Dead2/l4d2server

@ -43,6 +43,7 @@ parms="-game left4dead2 -strictportbind -ip ${ip} -port ${port} +clientport ${cl
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Minecraft/mcserver

@ -38,6 +38,7 @@ parms="nogui"
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Mumble/mumbleserver

@ -37,6 +37,7 @@ parms="-fg -ini ${servercfgfullpath}"
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
NS2Combat/ns2cserver

@ -55,6 +55,7 @@ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
NaturalSelection2/ns2server

@ -55,6 +55,7 @@ parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
NoMoreRoomInHell/nmrihserver

@ -49,6 +49,7 @@ parms="-game nmrih -insecure -strictportbind -ip ${ip} -port ${port} +clientport
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
OpposingForce/opforserver

@ -43,6 +43,7 @@ parms="-game gearbox -strictportbind +ip ${ip} -port ${port} +clientport ${clien
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
PiratesVikingandKnightsII/pvkiiserver

@ -44,6 +44,7 @@ parms="-game pvkii -strictportbind -ip ${ip} -port ${port} +clientport ${clientp
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
ProjectZomboid/pzserver

@ -38,6 +38,7 @@ parms="-ip ${ip} -adminpassword \"${adminpassword}\" -servername ${servicename}"
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Quake2/q2server

@ -39,6 +39,7 @@ parms="+set dedicated 1 +set ip ${ip} +set port ${port} +exec ${servercfg} +set
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Quake3/q3server

@ -40,6 +40,7 @@ parms="+set sv_punkbuster 0 +set fs_basepath ${filesdir} +set dedicated 1 +set c
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
QuakeLive/qlserver

@ -47,6 +47,7 @@ parms="+set net_strict 1 +set net_ip ${ip} +set net_port ${port} +set fs_homepat
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
RedOrchestra/roserver

@ -44,6 +44,7 @@ parms="server ${defaultmap}?game=ROGame.ROTeamGame?VACSecured=true -nohomedir in
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Ricochet/ricochetserver

@ -67,6 +67,7 @@ parms=""
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Rust/rustserver

@ -59,6 +59,7 @@ fi
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
SeriousSam3BFE/ss3sserver

@ -39,6 +39,7 @@ parms="+ip ${ip} +logfile ${gamelog} +exec ${servercfgfullpath}"
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Starbound/sbserver

@ -43,6 +43,7 @@ parms=""
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
SvenCoop/svenserver

@ -43,6 +43,7 @@ parms="-game svencoop -strictportbind +ip ${ip} -port ${port} +clientport ${clie
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
TeamFortress2/tf2server

@ -47,6 +47,7 @@ parms="-game tf -strictportbind -ip ${ip} -port ${port} +clientport ${clientport
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
TeamFortressClassic/tfcserver

@ -43,6 +43,7 @@ parms="-game tfc -strictportbind _ip ${ip} -port ${port} +clientport ${clientpor
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
TeamSpeak3/ts3server

@ -31,6 +31,7 @@ version="161113"
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Teeworlds/twserver

@ -43,6 +43,7 @@ parms="-f ${servercfgfullpath}"
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
Terraria/terrariaserver

@ -43,6 +43,7 @@ parms="-config ${servercfgfullpath}"
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
UnrealTournament/utserver

@ -45,6 +45,7 @@ parms="UnrealTournament ${defaultmap}?Game=${gametype}?TimeLimit=${timelimit} -p
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
UnrealTournament2004/ut2k4server

@ -40,6 +40,7 @@ parms="server ${defaultmap}?game=XGame.xDeathMatch -nohomedir ini=${servercfg} l
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
UnrealTournament3/ut3server

@ -51,6 +51,7 @@ parms="server ${defaultmap}?Game=${game}?bIsDedicated=${isdedicated}?bIsLanMatch
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
UnrealTournament99/ut99server

@ -40,6 +40,7 @@ parms="server ${defaultmap}.unr ini=${servercfgfullpath}"
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
WolfensteinEnemyTerritory/wetserver

@ -39,6 +39,7 @@ fn_parms(){
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

1
tests/tests_jc2server.sh

@ -40,6 +40,7 @@ parms=""
emailalert="off"
email="[email protected]"
emailfrom=""
# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
pushbulletalert="off"
pushbullettoken="accesstoken"

Loading…
Cancel
Save