1. I am having the same problem with no timed airdrops appearing. I have the page 27 version plugin and the config 2 posts above.

    The problem seems to be this from the log file:
    [2/5/2016 6:19:32 AM] [Oxide] 6:19 AM [Info] [aire]: Cargo Plane has been removed, due to insufficient player count: <color=yellow>1</color>.

    It seems to say insufficient players even though I've dropped the number to 0 and there were multiple players on.

    Edit: Looking at the config file again, it is also doing timed airdrops every hour and I set it to 30 minutes. It must not be reading the config file correctly I would guess. Perhaps my formatting is not correct but I did just edit your version.

    Solution Edit: I didn't read how to use the pluging correctly and the settings are loading fine, from the DATA directory where I was supposed to put them.
     
    Last edited by a moderator: Feb 5, 2016
  2. Resistance are the command different now also? I am trying to re-setup airdrops and commands are not working in command box. It is saying command not found. here is what i have tried. aire.timer aire.supply aire.players and it say command not found,
     
  3. commands are the same as long as you have added the new permissions to the group you are in just follow everything in the overview Airdrop Extended for Rust | Oxide
     
  4. Command still not found. It was working fine till today. Then I update airdrop and not working now
     

    Attached Files:

  5. airdropextended.aire.timer
    airdropextended.aire.despawntime 300
    airdropextended.aire.capacity 16
    try these and just put airdropextended. in front of each command now
     
  6. Thank you that did work. thanks
     
  7. Happy to help
     
  8. Could you tell me what this is now? If not point me in the correct direction. Circled in blue
     

    Attached Files:

  9. Nothing to do with this plugin its you not updating EntityOwner plugin
     
  10. If your's is working can you take a look at my config? Not sure why but even at player count 11 it's despawning the plane saying not enough people:

    Code:
    {
      "Capacity": 6,
      "CommonSettings": {
        "BuiltInAirdropEnabled": true,
        "DropNotifyMaxDistance": 300,
        "DropToOneLocation": true,
        "MaxCrates": 3,
        "MaxDropFrequency": "01:00:00",
        "MaximumNumberOfPlanesInTheAir": 3,
        "MaximumPlaneLimitEnabled": true,
        "MinCrates": 1,
        "MinDropFrequency": "00:20:00",
        "MinimumPlayerCount": 10,
        "NotifyAboutDirectionAroundOnDropLand": false,
        "NotifyAboutDirectionAroundOnSupplyThrown": false,
        "NotifyAboutPlayersAroundOnDropLand": false,
        "NotifyAboutPlayersAroundOnSupplyThrown": false,
        "NotifyOnCollision": false,
        "NotifyOnDespawn": false,
        "NotifyOnDropStarted": false,
        "NotifyOnLootEntityingStarted": false,
        "NotifyOnNextDropPosition": false,
        "NotifyOnPlaneRemoved": false,
        "NotifyOnPlaneSpawned": true,
        "NotifyOnSupplySingalDisabled": true,
        "PlaneSpeedInSeconds": 50,
        "PluginAirdropTimerEnabled": true,
        "SupplyCrateDespawnTime": "00:05:00",
        "SupplySignalNotifyMaxDistance": 300,
        "SupplySignalsEnabled": true
    
     
  11. Edit the file in data folder
     
  12. I did, this is my config exactly from the /data/airdropExtended_defaultSettings file which is why I'm confused.
     
  13. You have more than 10 people on? Your set to a minimum of 10 people otherwise the plane despawns immediately without flying in.

    You could also validate the config file with an online JSON validator to ensure it's formatted correctly. What you have posted above is missing the end braces and stuff.
     
  14. edit the file in the data folder first then copy and paste all info from the data folder json over to the config json file or read the info on the overview and follow it step by step but add airdropextended. in front of all the commands you see on the overview if using the file I uploaded here Airdrop Extended | Page 27 | Oxide
     
    Last edited by a moderator: Feb 7, 2016
  15. Yes, more than 10 people on, it's despawning the plane even at 11 people+. I only snipped a part of my config, but yes I ran a validator and it's all there, just didn't want to paste all of my item drop %'s, etc. as I felt it was unnecessary.

    Got it, I've pasted the code from the /data/ file over to the /cfg file, reloaded and then loaded the file. I'll see what happens.

    Thanks for the help guys, I'm sure 29 pages of answering questions can get tedious.
     
  16. I have to say that with all the help I got here the plugin actually works 85% , i just dont get the drop coords :)
    I setup the default data file to what i wanted then copied that to the config one, I used the console commands in the overview
    to adjust player limit/ min-max time for drop, amount of cargo pods per drop, despawn time for drop. cargo pod cargo limit etc
    works great, everyone is happy
    Thanks again resistance
     
  17. Thank you! Everything I had tried was not working. Using the in-game commands to set the configuration up worked perfectly however.
     
  18. Well its what I said to do in this post above as its the best way to set everything up Airdrop Extended | Page 29 | Oxide
     
  19. Not necessarily, nowhere in your posts to me or the Overview does it state the settings have to be issued via command-line to ensure they work vs. setting them in the configurations and running.

    I do appreciate the help however.
     
  20. I have said in my above post to follow the overview step by step if you do this then you will not have any more problems and if you really read the overview and not skip over it like many do when reading it and yes I have done that myself you will see it does give you info that you will need to know on setting everything up