1. Hello i would like to use that plugin only for restarting server lets say every morning about 6.30, so is there a way to disable all other functions? or do you have idea how its easiest to do. My .bat is restarting server automatically, so only thing i need is that timed command 24h or clock. i can set up notification other way. i can restart my server manually on week, but i would like to sleep Saturday and Sunday morning :) Thanks!
     
  2. You can disable the other timers by just setting their enable setting to false at the top of the .json file
     
  3. Whats wrong with it? I want my server restart every 8 hour
     

    Attached Files:

  4. Firstly.. remove your config and update the plugin
     
  5. do it, but in my console
    [Oxide] 23:16 [Info] [Timed Execute] Timer-Once is OFF
    [Oxide] 23:16 [Info] [Timed Execute] Timer-Repeat is OFF
    [Oxide] 23:16 [Info] [Timed Execute] RealTime-Timer is OFF
     
  6. Did you remove your config before updating the plugin ? If yes then show me your current config.
     
  7. {
    "EnabledRealTime-Timer": true,
    "EnableTimerOnce": true,
    "EnableTimerRepeat": true,
    "RealTime-Timer": {
    "16:00:00": "say 'The gate for the event is open!'",
    "16:30:00": "say 'The gate for the event just closed'",
    "17:00:00": "say 'Restart in 1 HOUR'",
    "18:00:00": "say 'The server is restarting NOW.'"
    },
    "TimerOnce": {
    "reset.oncetimer": 181,
    "say 'Dont forget to like our fanpage!'": 60,
    "say 'Follow us on Twitter!'": 120,
    "say 'You can donate via PayPal!'": 180
    },
    "TimerRepeat": {
    "event.run": 300,
    "server.save": 300
    }
    }
     
  8. now type in your console "reload TimedExecute" and there should be 3timers ON.
    To restart ever 8 hours just simply add a new command in the TimerRepeat or edit a current one and put the 8hours in seconds.
     
  9. thank you a lot!
     
    Last edited by a moderator: Mar 14, 2016
  10. chat commads plz!
     
  11. how.. ? /god ? Run it on your server ? So it wont ever crash xD?
     
  12. I'm using Announcement GUI | Oxide I do not console command.
    So I want to implementations an automatic timer to this plugin!
     
  13. Why is this not working ?
    Code:
    {
      "EnabledRealTime-Timer": true,
      "EnableTimerOnce": false,
      "EnableTimerRepeat": true,
      "RealTime-Timer": {
      "22:00:00": "say 'Restart in 3 HOURS'",
      "23:20:00": "say 'Restart in 2 HOURS'",
      "00:00:00": "say 'Restart in 1 HOUR'",
      "00:30:00": "say 'Restart in 30 Minutes'",
      "00:45:00": "say 'Restart in 15 Minutes'",
      "00:50:00": "say 'Restart in 10 Minutes'",
      "00:55:00": "say 'Restart in 5 Minutes'",
      "01:00:00": "say 'The server is restarting NOW.'",
      "01:00:00": "server.save",
      "01:00:00": "global.restart",
      "04:00:00": "say 'Restart in 3 HOURS'",
      "05:00:00": "say 'Restart in 2 HOURS'",
      "06:00:00": "say 'Restart in 1 HOUR'",
      "06:30:00": "say 'Restart in 30 Minutes'",
      "06:45:00": "say 'Restart in 15 Minutes'",
      "06:50:00": "say 'Restart in 10 Minutes'",
      "06:55:00": "say 'Restart in 5 Minutes'",
      "07:00:00": "say 'The server is restarting NOW.'",
      "07:00:00": "server.save",
      "07:00:00": "global.restart",
      "10:00:00": "say 'Restart in 3 HOURS'",
      "11:00:00": "say 'Restart in 2 HOURS'",
      "12:00:00": "say 'Restart in 1 HOUR'",
      "12:30:00": "say 'Restart in 30 Minutes'",
      "12:45:00": "say 'Restart in 15 Minutes'",
      "12:50:00": "say 'Restart in 10 Minutes'",
      "12:55:00": "say 'Restart in 5 Minutes'",
      "13:00:00": "say 'The server is restarting NOW.'",
      "13:00:00": "server.save",
      "13:00:00": "global.restart", 
      "16:00:00": "say 'Restart in 3 HOURS'",
      "17:00:00": "say 'Restart in 2 HOURS'",
      "18:00:00": "say 'Restart in 1 HOUR'",
      "18:30:00": "say 'Restart in 30 Minutes'",
      "18:45:00": "say 'Restart in 15 Minutes'",
      "18:50:00": "say 'Restart in 10 Minutes'",
      "18:55:00": "say 'Restart in 5 Minutes'",
      "19:00:00": "say 'The server is restarting NOW.'",
      "19:00:00": "server.save",
      "19:00:00": "global.restart", 
      },
      "TimerOnce": {
      "reset.oncetimer": 181,
      "say 'Dont forget to like our fanpage!'": 60,
      "say 'Follow us on Twitter!'": 120,
      "say 'You can donate via PayPal!'": 180
      },
      "TimerRepeat": {
      "heli.call": 60,
      "massdrop.25": 60,
      "event.run": 300,
      "server.save": 300
      }
    }
    The 60 sec cooldown on TimerRepeat was only to test
     
    Last edited by a moderator: Apr 6, 2016
  14. What is exactly not working ?
     
  15. I ask Tell me the answer!
     
  16. I didnt reply to your answer.. i replied to WarTekno

    About you.. just request console commands from the author of Announcement GUI
     
  17. He is no answer .... T^T
     
  18. is the timer repeat in seconds or minutes? i've put 1800 for seconds lol
     
  19. every timer is in seconds.
     
  20. now work in my server
     

    Attached Files:

    Last edited by a moderator: Mar 23, 2016