Spawn lockable crate at position?Solved
Hello I'd like to spawn just the locked hackable crate in one spot for an event but I can't find the name of it to put it in the file would you be able to help ?
so this is my config file 
{
  "A. Whitelist (keep empty to use blacklist)": ["codelockedhackablecrate"],
  "B. Blacklist": [],
  "C. Respawn timers": {
    "assets/prefabs/deployable/chinooklockedcrate/codelockedhackablecrate.prefab": 3600
  },
  "Default respawn timer": 3600,
  "Allow stacking": false
}​

I got there where I want the crate to spawn open up consol and type in ... spawnpoints.get
I reload the plugin and I get this
Calling 'Unload' on 'LootSpawnpoints v1.0.0' took 162ms
(09:08:56) | Unloaded plugin Loot Spawnpoints v1.0.0 by Orange
(09:08:56) | [Loot Spawnpoints] 0 spawners loaded
(09:08:56) | Calling 'OnServerInitialized' on 'LootSpawnpoints v1.0.0' took 329ms
(09:08:56) | Loaded plugin Loot Spawnpoints v1.0.0 by Orange​

reading the instructions it says
  1. Load clear (freshwiped) custom map to server .. So this plugin only works on custom maps ? or am I doing something wrong I'm running a regular map from IO.
I'm trying to get a codelock crate to keep spawning at the airfield now I know it wont spawn the heli I just want the locked crate there.
That tool is mostly for custom maps
Ok thank you 
Locked automatically