Time is irrelevant?Fixed
Hello, I'm testing out your plugin on my server currently and I've found that no matter what I set the time interval, it will work once and then just stop working?

For example, If i set min and max for the easter egg hunt event to 2 and 3 respectively, then it will happen after 2 minutes of reloading your script, but then it doesn't seem to happen again 2 minutes following that event...It's as though I have to keep reloading the plugin for the time system to work consistently? Do you know what might be causing this?
Thanks for any help!
- Mnxro
Also Can I add that when the egg hunt does occur, sometimes the eggs don't spawn in until like 20 seconds before the event ends?
Any help you can provide on this would be massively appreciarted!
Sorry I am just done moving inter-state.

Shoot me youe config to check please.

I run only the easter event so mine looks like:

{
  "Events": {
    "Bradley": {
      "Enabled": false,
      "MaximumTimeBetween": 45,
      "MinimumTimeBetween": 30
    },
    "CargoPlane": {
      "Enabled": false,
      "MaximumTimeBetween": 45,
      "MinimumTimeBetween": 30
    },
    "CargoShip": {
      "Enabled": false,
      "MaximumTimeBetween": 45,
      "MinimumTimeBetween": 30
    },
    "Chinook": {
      "Enabled": false,
      "MaximumTimeBetween": 45,
      "MinimumTimeBetween": 30
    },
    "EasterEvent": {
      "Enabled": true,
      "MaximumTimeBetween": 100,
      "MinimumTimeBetween": 45
    },
    "Helicopter": {
      "Enabled": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 45
    },
    "XMasEvent": {
      "Enabled": false,
      "MaximumTimeBetween": 120,
      "MinimumTimeBetween": 60
    }
  }
}​
Did you sort this out?
Locked automatically