R-Remover-Tool

Building and entity removal tool

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

5/5, 105 likes
  1. Why is it that when I type "remove" it adverts it into the chat?
     
  2. Hello, I have a question. Once removing the enemies tool cupboard permissions and they are building blocked, how can I prevent them from still /removing their base? Thanks.
     

    Attached Files:

  3. how to disconnect resources for removal ????
     
  4. Hey folks.

    What does "Remove-Gibs" mean in config?
    And how to disable the chat output on /remove usage?
     
  5. And there is a bug with remove price:

    I have disabled the option. But if I try to remove some ( not all ) objects I am told that I don't have enough resources to remove it.
     
  6. One more question.. how to disable/remove the "destroy"-command from hammer/rightclick?
     
  7. So frag pillers and amour pillers and short walls give back more than they take to build... fix?f
     
  8. whether it is possible to specify the maximum time, remove resolutions Display resolution passed after the construction? after which construction can no longer be sitechenii remove
     
  9. NullReferenceException: Object reference not set to an instance of an object
    at Oxide.Plugins.RemoverTool.GetRefund (.BaseEntity TargetEntity) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.RemoverTool.GUIRefundUpdate (.BasePlayer player, Boolean useRefund, .BaseEntity TargetEntity) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.RemoverTool+ToolRemover.RemoveUpdate () [0x00000] in <filename unknown>:0 multiple times
     
  10. Plugin won't allow me to target ceiling lights, instead removes ceiling.
     
  11. it's hard to remove ceiling lights but you can. target for the base of the cable of the ceiling light.
     
  12. please make a 'undo' for the /remove all
     
  13. eather make an own small plugin or Add this method to just an existing plugin --

    Code:
        object OnStructureDemolish(BaseCombatEntity entity, BasePlayer player)
    {
        return true;
    }
     
  14. help plz whether it is possible to specify the maximum time, remove resolutions Display resolution passed after the construction? after which construction can no longer be sitechenii remove
     
  15. We have been experiencing a strange bug and I think it's coming from this plugin. When someone /removes a tool cupboard...they find themselves building blocked. The only way to fix this is for someone else to place a TC down for them so they can auth on it taking away the building block.....then, the TC can be removed so the building owner can place his own TC down.
     
  16. Thats not a bug, thats simple game logic. When a player enters or leave the range of a TC, the player is triggered either to get influnced by the TC or to leave the influence. If the TC is simple removed, there's no game logic which (un)triggers again to remove the influence, and that leaves him with buildung blocked, since he's technically still in the trigger...In deep its also a bit more complicated^^
     
  17. this used to not be a problem. this is recent
     
  18. I've often had to place down cupboards for people because of this, I've recently made it so tool cupboards cannot be /removed and havnt seen it lately.
     
  19. Ah ok... thanks for the info.
     
  20. Good idea...think I'll do that too.