Timing in configSolved

Can you please advice what format the time is in your config, seconds or minuets? Since time between events is set to 30.0 as default but event duration is 800.0

Time between events is in minutes , event duration is in seconds.

nMyfFlEnglczTD3.jpg pookins

Time between events is in minutes , event duration is in seconds.

thank you, do you have an example of custom loot table for this plugin?

XiiK12000

thank you, do you have an example of custom loot table for this plugin?

 

  "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)": 13,
      "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
        }
     ]
    },
    {​
nMyfFlEnglczTD3.jpg pookins

 

  "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)": 13,
      "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
        }
     ]
    },
    {​

Thought id replied but thank you this helped!

Locked automatically