NullReferenceException at RunEventFixed
I have this error in the log and it does not raise the event...
[AutomatedEvents] Player NL4 (76561198061855783) is attempting to run automated event: planecrash
Failed to call hook 'AEchatCommand' on plugin 'AutomatedEvents v0.3.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.AutomatedEvents.RunEvent (Oxide.Plugins.AutomatedEvents+EventType type, System.Boolean runonce) [0x00540] in :0
at Oxide.Plugins.AutomatedEvents.AEchatCommand (BasePlayer player, System.String command, System.String[] args) [0x000f8] in :0
at Oxide.Plugins.AutomatedEvents.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x003c2] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <008b12f41ec4452da1a5497eeb849299>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0

[AutomatedEvents] Player NL4 (76561198061855783) is attempting to run automated event: piloteject
Failed to call hook 'AEchatCommand' on plugin 'AutomatedEvents v0.3.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.AutomatedEvents.RunEvent (Oxide.Plugins.AutomatedEvents+EventType type, System.Boolean runonce) [0x005ea] in :0
at Oxide.Plugins.AutomatedEvents.AEchatCommand (BasePlayer player, System.String command, System.String[] args) [0x000f8] in :0
at Oxide.Plugins.AutomatedEvents.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x003c2] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <008b12f41ec4452da1a5497eeb849299>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0​

This is the configuration file:

{
  "Events": {
    "Bradley": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 45,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "CargoPlane": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 45,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "CargoShip": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 45,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "Chinook": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 45,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "EasterEvent": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "HalloweenEvent": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "Helicopter": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 45,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "HelicopterRefuel": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 45,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "PilotEject": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 45,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "PlaneCrash": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 45,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "SantaEvent": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "XMasEvent": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 120,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    }
  },
  "Settings": {
    "AnnounceOnLoad": "false",
    "UnlimitedBradleys": "false",
    "UseGUIAnnouncementsPlugin": "false"
  }
}

Lang file:

{
  "What": "no clue what {0} event is",
  "blankevent": "you need to specify an event",
  "NotSet": "{0} is not set to run via Automated Events",
  "NotAllowed": "You are not allowed to use the '{0}' command",
  "Running": "Attempting to run automated event: {0}",
  "bradley": "Next Bradley APC expected in approximately {0} minutes",
  "cargoplane": "Next Cargo plane expected in approximately {0} minutes",
  "cargoship": "Next Cargo ship expected in approximately {0} minutes",
  "chinook": "Next Chinook CH47 expected in approximately {0} minutes",
  "easter": "Next Easter Egg Hunt expected in approximately {0} minutes",
  "halloween": "Next Halloween Candy Hunt expected in approximately {0} minutes",
  "helicopter": "Next Helicopter expected in approximately {0} minutes",
  "helicopterrefuel": "Next Helicopter Refuel expected in approximately {0} minutes",
  "piloteject": "Next Helicopter crash expected in approximately {0} minutes",
  "planecrash": "Next Plane crash expected in approximately {0} minutes",
  "santa": "Next Santa's visit expected in approximately {0} minutes",
  "xmas": "Next Christmas Presents expected in approximately {0} minutes"
}

I have already tried to delete the language file and recreate it.

Do you have Pilot Eject and Plane Crash installed and current?  It is trying to run the paid plugins.
If they are installed it will look like this:

(07:18:55) | [AutomatedEvents] Spawning Plane Crash

(07:18:55) | [PlaneCrash] Crash plane sent to random location

(07:19:21) | [AutomatedEvents] Spawning Pilot Eject

I should put some better checks in for them.

Failed to run a 4140.00 timer in 'AutomatedEvents v0.3.7' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.AutomatedEvents.RunEvent (Oxide.Plugins.AutomatedEvents+EventType type, System.String[] pass_args, System.Boolean runonce) [0x0066b] in <9f2c7a67942b44f6b54b778f4941985a>:0 
  at Oxide.Plugins.AutomatedEvents+<StartEventTimer>c__AnonStorey2.<>m__2 () [0x00000] in <9f2c7a67942b44f6b54b778f4941985a>:0 
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <ac41dd3599754d448b8c218b34645820>:0
Please shoot me your json. Also do you have those two other plugins installed?

Merged post

Okay I just got this on my production server, I am going to see what the cause is. It is rare, but annoying.
This should be fixed in the latest release.

I've been getting this error in the plugin for the previous version and the most current one 0.3.9. Sometimes this error causes the whole plugin to not operate/respond and I have to reload it to get it working again. 

Failed to run a 5880.00 timer in 'AutomatedEvents v0.3.9' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.AutomatedEvents.RunEvent (Oxide.Plugins.AutomatedEvents+EventType type, System.String[] pass_args, System.Boolean runonce) [0x00024] in <9cd3ef09358b4a27ba5d29c596c37420>:0 
  at Oxide.Plugins.AutomatedEvents+<StartEventTimer>c__AnonStorey2.<>m__2 () [0x00000] in <9cd3ef09358b4a27ba5d29c596c37420>:0 
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <ac41dd3599754d448b8c218b34645820>:0 
Yesss, me too
shoot me your latest json and I will test it on my test box. Which of the supported plugins do you have installed?

I have GUI messages installed on my system. Here is a comprehensive list of installed plug-ins I have working with AutomatedEvents. I reverted back to the prior release version of AutomatedEvents as I was having these issues with the new version just released:

  01 "AdminHammer" (1.10.5) by mvrb (0.00s) - AdminHammer.cs
  02 "Admin Panel" (1.4.4) by nivex (0.01s) - AdminPanel.cs
  03 "Admin Radar" (5.0.5) by nivex (3.21s) - AdminRadar.cs
  04 "Advance Gather" (1.0.7) by Default (0.04s) - AdvanceGather.cs
  05 "Air Loot Supply" (1.0.0) by Arainrr (0.16s) - AirLootSupply.cs
  06 "Airstrike" (0.3.6) by k1lly0u (0.11s) - Airstrike.cs
  07 "AntiBarricadeStacking" (0.1.0) by k1lly0u (0.59s) - AntiBarricadeStacking.cs
  08 "AntiOfflineRaid" (0.3.6) by Calytic (10.26s) - AntiOfflineRaid.cs
  09 "Arkan" (1.0.18) by Antidote (0.60s) - Arkan.cs
  10 "Auto Doors" (3.2.3) by Wulf/lukespragg/Arainrr (0.42s) - AutoDoors.cs
  11 "AutomatedEvents" (0.3.7) by k1lly0u (0.22s) - AutomatedEvents.cs
  12 "Backpacks" (3.1.0) by LaserHydra (0.87s) - Backpacks.cs
  13 "Bank" (1.0.51) by Calytic (0.07s) - Bank.cs
  14 "Base Repair" (1.0.9) by MJSU (0.17s) - BaseRepair.cs
  15 "Bed Rename Blocker" (1.1.2) by Gimax (0.00s) - BedRenameBlocker.cs
  16 "Better Chat" (5.2.3) by LaserHydra (0.29s) - BetterChat.cs
  17 "BetterChatFilter" (1.2.2) by Kinesis (0.02s) - BetterChatFilter.cs
  18 "Better Chat Global Mute" (1.0.3) by Whispers88 (0.00s) - BetterChatGlobalMute.cs
  19 "BetterChatFlood" (1.0.5) by Ryan (0.01s) - BetterChatFlood.cs
  20 "BetterChatIgnore" (1.0.3) by MisterPixie (0.01s) - BetterChatIgnore.cs
  21 "Better Chat Mute" (1.2.1) by LaserHydra (0.06s) - BetterChatMute.cs
  22 "Blueprint Manager" (1.1.4) by Orange (1.33s) - BlueprintManager.cs
  23 "Bounty" (0.2.5) by k1lly0u (2.10s) - Bounty.cs
  24 "Building Grades" (0.5.1) by Default (0.00s) - BuildingGrades.cs
  25 "CapsNoCaps" (2.0.0) by LaserHydra (0.00s) - CapsNoCaps.cs
  26 "Code Sync" (2.0.1) by Wulf (0.01s) - CodeSync.cs
  27 "Copy Paste" (4.1.20) by Reneb & MiRror & Misstake & misticos (0.01s) - CopyPaste.cs
  28 "Crafting Controller" (2.5.6) by Mughisi/nivex/Whispers88 (0.03s) - CraftingController.cs
  29 "Craft Queue Saver" (1.1.4) by Jake_Rich (0.03s) - CraftQueueSaver.cs
  30 "CustomAnimalSpawns" (0.1.56) by k1lly0u (6.29s) - CustomAnimalSpawns.cs
  31 "Custom Resource Spawns" (0.2.28) by k1lly0u (6.35s) - CustomResourceSpawns.cs
  32 "Death Notes" (6.3.5) by LaserHydra (4.84s) - DeathNotes.cs
  33 "Don't Target Me" (1.1.0) by Quantum/Arainrr (0.00s) - DontTargetMe.cs
  34 "Easy Airdrop" (3.2.5) by LaserHydra (0.00s) - EasyAirdrop.cs
  35 "Easy Research" (1.0.1) by Tricky (0.00s) - EasyResearch.cs
  36 "Ember" (1.0.5) by Mkekala (0.06s) - Ember.cs
  37 "Entity Owner" (3.2.3) by Calytic (0.01s) - EntityOwner.cs
  38 "Freeze" (2.3.0) by Wulf (25.42s) - Freeze.cs
  39 "Friends" (3.1.1) by Wulf (0.01s) - Friends.cs
  40 "Fuel Alarm" (1.0.2) by Oryx (0.22s) - FuelAlarm.cs
  41 "Fuel Gauge" (0.5.0) by Oryx (0.26s) - FuelGauge.cs
  42 "Furnace Splitter" (2.2.0) by Skipcast (4.33s) - FurnaceSplitter.cs
  43 "GatherControl" (1.8.1) by CaseMan (1.33s) - GatherControl.cs
  44 "Gather Manager" (2.2.74) by Ryan (0.13s) - GatherManager.cs
  45 "Godmode" (4.2.7) by Wulf/lukespragg/Arainrr (1.79s) - Godmode.cs
  46 "GrTeleport" (1.0.2) by carny666 (0.01s) - GrTeleport.cs
  47 "GUIAnnouncements" (1.23.88) by JoeSheep (2.64s) - GUIAnnouncements.cs
  48 "HelpText" (2.0.51) by Calytic (0.01s) - HelpText.cs
  49 "Ignore" (2.1.3) by MisterPixie (0.01s) - Ignore.cs
  50 "Image Library" (2.0.54) by Absolut & K1lly0u (0.12s) - ImageLibrary.cs
  51 "Godmode Indicator" (2.0.3) by 2CHEVSKII (0.00s) - GodmodeIndicator.cs
  52 "LustyMap" (2.1.39) by Kayzor / k1lly0u (0.96s) - LustyMap.cs
  53 "Inbound" (0.4.5) by Tori1157 (0.30s) - Inbound.cs
  54 "Infinite Ammo" (1.2.3) by Mughisi (0.08s) - InfiniteAmmo.cs
  55 "InfoPanel" (1.0.1) by Default (6.00s) - InfoPanel.cs
  56 "Admin / Player Inventory Cleaner" (1.5.1) by TheDoc - Uprising Servers (0.00s) - InventoryCleaner.cs
  57 "Inventory Viewer" (3.0.3) by Mughisi (0.06s) - InventoryViewer.cs
  58 "Kits" (3.2.93) by Reneb (0.15s) - Kits.cs
  59 "Loading Messages" (1.0.5) by CosaNostra/VVoid (0.36s) - LoadingMessages.cs
  60 "Loot Bouncer" (1.0.4) by Sorrow/Arainrr (0.22s) - LootBouncer.cs
  61 "MagicLoot" (0.1.24) by Norn / Kunazai (4.24s) - MagicLoot.cs
  62 "Map My Players" (1.0.1) by BuzZ[PHOQUE] (0.00s) - MapMyPlayers.cs
  63 "Metabolism" (1.0.0) by Orange (0.00s) - Metabolism.cs
  64 "NeverWear" (0.1.4) by k1lly0u (0.03s) - NeverWear.cs
  65 "Night Lantern" (2.0.97) by k1lly0u (1.33s) - NightLantern.cs
  66 "NightVision" (1.4.0) by Jake_Rich (0.36s) - NightVision.cs
  67 "NoFuelRequirements" (1.3.8) by k1lly0u (0.45s) - NoFuelRequirements.cs
  68 "No Give Notices" (0.3.0) by Wulf (0.00s) - NoGiveNotices.cs
  69 "NPC Drop Gun" (2.0.3) by 2CHEVSKII (0.34s) - NPCDropGun.cs
  70 "NTeleportation" (1.3.2) by Author Nogrod, Maintainer nivex (0.10s) - NTeleportation.cs
  71 "PathFinding" (1.1.3) by Reneb / Nogrod (0.09s) - PathFinding.cs
  72 "HumanNPC" (0.3.27) by Reneb/Nogrod/Calytic/RFC1920 (9.40s) - HumanNPC.cs
  73 "PlayerAdministration" (1.5.26) by ThibmoRozier (0.00s) - PlayerAdministration.cs
  74 "Player Challenges" (2.0.47) by k1lly0u (2.63s) - PlayerChallenges.cs
  75 "Popup Notifications" (0.2.0) by emu / k1lly0u (0.00s) - PopupNotifications.cs
  76 "PreventLooting" (1.11.1) by CaseMan (0.13s) - PreventLooting.cs
  77 "Private Crops" (1.1.4) by NubbbZ (0.00s) - PrivateCrops.cs
  78 "PrivateMessages" (1.1.11) by MisterPixie (0.00s) - PrivateMessages.cs
  79 "Quarry Repair" (1.0.21) by Orange (0.00s) - QuarryRepair.cs
  80 "Quick Smelt" (5.1.3) by Iv Misticos (0.35s) - QuickSmelt.cs
  81 "Quick Sort" (1.3.6) by Frenk92 (16.17s) - QuickSort.cs
  82 "RecycleManager" (1.0.15) by redBDGR (0.03s) - RecycleManager.cs
  83 "Remover Tool" (4.3.12) by Reneb/Fuji/Arainrr (0.03s) - RemoverTool.cs
  84 "Rename" (0.3.0) by Wulf/lukespragg (0.00s) - Rename.cs
  85 "SAMSiteAuth" (2.3.3) by haggbart (0.00s) - SAMSiteAuth.cs
  86 "Server Armour" (0.2.6) by Pho3niX90 (0.07s) - ServerArmour.cs
  87 "SharedDoors" (1.0.1) by dbteku (0.04s) - SharedDoors.cs
  88 "Sign Artist" (1.1.9) by Whispers88 (0.00s) - SignArtist.cs
  89 "SkipNightUI" (0.1.2) by k1lly0u (1.61s) - SkipNightUI.cs
  90 "Slap" (2.0.0) by Wulf (0.00s) - Slap.cs
  91 "Sleeper Guard" (1.1.0) by Wulf/lukespragg/Arainrr (0.98s) - SleeperGuard.cs
  92 "SmoothRestart" (1.2.5) by Fujikura/Visagalis (3.17s) - SmoothRestart.cs
  93 "Stack Size Controller" (2.0.3) by Canopy Sheep (0.02s) - StackSizeController.cs
  94 "StartProtection" (2.3.1) by Norn / wazzzup (2.63s) - StartProtection.cs
  95 "TimeOfDay" (2.3.4) by FuJiCuRa (0.00s) - TimeOfDay.cs
  96 "Trade" (1.2.42) by Calytic (0.02s) - Trade.cs
  97 "UFilter" (5.0.7) by Wulf/lukespragg (0.01s) - UFilter.cs
  98 "Update Notice" (1.1.2) by Psystec (0.01s) - UpdateNotice.cs
  99 "Vanish" (1.2.2) by Whispers88 (2.26s) - Vanish.cs
  100 "Vendor Rotate Protection" (1.1.2) by nuchacho/Arainrr (0.00s) - VendorRotateProtection.cs
  101 "Voice UI" (1.0.2) by Pinkstink (37.65s) - VoiceUI.cs
  102 "Water Catcher Boost" (1.0.0) by Substrata (91.42s) - WaterCatcherBoost.cs
  103 "Waypoints" (1.1.3) by RFC1920 (0.00s) - Waypoints.cs
  104 "Welcomer" (1.5.1) by Tricky (0.03s) - Welcomer.cs
  105 "Wounded Screams" (2.2.3) by Death (0.00s) - WoundedScreams.cs
  106 "ZLevels Remastered" (2.9.10) by Default (3.54s) - ZLevelsRemastered.cs
  107 "ZoneDomes" (0.1.4) by k1lly0u (0.31s) - ZoneDomes.cs
  108 "ZoneManager" (3.0.12) by Reneb / Nogrod / k1lly0u (0.94s) - ZoneManager.cs
  109 "No Safe Zone Sleepers" (1.5.0) by NooBlet (0.02s) - NoSafeZoneSleepers.cs


{
  "Events": {
    "Bradley": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 45,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "CargoPlane": {
      "AnnounceNext": true,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 70,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "CargoShip": {
      "AnnounceNext": true,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 90,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "Chinook": {
      "AnnounceNext": true,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 130,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "EasterEvent": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "HalloweenEvent": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "Helicopter": {
      "AnnounceNext": true,
      "BeginRun": 0.0,
      "DisableDefault": true,
      "Enabled": true,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 120,
      "MinimumTimeBetween": 80,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "HelicopterRefuel": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 45,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "PilotEject": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 45,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "PlaneCrash": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 45,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "SantaEvent": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 60,
      "MinimumTimeBetween": 30,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    },
    "XMasEvent": {
      "AnnounceNext": false,
      "BeginRun": 0.0,
      "DisableDefault": false,
      "Enabled": false,
      "EndRun": 0.0,
      "JustSpawned": false,
      "MaximumTimeBetween": 120,
      "MinimumTimeBetween": 60,
      "NextRun": "1900-01-01T01:01:00",
      "Real_or_Game_Always": "Always"
    }
  },
  "Settings": {
    "AnnounceOnLoad": "false",
    "RemoveOnStart": "false",
    "UnlimitedBradleys": "false",
    "UseGUIAnnouncementsPlugin": "false"
  }
}
Locked automatically