ObjectRemover

Moved

Total Downloads: 2,519 - First Release: Jul 11, 2015 - Last Update: Aug 18, 2015

5/5, 8 likes
  1. Read the previous pages....
     
  2. Nope item names changed :( this needs update
    [DOUBLEPOST=1456415155][/DOUBLEPOST]@Nathan 3 what you mean? Is there been an update?
     
  3. Ya needs a serious update Removes bases that have cupboards
     
  4. FTM

    FTM

    Still wondering if someone can add high external gates to this plugin, it works good otherwise for me.
     
  5. "How add deployables to the list:

    In the config you can see the deployables have 2 values:
    "KEY": "VALUE"
    The key is what you will type in the command (/object key remove) and the value is the deployable's name. It is not rocket science, its simple."


    If you still don't now how, use my config ;)
     

    Attached Files:

  6. plugin dont remove building parts like foundation or wall :S is this normal?

    Ty,
     
  7. Still a great plugin, to bad it doesn't get updated. some item names has been changed i guess, so if you have a little bit experience how these codes work you can fix this plugin yourself with the item list located att Oxide API for Rust

    Note that i have the building_list on twigs and wood
    because this plugin has an issue checking if foundation/triangle is inside the toolcupboard radius. so it will remove it instantly


    Code:
    {
      "configuration": {
        "building_list": {
          "Twigs": true,
          "Wood": true,
          "Stone": false,
          "Metal": false,
          "TopTier": false,
          "None": true
        },
        "deployables": {
          "furnace": "furnace",
          "largefurnace": "furnace.large",
          "chest": "box.wooden",
          "largechest": "box.wooden.large",
          "lantern": "lantern",
          "sleepingbag": "sleepingbag",
          "campfire": "campfire",
          "researchtable": "research.table",
          "repairbench": "box.repair.bench",
          "wallexternal": "wall.external.high",
          "ladder": "ladder.wooden.wall.",
          "windturbine": "generator.wind.scrap",
          "quarry": "mining_quarry",
          "refinery": "refinery_small_deployed",
          "pumpjack": "pumpjack",
          "smallsign": "sign.small.wood",
          "mediumsign": "sign.medium.wood",
          "largesign": "sign.large.wood",
          "hugesign": "sign.huge.wood",
          "smallcatcher": "water_catcher_small",
          "largecatcher": "water_catcher_large",
          "corn": "corn.entity",
          "pumpkin": "pumpkin.entity",
          "building": "assets/bundled/prefabs/build/",
          "barricade": "/barricades/barricade.",
          "beartrap": "beartrap.prefab",
          "floorspike": "floor_spikes.prefab",
          "foundation": "foundation.prefab",
          "triangle": "foundation.triangle.prefab",
          "stonegate": "gates.external.high.stone",
          "woodgate": "gates.external.high.wood",
          "landmine": "landmine.prefab",
          "banneronpole": "sign.pole.banner.large",
          "twosidedhangingsign": "sign.hanging",
          "largebannerhanging": "sign.hanging.banner.large",
          "twosidedornatehangingsign": "sign.hanging.ornate",
          "landscapepictureframe": "sign.pictureframe.landscape",
          "portraitpictureframe": "sign.pictureframe.portrait",
          "tallpictureframe": "sign.pictureframe.tall",
          "xlpictureframe": "sign.pictureframe.xl",
          "xxlpictureframe": "sign.pictureframe.xxl",
          "doublesignpost": "sign.post.double",
          "singelsignpost": "sign.post.single",
          "onesidedtownsignpost": "sign.post.town",
          "twosidedtownsignpost": "sign.post.town.roof",
          "reactivetarget": "target.reactive",
          "pookiebear": "pookie.bear",
          "superstocking": "stocking.large",
          "smallstocking": "stocking.small"
        },
        "distances": {
          "furnace": 15.0,
          "largefurnace": 60.0,
          "chest": 60.0,
          "largechest": 60.0,
          "lantern": 60.0,
          "sleepingbag": 60.0,
          "campfire": 60.0,
          "researchtable": 60.0,
          "repairbench": 60.0,
          "wallexternal": 60.0,
          "ladder": 60.0,
          "windturbine": 60.0,
          "quarry": 60.0,
          "refinery": 60.0,
          "pumpjack": 60.0,
          "smallsign": 60.0,
          "mediumsign": 60.0,
          "largesign": 60.0,
          "hugesign": 60.0,
          "smallcatcher": 60.0,
          "largecatcher": 60.0,
          "corn": 60.0,
          "pumpkin": 60.0,
          "building": 60.0,
          "barricade": 60.0,
          "beartrap": 60.0,
          "floorspike": 60.0,
          "foundation": 60.0,
          "triangle": 60.0,
          "stonegate": 60.0,
          "woodgate": 60.0,
          "landmine": 60.0,
          "banneronpole": 60.0,
          "twosidedhangingsign": 60.0,
          "largebannerhanging": 60.0,
          "twosidedornatehangingsign": 60.0,
          "landscapepictureframe": 60.0,
          "portraitpictureframe": 60.0,
          "tallpictureframe": 60.0,
          "xlpictureframe": 60.0,
          "xxlpictureframe": 60.0,
          "doublesignpost": 60.0,
          "singelsignpost": 60.0,
          "onesidedtownsignpost": 60.0,
          "twosidedtownsignpost": 60.0,
          "reactivetarget": 60.0,
          "pookiebear": 60.0,
          "superstocking": 60.0,
          "smallstocking": 60.0
        },
        "permissions": {
          "removecommand": "object.remove",
          "countcommand": "object.count",
          "deployablelist": "object.deployable"
        },
        "count_message": "There are {count} {entity}s outside of cupboard range.",
        "admin_removing": "THE SERVER is removing all {entity} outside of cupboard range.",
        "admin_removed": "THE SERVER has removed {count} {entity}s from the map.",
        "timer_removing": "THE SERVER will remove all {entity}s outside cupboard area in {time} seconds.",
        "prefix": "[<color=#ffbf00>AUTOCMD</color>]"
      }
    }
     
    Last edited by a moderator: Jun 21, 2016
  8. Please update
    support plugin zone manager
    object in zone
    no remove
    /zone radius 50 undestr true nobuild true nodeploy true nocorpse true notp true noremove true nokits true
     
  9. Thankyou for posting this, I was wondering why I couldn't clean up foundations (twig or not) - This was a big help :)
     
  10. This Plugins can help me wipe players backpacks and boxes items but can't remove already placing in the world Like Snap Trap 、Wood Floor Spikes、Land Mine why?
     
  11. I'm trying to in bulk count and remove the Campfires in my server, but when I use the commands it tells me the count is 0. Why is that?
     
  12. no remove campfires fix please.
     
  13. i am have ObjectRemover !

    My Server Enttiy 310000... Foundation remove! somebody help

    how to remove foundation!

    found deployables list !
     
  14. Type '/object campfire count' or '/object campfire remove'

    I think it helps for users to type '/deployable_list'
    As this shows you precisely the NAME to type in as a deployable. Most people are second guessing and probably adding a plural to the name. As in the incorrect example: '/object campfires remove'

    UPDATED: Sorry, the above seems to work on and off, and also the campfire always shows as zero.
     
    Last edited by a moderator: Sep 13, 2016
  15. Seeing mixed posts about this, will wait for a update before using as its apparently been removing stuff with TC in range. and leaving stuff with out TC in range. to risky right now. but really need something like this 100% working.
     
  16. @Wulf can't u do anything? This plugin is awesome but needs an update!
     
  17. This has no permission check or authlvl check I just accidentally typed one of the commands in chat without the / and people on the server started typing the command over and over making it work Seriosuly?
     
  18. Edited this slightly so it generates config with every deployable automatically if anyone wants.
     

    Attached Files:

  19. nice thx
     
  20. Still cant remove bear traps. I added them manually to the config file, reloaded the addon even tried @Norn 's version but nothing will work... Any help here?