R-Remover-Tool

Building and entity removal tool

Total Downloads: 63,333 - First Release: Apr 3, 2015 - Last Update: Feb 7, 2018

5/5, 105 likes
  1. If you use only Cupboards for checking , they normally CAN Remove everything.
     
  2. Look at R-Remover Tool
    Sounds like you want the Tool Cabinet Only Option. ANYONE who's got permission on the Tool Cabinet can remove ANYTHING around it, even if they didn't build it. I advise against it, because once they get into the TC room, the whole base is gone, even fortified Loot Rooms.

    The config would look like this:
    Code:
    "Remove - Access - Allow Remove If Access To All Cupboards Surrounding": true,
      "Remove - Access - Allow Remove If Building Owner (Need Building Owners)": false,
      "Remove - Access - Allow Remove If Built Entity But Not Building Owner (No Other Plugins Required)": false,
      "Remove - Access - Allow Remove If Friend Of Building Owner (Need Building Owners + RustIO)": false,
     
  3. static bool useBuildingOwners = true;
    static bool useBuilt = true;
    static bool useRustIO = true;
    static bool useToolCupboard = false;
     
  4. Does anyone got an updated version for remove that uses the friends plugin instead of RustIO friends?
     
  5. Yep ;) You vould make me an offer, and its yours.
    Regards, Fuji
     
  6. So I want a feature on my PVE server that lets people demolish any object on their own property even if the standard 10 minutes has passed. Will this plugin do that and if so, how do I make sure it is set correctly? I don't want them to be able to demo other people's stuff!
     
  7. This is the plug-in you want. The Remove tool is use-able even after server restarts. The trick will be in deciding who has permission to remove a block an item, and what it'll cost them. Based on what you said, I'd recommend the Built Entity only option. See this post: R-Remover Tool | Page 113 | Oxide

    If you want to tweak the cost/refund options. The pay option is around Line 118 and the Refund option is around line 405. Here they are from my default config to help you find them.
    Code:
      "Remove - Pay": true,  "Remove - Refund": true,
      "Remove - Refund - Deployables": true,
    
    The only down-side might be the additional chat command people have to learn. If you're not worried about deployables, such as Storage Boxes, Signs, Etc and don't want the pay or refund options, you can look at the Hammer Time Plug-In which extends the time limit for using the hammer to demo/rotate buildings. It can be set to 'no limit' and work across server restarts.
     
  8. I want that the Builder AND his Friends can remove Items. Also anyone, which has access to the TC.
    I mean, if i raid and get a wall, which is not protect by TC, i build my own TC and authorizes myself to remove the wall

    is the following config correct?

    Code:
    "Remove - Access - Allow Remove If Access To All Cupboards Surrounding": true,
      "Remove - Access - Allow Remove If Building Owner (Need Building Owners)": true,
      "Remove - Access - Allow Remove If Built Entity But Not Building Owner (No Other Plugins Required)": false,
      "Remove - Access - Allow Remove If Friend Of Building Owner (Need Building Owners + RustIO)": true,
      "Remove - Access - Require Block Ownership": false,
      "Remove - Access - Use Building Owners": true,
      "Remove - Access - Use Friends & Require Ownership (Require Block Ownership must be true)": false,
      "Remove - Access - Use RustIO & BuildingOwners (Building Owners needs to be true)": true,
      "Remove - Access - Use ToolCupboards": true,
     
  9. Подскажите пожалуйста, как настроить конфиг удаления для друзей и овнер дома?
    Please tell me how to set up the config removal for friends and owner home?
     
  10. Its all described in the description page
     
  11. Notification "No Rights To Remove This" . When you remove its facilities. Object other. ...
     
  12. Looks right to me. It also means if someone raids a base and gets to the TC, the entire base has fallen. You will hear some crying from your players on this.
    For example: Simple 3x3 base with loot room on second or third floor for security. TC must be on ground floor (or second floor at most if the terrain is flat). Blast through 2-3 walls to get to TC. Now I can remove the walls or floors around the loot room. no blasting required. All the extra walls, locks, etc are meaningless. People will complain.
     
  13. Reneb updated R-Remover Tool with a new update entry:

    4.0.0

     
  14. Reneb updated R-Remover Tool with a new update entry:

    4.0.0

     
  15. Hey Reneb !

    Can you add support for friend API please?
     
  16. +1 Yes please... We need that too :)
     
  17. As far as I know, this plugin has supported the Friend API for a while. The Friend API I'm thinking of is the RustIO friend/ally list which is expanded on by Alphawar's Friends API List plugin. This is the Friend list you get by sharing your location on the RustIO online map, though that web page uses the word 'Allies' instead.

    EDIT: This solution is for Pre-Version 4.0
    To enable it, just set the option on line 19 to true. A side note, it will work with the Built Entity option as well as Building Owners plugin, so you don't need to use the Building Owners option.
    Code:
    "Remove - Access - Allow Remove If Friend Of Building Owner (Need Building Owners + RustIO)": true,
    EDIT: This solution is for the current Version 4.0 and has the corrected options regarding the plugins.
    Change line at the bottom of the config file to to true (don't have a line number as I haven't installed it yet. ;) )
    Code:
    "Remove - Normal - Use Friends (You will need RustIO plugin)": true,
    Bear in mind that many new players won't realize that this option will allow people to disassemble their base since the web site only asks "Do you want to share your location with....". This could result in some griefing.

    Is there another Friends API, that I'm not aware of?
     
    Last edited by a moderator: Aug 3, 2016
  18. the plugin already works with Friend API.
     
  19. lang file not work
     
    Last edited by a moderator: Aug 3, 2016
  20. Having the GUI bar a little bit smaller width would make it look so much nicer! Obviously not a priority though!