1. Hello i would like to ask if someone can explain me what to change to make every 5 min respawn boxes in camps?i got spawn plugin for oxide and i put it in server files and i reloaded it but i dont know what to change here to make them spawn faster?
    "ResourceSpawners": {},
    "LootSpawners": {
    "LootSpawner": {
    "ChildToSelf": true,
    "SecondsPerSpawn": 1800.0,
    "SpawnedLimit": 50.0,
    "Offset": "0 0 0",
    "InitialWaitTime": 0.1,
    "MinimumSpawnCount": 20,
    "Spawns": [
    {
    "LootConfig": "CommonLootCrate",
    "Probability": 1.0,
    "CacheObject": "LootCache"
    }
     
  2. "SecondsPerSpawn": 1800.0, <- value in seconds for box spawn
     
  3. okay but can u tell me how to make all boxes spawn not just few in camp?
     
  4. i am unsure of how many actual box spawns there are, but "SpawnedLimit": 50.0, defines the amount of maximum spawned in boxes
    "MinimumSpawnCount": 20, set amount of minimum spawned boxes