Timed Execute

Execute commands every (x) seconds.

Total Downloads: 3,224 - First Release: May 29, 2016 - Last Update: Jun 5, 2017

5/5, 16 likes
  1. Code:
    11:41 [Info] [Timed Execute] The Timer-Once timer has startedIt happened again after a cycle.11:41 [Info] [Timed Execute] ran CMD: reset.timeronce
    11:41 [Info] [Timed Execute] ran CMD: weather.rain 0
    11:41 [Info] [Timed Execute] ran CMD: announce.announce 下雨了
    11:41 [Info] [Timed Execute] ran CMD: weather.rain 0.1
    11:41 [Info] [Timed Execute] ran CMD: weather.rain 0.2
    11:41 [Info] [Timed Execute] ran CMD: weather.rain 0.3
    11:41 [Info] [Timed Execute] ran CMD: weather.rain 0.4
    11:41 [Info] [Timed Execute] ran CMD: weather.rain 0.5
    11:41 [Info] [Timed Execute] ran CMD: weather.rain 0.6
    11:41 [Info] [Timed Execute] ran CMD: weather.rain 0.7
    11:42 [Info] [Timed Execute] ran CMD: weather.rain 1
    11:42 [Info] [Timed Execute] ran CMD: weather.rain 0.9
    11:42 [Info] [Timed Execute] ran CMD: weather.rain 0.8
    11:43 [Info] [Timed Execute] The Timer-Once timer has started
    11:43 [Info] [Timed Execute] ran CMD: reset.timeronce
    11:43 [Info] [Timed Execute] ran CMD: weather.rain 0
    11:43 [Info] [Timed Execute] ran CMD: announce.announce 下雨了
    11:43 [Info] [Timed Execute] ran CMD: weather.rain 0.1
    11:43 [Info] [Timed Execute] ran CMD: weather.rain 0.2
    11:43 [Info] [Timed Execute] ran CMD: weather.rain 0.3
    11:43 [Info] [Timed Execute] ran CMD: weather.rain 0.4
    11:43 [Info] [Timed Execute] ran CMD: weather.rain 0.5
    11:43 [Info] [Timed Execute] ran CMD: weather.rain 0.6
    11:43 [Info] [Timed Execute] ran CMD: weather.rain 0.7
    11:43 [Info] [Timed Execute] ran CMD: weather.rain 1
    11:44 [Info] [Timed Execute] ran CMD: weather.rain 0.9
    11:44 [Info] [Timed Execute] ran CMD: weather.rain 0.8
     
  2. Now that weather is gone from Rust, I'd like to use this plugin to run weather commands on a timer. How would I do this using a chat command?

    WeatherController uses only chat commands. Example: /weather fog on 300

    How would I see this up? I tried these but they arent working:
    Code:
        "chat.say /weather clouds on 300": 2580,
        "chat.say /weather fog on 300": 2580
    If I try "chat.say "/weather fog on 300"": 2580 I get parsing errors. There has to be a way!
     
  3. Wulf

    Wulf Community Admin

    "chat.say \"/weather clouds on 300\"": 2580

    You need to use \ to escape quotation marks in JSON.

    Also, how is weather gone? Those plugins use Rust's weather commands, so it won't help you if they are removed from Rust.
     
  4. "chat.say \"/weather clouds on 300\": 2580 <--- I removed the extra " you had
     
  5. Wulf

    Wulf Community Admin

    The extra " closes it, it it is needed. ;) Right now your example would error. The correct usage is what I provided in my last post.
     
  6. Where in the config is he putting it as he does not say
     
  7. Wulf

    Wulf Community Admin

    Doesn't matter, it still needs the extra " to close it else you'll have invalid JSON.
     
  8. Never tested it should of first before posting
     
  9. I mean "gone" as in, it doesn't occur on its own anymore. At least not for me, anyways D:
    [DOUBLEPOST=1497557858][/DOUBLEPOST]
    Also, thanks for the solution!
     
  10. Can you help me to configure it to work with the Realistic Weather plugin thank you
     
  11. I have setup callheli withRLtimer but for some reason it is not working, can you help me with that, its for Oxide Rust, thank you.
     

    Attached Files:

  12. I dont have time to test this so you will need to
     

    Attached Files:

  13. I have trie the config, it was working but the heli was using the ingame timer so pop every 15 min or so hahahaha The main goal is to make the heli pop ingame every 2h15. I have tried again the real timer and it still not poping the heli, I'll keep trying thing until you can have the time to help me more. thx a lot Resistance.
     
  14. Well going to bed soon but it might be the default heli spawning as well that is causing the problem I will see if I have time sat or another plugin you have
     
  15. Did you check that you dont have any other plugins that deal with spawning the heli
     
  16. I have HeliControl installed.
     
  17. There you go remove it see if that helps
     
  18. Use of "Real time" Timer is not working, has anyone found that?
    I have enabled it to true in the config, and when I reload the plugin it says the "repeat timer" is activated but the "real time" timer, doesn't show that it's activated.
    I use it for automatic restarts and stuff like that. It would be nice if it was working.
    Has anyone found that it isn't working?
     
  19. upload your config to see if you put something wrong in it
     
  20. Hello is it possible to put dates on this plugin Schedule messages per week over the month
    ex: "06/29/2017" "18:00:00": "say Do not forget wipe tonight at 8pm"