R-Remover-Tool

Building and entity removal tool

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

5/5, 105 likes
  1. I have some problem with remove entities
    Code:
    "Remove - Normal - Allowed Entities":
    "Stone Barricade": true,
    "Wooden Door": true,
    But players can`t rove this due they do not have any rights to do this
    Code:
     "Remove - Normal - Use Building Owners (You will need Building Owners plugin)": true,
      "Remove - Normal - Use Entity Owners": false,
      "Remove - Normal - Use Friends (Friends)": true,
      "Remove - Normal - Use Friends (RustIO)": false,
      "Remove - Normal - Use Tool Cupboards (strongly unrecommended)": false,
    I`m using "Building Owners", other entities is removing normaly, but some does not -.-

    What is wrong ?
     
    Last edited by a moderator: Dec 23, 2016
  2. I set pay to false but it still requires players to pay the materials to remove stuff. I myself think it is an undesirable feature and so do my players. How do I get rid of it?
    Code:
      "Remove - GUI - Price": false,
     
  3. Make sure you're only editing the .json file, not the .cs and don't forget to do a reload of the plugin once you've changed it.
    [DOUBLEPOST=1482700904][/DOUBLEPOST]
    oh and the change you're making is only hiding the price from the Graphical user interface.. that's why it's not working for you.
     
  4. please help me. i am creating a server, but i want to use the remove tool as always, only with the cupboard permissions you can remove everything and i don't know how to change this. Can somebody help me??
     
  5. I got this error when loading the plugin:
    Code:
    [Oxide] 22:33 [Error] Error while compiling RemoverTool.cs(971,45): error CS1061: Type `BasePlayer' does not contain a definition for `xp' and no extension method `xp' of type `BasePlayer' could be found. Are you missing an assembly reference?
    Is there a fix?
     
  6. Wulf

    Wulf Community Admin

    Sounds like you're using a really old version of it, so simply update.
     
  7. I was uploading the new file into the config folder instead of the plugins folder... i feel stupid. Delete my post please so i don't humiliate myself too much haha. Thanks!
     
  8. Wulf

    Wulf Community Admin

    You're fine, no worries.
     
  9. I SEEN IT! Let the humiliation commence!
    But in all fairness, I have done that before.
     
  10. Can't reproduce -

    Code:
    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 
     
  11. hello guys, so much items > not removable < High External Stonewalls, High External Stonegates, Sheet Metal walls- door frames and more not removable can anybody fix that ?? :p
     
    Last edited by a moderator: Jan 14, 2017
  12. Are other people having trouble removing wooden spikes?
     
  13. Yes, we all do.
     
  14. You don't have enough resources - what it's mean?
    I have changed all parameters in cfg and it doesn't work - but i'm authorized in cupboard
    But another new build remove normally
     

  15. Because there's an automatically enable feature called "Price" where you have to pay to remove things, to disable this simply delete everything inside the {} of "Remove - Normal - Price", it should look like this when it's done. "Remove - Normal - Price": {},
     
  16. BIG THANKS, MAN
     
  17. "Remove - Normal - Use Tool Cupboards (strongly unrecommended)": true,


    The Use Tool cupboards feature is not working more?

    anybody knows why?
     
  18. Working fine for me :)
     
  19. Can you show the config file?
     
  20. Code:
      "Remove - Normal - Use Building Owners (You will need Building Owners plugin)": false,
      "Remove - Normal - Use Clans": true,
      "Remove - Normal - Use Clans Level for Remove": 0,
      "Remove - Normal - Use Entity Owners": true,
      "Remove - Normal - Use Friends (Friends)": true,
      "Remove - Normal - Use Friends (RustIO)": false,
      "Remove - Normal - Use Tool Cupboards (strongly unrecommended)": true,