Events not spawning per timers
they dont spawn when i set them to spawn they spawn very fast and once 2 chinooks crashed into eachother
{
  "Settings": {
    "Announce On Plugin Loaded": false,
    "Use GUIAnnouncements Plugin": false
  },
  "Chat Settings": {
    "Next Event Command": "nextevent",
    "Run Event Command": "runevent",
    "Kill Event Command": "killevent",
    "Chat Prefix": "[AutomatedEvents]: ",
    "Chat Prefix Color": "#00FFFF",
    "Chat SteamID Icon": 0
  },
  "Event Settings": {
    "Bradley Event": {
      "Enabled": false,
      "Display Name": "Bradley",
      "Disable Vanilla Event": false,
      "Minimum Time Between (Minutes)": 30.0,
      "Maximum Time Between (Minutes)": 45.0,
      "Announce Next Run Time": false,
      "Kill Existing Event On Plugin Loaded": false,
      "Maximum Number On Server": 1,
      "Exclude Player's Entity": true,
      "Restart Timer On Entity Kill": true
    },
    "Cargo Plane Event": {
      "Enabled": false,
      "Display Name": "Cargo Plane",
      "Disable Vanilla Event": false,
      "Minimum Time Between (Minutes)": 60.0,
      "Maximum Time Between (Minutes)": 60.0,
      "Announce Next Run Time": false,
      "Kill Existing Event On Plugin Loaded": false,
      "Maximum Number On Server": 1,
      "Exclude Player's Entity": true,
      "Restart Timer On Entity Kill": true,
      "Normal Event Weight (0 = Disable)": 60.0,
      "FancyDrop Plugin Event Weight (0 = Disable)": 20.0,
      "PlaneCrash Plugin Event Weight (0 = Disable)": 20.0
    },
    "Cargo Ship Event": {
      "Enabled": false,
      "Display Name": "Cargo Ship",
      "Disable Vanilla Event": false,
      "Minimum Time Between (Minutes)": 120.0,
      "Maximum Time Between (Minutes)": 120.0,
      "Announce Next Run Time": false,
      "Kill Existing Event On Plugin Loaded": false,
      "Maximum Number On Server": 1,
      "Exclude Player's Entity": true,
      "Restart Timer On Entity Kill": true,
      "Normal Event Weight (0 = Disable)": 80.0,
      "RustTanic Plugin Event Weight (0 = Disable)": 20.0
    },
    "Chinook (CH47) Event": {
      "Enabled": false,
      "Display Name": "Chinook",
      "Disable Vanilla Event": false,
      "Minimum Time Between (Minutes)": 60.0,
      "Maximum Time Between (Minutes)": 120.0,
      "Announce Next Run Time": false,
      "Kill Existing Event On Plugin Loaded": false,
      "Maximum Number On Server": 1,
      "Exclude Player's Entity": true,
      "Restart Timer On Entity Kill": true
    },
    "Helicopter Event": {
      "Enabled": false,
      "Display Name": "Helicopter",
      "Disable Vanilla Event": false,
      "Minimum Time Between (Minutes)": 75.0,
      "Maximum Time Between (Minutes)": 120.0,
      "Announce Next Run Time": false,
      "Kill Existing Event On Plugin Loaded": false,
      "Maximum Number On Server": 1,
      "Exclude Player's Entity": true,
      "Restart Timer On Entity Kill": true,
      "Normal Event Weight (0 = Disable)": 60.0,
      "HeliRefuel Plugin Event Weight (0 = Disable)": 20.0,
      "PilotEject Plugin Event Weight (0 = Disable)": 20.0
    },
    "Santa Sleigh Event": {
      "Enabled": false,
      "Display Name": "Santa Sleigh",
      "Disable Vanilla Event": false,
      "Minimum Time Between (Minutes)": 30.0,
      "Maximum Time Between (Minutes)": 60.0,
      "Announce Next Run Time": false,
      "Kill Existing Event On Plugin Loaded": false,
      "Maximum Number On Server": 1,
      "Exclude Player's Entity": true,
      "Restart Timer On Entity Kill": true
    },
    "Christmas Event": {
      "Enabled": false,
      "Display Name": "Christmas",
      "Disable Vanilla Event": false,
      "Minimum Time Between (Minutes)": 60.0,
      "Maximum Time Between (Minutes)": 120.0,
      "Announce Next Run Time": false,
      "Kill Existing Event On Plugin Loaded": false,
      "Maximum Number On Server": 1,
      "Exclude Player's Entity": true,
      "Restart Timer On Entity Kill": true,
      "Normal Event Weight (0 = Disable)": 20.0,
      "AlphaChristmas Plugin Event Weight (0 = Disable)": 80.0
    },
    "Easter Event": {
      "Enabled": false,
      "Display Name": "Easter",
      "Disable Vanilla Event": false,
      "Minimum Time Between (Minutes)": 30.0,
      "Maximum Time Between (Minutes)": 60.0,
      "Announce Next Run Time": false,
      "Kill Existing Event On Plugin Loaded": false,
      "Maximum Number On Server": 1,
      "Exclude Player's Entity": true,
      "Restart Timer On Entity Kill": true
    },
    "Halloween Event": {
      "Enabled": false,
      "Display Name": "Halloween",
      "Disable Vanilla Event": false,
      "Minimum Time Between (Minutes)": 30.0,
      "Maximum Time Between (Minutes)": 60.0,
      "Announce Next Run Time": false,
      "Kill Existing Event On Plugin Loaded": false,
      "Maximum Number On Server": 1,
      "Exclude Player's Entity": true,
      "Restart Timer On Entity Kill": true
    }
  }
}​
Hi, this is normal, change this:

"Disable Vanilla Event": false,

in

"Disable Vanilla Event": true,

This will disable rust's default events.
Do it for each event.

Merged post

@RealityGamez  It would be nice to tell us if your problem is resolved.