Solved Auto airdrops

Discussion in 'Plugin Requests' started by My Name is Jeff, Apr 21, 2016.

  1. Hi I would like to know if there is a Auto Airdrop Plugin Oxide 2.0 Legacy if there is please link
     
  2. Use TimedExecute for Rust Legacy | Oxide
    [DOUBLEPOST=1461205195][/DOUBLEPOST]
    Code:
    {
      "EnableTimerOnceCommands": "false",
      "EnableTimerRepeatCommands": "true",
      "OnceCommands": [
        {
          "command": "say 'Restart in 1 minute'",
          "seconds": 60
        },
        {
          "command": "say 'Restart in 30 seconds'",
          "seconds": 90
        },
        {
          "command": "say 'Restart NOW'",
          "seconds": 120
        },
        {
          "command": "restart",
          "seconds": 120
        },
        {
          "command": "reset.oncetimer",
          "seconds": 121
        }
      ],
      "RepeaterCommands": [
        {
          "command": "airdrop.drop",
          "seconds": TIME
        },
        {
          "command": "save.all",
          "seconds": 60
        }
      ]
    }
     
    Last edited by a moderator: Apr 27, 2016
  3. How can I make it so Airdrops go off every 20 min?
     
  4. I don't know what to do? That comment didn't help much :( Where is says Time do I put the time in seconds every time I want it to go off??????
    "command": "airdrop.drop",
    "seconds": TIME
     
  5. I have tried to use Timed Execute but it doesn't work for some reason and I don't know how to edit the time of how often they go off. Is there any other options or can someone help me?
    [DOUBLEPOST=1462250135,1462166016][/DOUBLEPOST]FFS God does anyone want to help around this forum? It feels like the only thing people have been saying is edit the config. Does that help? NO. I already know to edit it. I have been asking question and no one wants to help or reply. :(
     
    Last edited by a moderator: May 3, 2016
  6. Here is a configuration, all answers can o'que and WHAT you know, has more calmly this plugin you who do not know this set
    Code:
    {
      "EnableTimerOnceCommands": "false",
      "EnableTimerRepeatCommands": "true",
      "OnceCommands": [
        {
          "command": "say 'Restart in 1 minute'",
          "seconds": 60
        },
        {
          "command": "say 'Restart in 30 seconds'",
          "seconds": 90
        },
        {
          "command": "say 'Restart NOW'",
          "seconds": 120
        },
        {
          "command": "restart",
          "seconds": 120
        },
        {
          "command": "reset.oncetimer",
          "seconds": 121
        }
      ],
      "RepeaterCommands": [
        {
          "command": "airdrop.drop",
          "seconds": 1800
        },
        {
          "command": "notice.popupall '@Supply crate'",
          "seconds": 1800
        },
        {
          "command": "save.all",
          "seconds": 3600
        }
      ]
    }
     
  7. can i have the auto airdrop plugin i need it for my server?
     
  8. Wulf

    Wulf Community Admin

    There are answers in this thread how to set that up as well as a link to a plugin you can use.
     
  9. idk where the download is but can i ask u to join my server ?
     
  10. Wulf

    Wulf Community Admin

    Timed Execute | Oxide