R-Remover-Tool

Building and entity removal tool

Total Downloads: 65,415 - First Release: Apr 3, 2015 - Last Update: Feb 7, 2018

5/5, 105 likes
  1. Use the version here: R-Remover Tool | Page 79 | Oxide
     
  2. Hey guys, recently installed this mod. Had issue with people trolling ( Placing cubboards and then removing peoples walls. I disabled the cubboard check. But now people cant remove anything, says no permission to do this. Ive tried granting players canremove but doesnt work sitll. How do I fix this please
     
  3. Do you have this installed Building Owners for Rust | Oxide
     
  4. i get this error from time to time
    Code:
    (14:29:19) | ArgumentOutOfRangeException: Cannot be negative.
    and the output log says

    Code:
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)ArgumentOutOfRangeException: Cannot be negative.
    Parameter name: length
      at System.String.Substring (Int32 startIndex, Int32 length) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.RemoverTool.RefreshGUI (Oxide.Plugins.ToolRemover toolPlayer) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.RemoverTool+ToolRemover.RefreshRemoveGui () [0x00000] in <filename unknown>:0
    (Filename:  Line: -1)ArgumentOutOfRangeException: Cannot be negative.
    Parameter name: length
      at System.String.Substring (Int32 startIndex, Int32 length) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.RemoverTool.RefreshGUI (Oxide.Plugins.ToolRemover toolPlayer) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.RemoverTool+ToolRemover.RefreshRemoveGui () [0x00000] in <filename unknown>:0
    (Filename:  Line: -1)
    any idea?
     
  5. upload your config
     
  6. Hello,
    With the new version (3.0.22)can i delete BuildOwner & EntityOwner ?

    Thx,
     
  7. Yes, neither of those plugins are used with that version.
     
  8. Okay thx you Werkrat !
     
  9. Thank you @Resistance
    [DOUBLEPOST=1462777159][/DOUBLEPOST]
    @Resistance - I haven't seen there was an update some pages before, I will use that version and generate a new config - thank you anyway ;)

    _______________________________

    [DOUBLEPOST=1462791458,1462776967][/DOUBLEPOST]@Werkrat
    Thank you for your update! It is really nice!
    But I have a little problem:
    We have a PvP-God zone and now people there are not able to remove their tcb anymore although I really love it that they got not removed random like in the offical version..

    Is there any way to implement a /removeTCB command or something like that?
     
  10. how to use this with friends api ?
     
  11. if you enable the config setting for friends api, both people have to type /friend add <name> then they will be able to remove each others' items
     
  12. Why are not deleted objects stove, cupboard, drawer, and the rest
     
  13. Hi,
    why did the players and admins cant remove High External Stone Walls via /remove?

    Best regards
     
  14. Use this version: R-Remover Tool | Page 79 | Oxide
     
  15. No way to solve this @Werkrat ? :(
     
  16. Hi, not removes built, writes - "you don`t have enough to pay for this remove"
    [DOUBLEPOST=1463044300][/DOUBLEPOST]I set the ("Remove - Pay": false), work - but why not work "true", writes - you don`t have enough to pay for this remove
     
    Last edited by a moderator: May 12, 2016
  17. Рart of the code to add to the basic code for use with friendsAPI (find black code and add red code, green code for changes):

    1. class RemoverTool : RustPlugin
    {
    static RustPlugin FriendsAPI;

    2. void Loaded()
    {
    FriendsAPI = (RustPlugin) plugins.Find("Friends"); //use friendsAPI

    3. void OnServerInitialized()
    {
    FriendsAPI = (RustPlugin) plugins.Find("Friends"); //use friendsAPI

    4. private static bool HasFriend(string playerId, string friendId)
    {

    //if (RustIO == null) return false; //block IO
    //bool isFriend = (bool)hasFriend.Invoke(RustIO, new object[] { playerId, friendId }); //block IO
    //return isFriend; //block IO

    bool isFriendAPI = (bool)(FriendsAPI.Call("IsFriend", friendId, playerId) ?? false);
    return isFriendAPI;
     
  18. Help solve the problem!
    After restarting the server, the plugin does not work.

    logs:

    13:57 [Error] Error while compiling RemoverTool.cs(900,44): error CS1061: Type `Oxide.Plugins.BuildingBlock' does not contain a definition for `grade' and no extension method `grade' of type `Oxide.Plugins.BuildingBlock' could be found. Are you missing an assembly reference?
     
  19. what version are you running
     
  20. Last version