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. Try doing some research first members will help you faster if they see you have tried to do it yourself
     
  2. Well i tried copying the Heli one on the page backwards one and it didnt work :D thats why i asked for help
     
  3. look around for other plugins to see if they handle this better
     
  4. yeah this one is the only one
     
  5. use this command in the file then
    heli.call
     
  6. but i need it for Airdrop, and for it to spawn every like 10minutes
     
  7. You asked for help above for heli every 45 mins try working on one problem at a time
     
  8. yeah and an airdrop
     
  9. try working on one problem at a time
     
  10. i just give up I cant get it to work
     
  11. Maybe Im not understanding, but im new so bare with me. When i uploaded thew plug-in to the rust server it did not populate a .json file for it in my config folder?
     
  12. why is not this working? want pve days and pvp nights:
    Code:
    {
      "EnableInGameTime-Timer": true,
      "EnableRealTime-Timer": false,
      "EnableTimerOnce": true,
      "EnableTimerRepeat": true,
      "InGameTime-Timer": {
        "08:00": "server.pve true",
        "08:00": "say TURNED ON PVE",
        "20:00": "server.pve false",
        "20:00": "say TURNED ON PVP"
        }
      "RealTime-Timer":
      "TimerOnce":
      "TimerRepeat":
    }
    Server Commands
     
  13. Wulf

    Wulf Community Admin

    Are you getting any errors?
     
  14. Change it to this as you have two with the same time and it will bring up an error
    Code:
    "08:00": "server.pve true",
    "08:01": "say TURNED ON PVE",
    "20:00": "server.pve false",
    "20:01": "say TURNED ON PVP"
    change the 2nd and 4th one time
    But if you upload the full file dont paste it upload the file so it can be checked
     
    Last edited by a moderator: Sep 3, 2017
  15. Not working, please help. Want it to be every day/night!
     

    Attached Files:

    Last edited by a moderator: Sep 3, 2017
  16. You might be better to go with this plugin TruePVE for Rust | Oxide
     
  17. I have tried. But could not find a code that work. Pve day / pvp night. How to enable / dispable automatic.
     
  18. all info is in the overview
     
  19. could not find timed enable, disable? :)