Solved Airdrops and when they come

Discussion in 'Rust Discussion' started by Freamz, Jul 3, 2016.

  1. Hi everybody I was wondering if i could make it so one airdrop comes every single hour (one hour in real life)

    Now I KNOW there is a lot of plugins where you can do this but a lot of them mess up with the day / night system so Can anyone provide me a good plugin

    thanks in advance
     
  2. FancyDrop for Rust | Oxide

    This is currently the best Airdrop plugin here on oxide, developer is very active, he listents to requests and ofc, it doenst mess with night/day
     
  3. Thanks I did not see this plugin yet altho I can't seem to find out where exactly in the config file i can enable a timer to get one airdrop every single hour is it this part ?

    Code:
    "Timer": {
        "Cleanup old Drops at serverstart": true,
        "Maximum minutes for random timer delay ": 50,
        "Minimum minutes for random timer delay ": 30,
        "Minimum players for timed Drop": 2,
        "Remove builtIn Airdrop": true,
        "Use Airdrop timer": true
      }
    Because right now no airdrops comming on my server :(
     
  4. Set it like this:
    Code:
    "Maximum minutes for random timer delay ": 60,
    "Minimum minutes for random timer delay ": 60,
    also if you want to have drops for even 1 person on teh server, set this
    Code:
    "Minimum players for timed Drop": 1,
     
  5. yeah thanks its working.