Event started, please standby
says the event has started but it never seems to start, dont know if im doing something wrong
posting your config might help

i was going to, but its 2 lines

{
"AutoEvent (enables auto event spawns)": true,
"AutoEventDuration (time until new event spawns)": 600.0
}

Yeah I am having the same issue. Never spawns the event!
same issue.  "Event started, please standby.." - nothing ever happens.
5faf047e99342.jpg Blox90

i was going to, but its 2 lines

{
"AutoEvent (enables auto event spawns)": true,
"AutoEventDuration (time until new event spawns)": 600.0
}

and your data config !!

{
  "Events": [
    {
      "EventDuration (duration the event will be active for)": 820.0,
      "EventName (event name)": "Low Level",
      "AutoHack (enables auto hacking of crates when an event is finished)": true,
      "AutoHackSeconds (countdown for crate to unlock in seconds)": 40.0,
      "UseKits (use custom kits plugin)": true,
      "Kits (custom kits)": ["stripe"],
      "NpcName (custom name)": "Easy crate Guard",
      "NpcCount (number of guards to spawn)": 1,
      "NpcHealth (health guards spawn with)": 100.0,
      "NpcRadius (max distance guards will roam)": 15.0,
      "NpcAggression (max aggression distance guards will target)": 120.0,
      "MarkerColor (marker color)": "#32a844",
      "MarkerBorderColor (marker border color)": "#000000",
      "MarkerOpacity (marker opacity)": 0.9,
      "UseLoot (use custom loot table)": false,
      "MaxLootItems (max items to spawn in crate)": 4,
      "CustomLoot (items to spawn in crate)": []
    },
    {
      "EventDuration (duration the event will be active for)": 940.0,
      "EventName (event name)": "Medium Level",
      "AutoHack (enables auto hacking of crates when an event is finished)": true,
      "AutoHackSeconds (countdown for crate to unlock in seconds)": 50.0,
      "UseKits (use custom kits plugin)": true,
      "Kits (custom kits)": ["crate"],
      "NpcName (custom name)": "Medium Crate Guard",
      "NpcCount (number of guards to spawn)": 2,
      "NpcHealth (health guards spawn with)": 150.0,
      "NpcRadius (max distance guards will roam)": 25.0,
      "NpcAggression (max aggression distance guards will target)": 150.0,
      "MarkerColor (marker color)": "#eddf45",
      "MarkerBorderColor (marker border color)": "#000000",
      "MarkerOpacity (marker opacity)": 0.9,
      "UseLoot (use custom loot table)": false,
      "MaxLootItems (max items to spawn in crate)": 6,
      "CustomLoot (items to spawn in crate)": []
    },
    {
      "EventDuration (duration the event will be active for)":1300.0,
      "EventName (event name)": "Hard Level",
      "AutoHack (enables auto hacking of crates when an event is finished)": true,
      "AutoHackSeconds (countdown for crate to unlock in seconds)": 60.0,
      "UseKits (use custom kits plugin)": true,
      "Kits (custom kits)": ["cratespecial"],
      "NpcName (custom name)": "Hard Crate Guard",
      "NpcCount (number of guards to spawn)": 3,
      "NpcHealth (health guards spawn with)": 150.0,
      "NpcRadius (max distance guards will roam)": 35.0,
      "NpcAggression (max aggression distance guards will target)": 170.0,
      "MarkerColor (marker color)": "#3060d9",
      "MarkerBorderColor (marker border color)": "#000000",
      "MarkerOpacity (marker opacity)": 0.9,
      "UseLoot (use custom loot table)": true,
      "MaxLootItems (max items to spawn in crate)": 8,
      "CustomLoot (items to spawn in crate)": [
       {
          "Shortname": "rifle.ak",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "cctv.camera",
          "MinAmount": 1,
          "MaxAmount": 2
        },
        {
          "Shortname": "rifle.lr300",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "rifle.bolt",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "rifle.l96",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "lmg.m249",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "explosive.timed",
          "MinAmount": 5,
          "MaxAmount": 10
        },
        {
          "Shortname": "autoturret",
          "MinAmount": 1,
          "MaxAmount": 2
        },
        {
          "Shortname": "metal.fragments",
          "MinAmount": 1000,
          "MaxAmount": 6000
        },
        
       {
          "Shortname": "hq.metal.ore",
          "MinAmount": 500,
          "MaxAmount": 2000
        },
        {
          "Shortname": "supply.signal",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "targeting.computer",
          "MinAmount": 1,
          "MaxAmount": 2
        }
     ]
    },
    {
      "EventDuration (duration the event will be active for)": 1500.0,
      "EventName (event name)": "Elite Level",
      "AutoHack (enables auto hacking of crates when an event is finished)": true,
      "AutoHackSeconds (countdown for crate to unlock in seconds)": 70.0,
      "UseKits (use custom kits plugin)": true,
      "Kits (custom kits)": ["crateveryhard"],
      "NpcName (custom name)": "Elite Guard",
      "NpcCount (number of guards to spawn)": 4,
      "NpcHealth (health guards spawn with)": 150.0,
      "NpcRadius (max distance guards will roam)": 50.0,
      "NpcAggression (max aggression distance guards will target)": 180.0,
      "MarkerColor (marker color)": "#e81728",
      "MarkerBorderColor (marker border color)": "#000000",
      "MarkerOpacity (marker opacity)": 0.9,
      "UseLoot (use custom loot table)": true,
      "MaxLootItems (max items to spawn in crate)": 10,
      "CustomLoot (items to spawn in crate)": [
       {
          "Shortname": "rifle.ak",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "cctv.camera",
          "MinAmount": 1,
          "MaxAmount": 2
        },
        {
          "Shortname": "rifle.lr300",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "rifle.bolt",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "rifle.l96",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "lmg.m249",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "explosive.timed",
          "MinAmount": 5,
          "MaxAmount": 10
        },
        {
          "Shortname": "autoturret",
          "MinAmount": 1,
          "MaxAmount": 2
        },
        {
          "Shortname": "metal.fragments",
          "MinAmount": 1000,
          "MaxAmount": 6000
        },
        
       {
          "Shortname": "hq.metal.ore",
          "MinAmount": 500,
          "MaxAmount": 2000
        },
        {
          "Shortname": "supply.signal",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "targeting.computer",
          "MinAmount": 1,
          "MaxAmount": 2
             }
      ]
    }
  ]
}
0p2YA3lGkszUKYj.jpg pookins

and your data config !!

{
  "Events": [
    {
      "EventDuration (duration the event will be active for)": 820.0,
      "EventName (event name)": "Low Level",
      "AutoHack (enables auto hacking of crates when an event is finished)": true,
      "AutoHackSeconds (countdown for crate to unlock in seconds)": 40.0,
      "UseKits (use custom kits plugin)": true,
      "Kits (custom kits)": ["stripe"],
      "NpcName (custom name)": "Easy crate Guard",
      "NpcCount (number of guards to spawn)": 1,
      "NpcHealth (health guards spawn with)": 100.0,
      "NpcRadius (max distance guards will roam)": 15.0,
      "NpcAggression (max aggression distance guards will target)": 120.0,
      "MarkerColor (marker color)": "#32a844",
      "MarkerBorderColor (marker border color)": "#000000",
      "MarkerOpacity (marker opacity)": 0.9,
      "UseLoot (use custom loot table)": false,
      "MaxLootItems (max items to spawn in crate)": 4,
      "CustomLoot (items to spawn in crate)": []
    },
    {
      "EventDuration (duration the event will be active for)": 940.0,
      "EventName (event name)": "Medium Level",
      "AutoHack (enables auto hacking of crates when an event is finished)": true,
      "AutoHackSeconds (countdown for crate to unlock in seconds)": 50.0,
      "UseKits (use custom kits plugin)": true,
      "Kits (custom kits)": ["crate"],
      "NpcName (custom name)": "Medium Crate Guard",
      "NpcCount (number of guards to spawn)": 2,
      "NpcHealth (health guards spawn with)": 150.0,
      "NpcRadius (max distance guards will roam)": 25.0,
      "NpcAggression (max aggression distance guards will target)": 150.0,
      "MarkerColor (marker color)": "#eddf45",
      "MarkerBorderColor (marker border color)": "#000000",
      "MarkerOpacity (marker opacity)": 0.9,
      "UseLoot (use custom loot table)": false,
      "MaxLootItems (max items to spawn in crate)": 6,
      "CustomLoot (items to spawn in crate)": []
    },
    {
      "EventDuration (duration the event will be active for)":1300.0,
      "EventName (event name)": "Hard Level",
      "AutoHack (enables auto hacking of crates when an event is finished)": true,
      "AutoHackSeconds (countdown for crate to unlock in seconds)": 60.0,
      "UseKits (use custom kits plugin)": true,
      "Kits (custom kits)": ["cratespecial"],
      "NpcName (custom name)": "Hard Crate Guard",
      "NpcCount (number of guards to spawn)": 3,
      "NpcHealth (health guards spawn with)": 150.0,
      "NpcRadius (max distance guards will roam)": 35.0,
      "NpcAggression (max aggression distance guards will target)": 170.0,
      "MarkerColor (marker color)": "#3060d9",
      "MarkerBorderColor (marker border color)": "#000000",
      "MarkerOpacity (marker opacity)": 0.9,
      "UseLoot (use custom loot table)": true,
      "MaxLootItems (max items to spawn in crate)": 8,
      "CustomLoot (items to spawn in crate)": [
       {
          "Shortname": "rifle.ak",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "cctv.camera",
          "MinAmount": 1,
          "MaxAmount": 2
        },
        {
          "Shortname": "rifle.lr300",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "rifle.bolt",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "rifle.l96",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "lmg.m249",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "explosive.timed",
          "MinAmount": 5,
          "MaxAmount": 10
        },
        {
          "Shortname": "autoturret",
          "MinAmount": 1,
          "MaxAmount": 2
        },
        {
          "Shortname": "metal.fragments",
          "MinAmount": 1000,
          "MaxAmount": 6000
        },
        
       {
          "Shortname": "hq.metal.ore",
          "MinAmount": 500,
          "MaxAmount": 2000
        },
        {
          "Shortname": "supply.signal",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "targeting.computer",
          "MinAmount": 1,
          "MaxAmount": 2
        }
     ]
    },
    {
      "EventDuration (duration the event will be active for)": 1500.0,
      "EventName (event name)": "Elite Level",
      "AutoHack (enables auto hacking of crates when an event is finished)": true,
      "AutoHackSeconds (countdown for crate to unlock in seconds)": 70.0,
      "UseKits (use custom kits plugin)": true,
      "Kits (custom kits)": ["crateveryhard"],
      "NpcName (custom name)": "Elite Guard",
      "NpcCount (number of guards to spawn)": 4,
      "NpcHealth (health guards spawn with)": 150.0,
      "NpcRadius (max distance guards will roam)": 50.0,
      "NpcAggression (max aggression distance guards will target)": 180.0,
      "MarkerColor (marker color)": "#e81728",
      "MarkerBorderColor (marker border color)": "#000000",
      "MarkerOpacity (marker opacity)": 0.9,
      "UseLoot (use custom loot table)": true,
      "MaxLootItems (max items to spawn in crate)": 10,
      "CustomLoot (items to spawn in crate)": [
       {
          "Shortname": "rifle.ak",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "cctv.camera",
          "MinAmount": 1,
          "MaxAmount": 2
        },
        {
          "Shortname": "rifle.lr300",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "rifle.bolt",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "rifle.l96",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "lmg.m249",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "explosive.timed",
          "MinAmount": 5,
          "MaxAmount": 10
        },
        {
          "Shortname": "autoturret",
          "MinAmount": 1,
          "MaxAmount": 2
        },
        {
          "Shortname": "metal.fragments",
          "MinAmount": 1000,
          "MaxAmount": 6000
        },
        
       {
          "Shortname": "hq.metal.ore",
          "MinAmount": 500,
          "MaxAmount": 2000
        },
        {
          "Shortname": "supply.signal",
          "MinAmount": 1,
          "MaxAmount": 1
        },
        {
          "Shortname": "targeting.computer",
          "MinAmount": 1,
          "MaxAmount": 2
             }
      ]
    }
  ]
}
which plugin you use to make kits?
6iYzKrI2S1Vngol.jpg bzzzzz
which plugin you use to make kits?

Kits plugin