Guarded crate spawns the crates but not the scientist

eyy just fixed the guarded crate idk how to start the "auto start" but when i write gc start "events" its says guarded crate: new event starting stand by. and the crate spawn but there is no scientist there.. why?

i dont know if the plugin messed up with the locked crate at the oil rig becasue after i restarte the server the crate on the oil rig is gone 

Here is my config from
\oxide\data\GuardedCrate.json  (your folder might be in server\oxide\data\GuardedCrate.json)




{
  "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)": 3,
      "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)": 4,
      "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)": 5,
      "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)": 6,
      "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
             }
      ]
    }
  ]
}

it works without any  problems on my server