1. Hey guys

    i'm having a weird problem on my server.

    My barricades in towns keeps adding up on top of each other..i have to go through 1 1/2 hatchets to get them all broken down so i can get inside

    anyone have any ideas ? Can we remove them all together ?

    I have attached an image so you know what i'm talking about.

    Thanks guys

    Chris.
     

    Attached Files:

  2. Do you use SpawnConfig plugin?

    If so have a read through this page: SpawnConfig | Page 6 | Oxide

    You can delete them all with the RCON commad : del assets/prefabs/deployable/door
     
  3. but how do you prevent it ?
     
  4. Change all the entries in SpawnConfig.JSON regarding barricades

    FROM
    Code:
    "MaxPopulation": 5,
      "NumToSpawnPerTickMin": 1,
      "NumToSpawnPerTickMax": 2,
    
    TO
    Code:
    "MaxPopulation": 1,
      "NumToSpawnPerTickMin": 0,
      "NumToSpawnPerTickMax": 0,
    
    If you search the JSON for barricade, you will find many entries, you must change it for each one. Or you could have read the link to the forum I posted.
     
  5. Thank-you so much buddy :)
     
  6. I already did, and I already fix this problem on my server. I just thought if you were going to take the time to be helpful, the full explanation and some advice on reading the forums would be better for everyone. Your second post was much better! ;) Remember we were all a "Naked Wanderer" at one point. lol