Solved Restart/shutdown alert

Discussion in 'Plugin Requests' started by ricki122, Jul 28, 2015.

  1. Hey guys,
    I was wondering if there is some sort of server command or plugin to alert people few minutes before the scheduled restart that is about to happen.

    Thanks in advance.
     
  2. i use this, http://oxidemod.org/plugins/timedexecute.919/
    combined with an command in the config


    Cher posted this in the forum regarding theis plugin..


    Code:
    {
      "ShowTimedCommands": "true",
      "TimedCommands": [
        [
          "event.run",
          3600
        ],
        [
          "say TRIPLE AIRDROP INCOMING!!!",
          3600
        ],
        [  
          "event.run",
          3600
        ],
        [
         "event.run",
          3600
        ],
        [
         "restart",
          21600
        ],
        [
         "server.save",
          21400
        ],
        [
          "say SERVERRESTART in 5 hours!",
          3600
        ],
        [
          "say SERVERRESTART in 4 hours!",
          7200
        ],
        [
          "say SERVERRESTART in 3 hours!",
          10800
        ],
        [
          "say SERVERRESTART in 2 hours!",
          14400
        ],
        [
          "say SERVERRESTART in 1 hour!",
          18000
        ],
        [
          "say SERVERRESTART in 30 min!",
          19800
        ],
      ]
    }
     
  3. That's a great plugin, but is there a way that I could set a specific hour to restart the server, instead of "restart every x hours"?
     
  4. Not with this plugin.
     
  5. Watch this space......starting on the plugin dev side of things :D May be my 1st/2nd plugin :3
     
  6. Wulf

    Wulf Community Admin

    PS. http://oxidemod.org/plugins/schedshutdown.1246/, but it doesn't have alerts. You could request them easily though.
     
  7. =( or do that..lol
     
  8. If you used the time execute plugin and measured the time in the day + the amount of time between days of restarts then you could just warn the players that in +++Time there will be a restart. My server restarts every sunday at 1 AM...

    Warns players 3 2 1 hours and then 20 10 15 5 minutes