Multiple airdrops coming per hourNot An Issue
Ive got messaged by a player, that they are to many airdrops like he is feeling.

I post my config, is there something wrong? I thought i set up realtime drops only?

  "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,
    "Reset Timer after manual random drop": false,
    "Use Airdrop timer": true,
    "Used Airdrop timer command": "random"
  },
  "Timers": {
    "log to console": true,
    "Minimum players for running Timers": 2,
    "RealTime": {
      "12:00": "massdrop 5",
      "16:00": "toplayer *",
      "16:05": "toplayer *",
      "16:10": "toplayer *",
      "18:00": "massdrop 5",
      "21:00": "massdrop 5",
    },
    "ServerTime": {
      "18": "massdropto 0 0 5 100",
      "6": "massdrop 3"
    },
    "use RealTime": true,
    "use ServerTime": false
  }
}​

Thanks!

From console:

11/21/2020 11:08:29 | [FancyDrop] Timed Airdrop initiated with command 'ad.random'
11/21/2020 11:08:29 | [FancyDrop] Random Airdrop of type 'regular' incoming at: (835, 16, -164) grid area: Q11
11/21/2020 10:22:29 | [FancyDrop] Next timed Airdrop in 46 minutes
11/21/2020 10:22:29 | [FancyDrop] Timed Airdrop initiated with command 'ad.random'
11/21/2020 10:22:29 | [FancyDrop] Random Airdrop of type 'regular' incoming at: (-592, 26, -181) grid area: G11
Change these settings
"Maximum minutes for random timer delay ": 50,
    "Minimum minutes for random timer delay ": 30,​
to
max 120
min 45
That way you will probably get only one drop an hour.
Locked automatically