1. Hello been having some problem getting airdrops to work. They used to work when I had airdrop.settings installed but since it's no longer being updated my airdrops stopped. I then installed Airdrop.controller but it doesn't send the drops. Is there a standard command I need to set to have airdrops working? Vanilla servers have drops so I must not have something set properly.

    Thanks for reading.
     
  2. There is a Rust command if you want to try (event.run)
     
  3. Yeah , I was under the impression that was manual command. Also added TimedExecute plugin but it was sending loads of airdrops and I was needing them every 25 minutes. it was sending drops every 3 minutes and more than one plane.

    Code:
    {
      "ConfigCode": "1",
      "EnableTimerOnceCommands": "true",
      "EnableTimerRepeatCommands": "true",
      "OnceCommands": [
       
        {
          "command": "reset.oncetimer",
          "seconds": 121
        }
      ],
      "RepeaterCommands": [
       
        {
          "command": "event.run",
          "seconds": 1500
        }
      ]
    }
     
  4. I'm not sure if event.run runs only 1 airdrop. When i was playing around with OnEntitySpawned. if entity.name == "events/event_run" or sth like that it was showing me like 2 or 3 messages.

    Also check if you dont have any another airdrop related plugins.. bcs some of them are changing the "How many planes should be called "