1. Hello , I run a rust deathmatch server and would like to add high externals to the autokit but dont want them cluttering up the arena. I would like a plugin that would remove all high externals placed.
     
  2. You could take a look at No Signs for Rust | Oxide, on load it deletes all signs on the map. You could simply put that in a timer. Alternatively you could use OnEntitySpawned with a timer, check if it's a wall, then delete it. Going to start working on that right now. :)
     
  3. Thank you so much =) and I forgot to add that my own arenas are covered in externals , so by running this plugin would the externals use to wall off the arena also be destroyed?
     
    Last edited by a moderator: Apr 10, 2017
  4. Nope, @Kappasaurus made it so only walls that are placed while the plugin is loaded get removed :)
     
  5. awesome , thanks =)