R-Remover-Tool

Building and entity removal tool

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

5/5, 105 likes
  1. why is it raider can just come up and put down a tool cupboard and /remove they dont even need C4 just a cupboard and i have building owners and entity owners i also have the removetool that means it dont even use them it uses ownerids but still they can just put down cupboard and /remove can i please get some help on this?
     
  2. R-Remover Tool | Page 70 | Oxide
     
  3. Is there a new built in game feature for player owners to remove any item at any time?
    I was to the understanding that only Admins could use the new Facepunch remover?

    I am about to move to this new version on page 70 after I wipe later this week.
    I like the idea of not requiring building owners, the less plugins the better.
    Thank you sqroot
     
  4. is there a way to make the remove tool permission only? i.e. make "/remove" not show GUI or any message unless you have been granted necessary permission?
     
  5. Hi, how to fix it?

    RemoverTool.cs(812,35): warning CS0472: The result of comparing value type `float' with null is always `true'
    RemoverTool.cs(832,32): warning CS0184: The given expression is never of the provided (`Deployable') type
    RemoverTool.cs(834,21): warning CS0162: Unreachable code detected
    RemoverTool.cs(26,26): warning CS0414: The private field `Oxide.Plugins.RemoverTool.meshinstances' is assigned but its value is never used
    RemoverTool.cs(117,23): warning CS0414: The private field `Oxide.Plugins.RemoverTool.xmax' is assigned but its value is never used
    RemoverTool.cs(119,23): warning CS0414: The private field `Oxide.Plugins.RemoverTool.ymax' is assigned but its value is never used
     
  6. Whywhen I putto the building owneronly removI can'tafteradditionremountboxesstoves, and so on, the current throughthe admin removecan ???
     
  7. space bar
     
  8. Why when I put to the building owner only remov I can't after addition remount boxes stoves, and so on, the current through the admin remove can ???
     
  9. let's sayIput 3of the stove1can deleteand others don'twhat to do ?
     
  10. Line 745:
    Code:
    player.inventory.GiveItem(ItemManager.CreateByItemID(deployedToItem[worlditem.gameObject.name], 1, false));
    Replace that line with:
    Code:
    player.inventory.GiveItem(ItemManager.CreateByItemID(deployedToItem[worlditem.gameObject.name], 1, false, entity.skinID));
    This way if you remove a deployable you get the skinned item back instead of the default skin.
     
  11. ArgumentOutOfRangeException: Cannot be negative. Parameter name: length
    System.String.Substring (Int32 startIndex, Int32 length) Oxide.Plugins.RemoverTool.RefreshGUI (Oxide.Plugins.ToolRemover toolPlayer) Oxide.Plugins.RemoverTool+ToolRemover.RefreshRemoveGui ()
    ArgumentOutOfRangeException: Cannot be negative. Parameter name: length
    System.String.Substring (Int32 startIndex, Int32 length) Oxide.Plugins.RemoverTool.RefreshGUI (Oxide.Plugins.ToolRemover toolPlayer) Oxide.Plugins.RemoverTool+ToolRemover.RefreshRemoveGui ()
     
  12. Hi on our server we've got your plugin implemented but we have a problem
    Whenever we try to do the /remove command we just get the error
    Unknown command: remove
    it is the same with all the other commands on your plugin.
    We've got the plugin the .json file config everything but still not working :(
    Have you got any idea why?

    Thank you for replying
    Mr.Dickens
     
  13. You need to be standing in front and looking at part of your building before you type that command
     
  14. No you don't.
    @Mr.Dickens Try to reload the plugin and paste wat the console (RCON) says.
     
  15. For it to remove parts of the building yes you do
     
  16. It says nothing
     
  17. Are you sure you have the plugin in the plugin folder
     
  18. Yep it is in the Plugin folder as well as the config, which is in the config folder
    [DOUBLEPOST=1455636115][/DOUBLEPOST]Config file isn't empty as well
    [DOUBLEPOST=1455636260][/DOUBLEPOST]Nevermind found the problem
    [Oxide] 4:22 PM [Error] RemoverTool plugin failed to compile!
    [Oxide] 4:22 PM [Error] RemoverTool.cs(751,42): error CS1501: No overload for method `GiveItem' takes `3' arguments
     
  19. so the path to your plugin folder is something like
    my_server_identity\oxide\plugins