NullReferenceException at RunEventSolved
At server startup:

[AutomatedEvents] Next Chinook Event in 2 minutes
[AutomatedEvents] Spawning CargoShip
[AutomatedEvents] Next Cargo Ship Event in 2 minutes
[AutomatedEvents] Spawning Cargo Plane
[AutomatedEvents] Next Cargo Plane Event in 2 minutes
[AutomatedEvents] Spawning Bradley
Failed to run a 120.00 timer in 'AutomatedEvents v0.2.6' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.AutomatedEvents.RunEvent (Oxide.Plugins.AutomatedEvents+EventType type, System.Boolean runonce) [0x001dc] in <3fc8b6148cfb4637bc0baa3718eb6133>:0 
  at Oxide.Plugins.AutomatedEvents+<StartEventTimer>c__AnonStorey0.<>m__0 () [0x00000] in <3fc8b6148cfb4637bc0baa3718eb6133>:0 
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <b0a93b504f034a0db8b1c3d2503c0987>:0 ​

Also have this error after run all events:

IndexOutOfRangeException: Index was outside the bounds of the array.
EggHuntEvent.SpawnEggsAtPoint (System.Int32 numEggs, UnityEngine.Vector3 pos, UnityEngine.Vector3 aimDir, System.Single minDist, System.Single maxDist) (at <d2c4022d6f8b46048878340fb617169d>:0)
EggHuntEvent.SpawnEggs () (at <d2c4022d6f8b46048878340fb617169d>:0)
EggHuntEvent.StartEvent () (at <d2c4022d6f8b46048878340fb617169d>:0)
InvokeHandler.DoTick () (at <b98e4bbf698f44479cbeb5746bf68596>:0)
InvokeHandler.LateUpdate () (at <b98e4bbf698f44479cbeb5746bf68596>:0)
shoot me the config please

Merged post

egg hunt does not work atm.  they stole half the code to make halloween and Christmas.  I would not try to run any of those right now due to Facepunch reusing code and not doing so cleanly.

Merged post

From the documentation:
Please note some events are seasonal. Running Egg Hunt after Halloween has happened will not result in an Egg Hunt due to FacePunch reusing code (very disappointing). Some Events like Santa's Sleigh are only available when Christmas is running. This mean to support events where possible, but it is not always possible.

i disable some events now.
no have rocket (and bradley too) in my map. may be this throw error.

{
  "Events": {
    "Bradley": {
      "AnnounceNext": true,
      "Enabled": true,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00"
    },
    "CargoPlane": {
      "AnnounceNext": true,
      "Enabled": true,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00"
    },
    "CargoShip": {
      "AnnounceNext": true,
      "Enabled": true,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00"
    },
    "Chinook": {
      "AnnounceNext": true,
      "Enabled": true,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00"
    },
    "Helicopter": {
      "AnnounceNext": true,
      "Enabled": true,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00"
    },
    "EasterEvent": {
      "AnnounceNext": false,
      "Enabled": false,
      "MaximumTimeBetween": 2,
      "MinimumTimeBetween": 2,
      "NextRun": "1900-01-01T01:01:00"
    },
    "HalloweenEvent": {
      "AnnounceNext": false,
      "Enabled": false,
      "MaximumTimeBetween": 2,
      "MinimumTimeBetween": 2,
      "NextRun": "1900-01-01T01:01:00"
    },
    "SantaEvent": {
      "AnnounceNext": false,
      "Enabled": false,
      "MaximumTimeBetween": 2,
      "MinimumTimeBetween": 2,
      "NextRun": "1900-01-01T01:01:00"
    },
    "XMasEvent": {
      "AnnounceNext": false,
      "Enabled": false,
      "MaximumTimeBetween": 2,
      "MinimumTimeBetween": 2,
      "NextRun": "1900-01-01T01:01:00"
    }
  },
  "Settings": {
    "AnnounceOnLoad": "false",
    "UseGUIAnnouncementsPlugin": "false"
  }
}
That should not throw errors, if it does, please let me know.

Merged post

Any further errors?
Locked automatically