R-Remover-Tool

Building and entity removal tool

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

5/5, 105 likes
  1. then use: /remove admin
    or /remove all
     
  2. I don't think RustIO feature works. I'm trying to make it so you have to be linked on the Rust.IO map in order to remove your friends items with /remover in their base.

    edit: saw this line in the config "noFriend": "You must be friend with the building owner",

    Where is the setting for this? It's exactly what I am looking for.
     
    Last edited by a moderator: Aug 12, 2015
  3. I want to know the same thing and setting the tool cupboard to true in config does not let you remove anything like Swisha0928 says, it does not work!
    How can we remove the WIND TURBINES, any help would be awesome!
     
  4. ive just done /block "wind turbine" for now on crafting until they have a use and can be destroyed
     
  5. First of all i would like to Thank You for this mod it has made being an Admin so much easier not having to run around removing everyone's mistakes and being a server only 5 weeks old and knowing nothing about running one it has given me the time to learn how to run my server.

    I am using the Help mod and i would like to know if it is possible to to put the 4 pieces of info that come up /remove optional-/remove admin optional-remove all optional-/rayremove to juts come up as /remove help and then the commands so the screen does not get overloaded when you type /help and you miss the top commands for the other mods as it doesn't help players if they cant see them.lol or any guidance towards changing my self i know very little when it comes to coding but i am willing to give it a try.

    Thankyou again
     
  6. Hi, I would like to know if you have players who get disconnected when using the Remove tool ? I change the GUI so I would like to know if it could be the problem ?
     
  7. Idk why, but this plugin isnt working anymore... I try to reinstall this plugin with new config, but it still doesnt work


    Code:
    [Oxide] 1:19 PM [Error] Failed to call hook 'cmdChatRemove' on plugin 'RemoverTool' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 1:19 PM [Debug]   at Oxide.Core.Libraries.Permission.GroupExists (System.String groupname) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Permission.GroupHasPermission (System.String groupname, System.String perm) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Permission+<GroupsHavePermission>c__AnonStorey0.<>m__0 (System.String group) [0x00000] in <filename unknown>:0
      at System.Linq.Enumerable.Any[String] (IEnumerable`1 source, System.Func`2 predicate) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Permission.GroupsHavePermission (System.Collections.Generic.HashSet`1 groups, System.String perm) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Permission.UserHasPermission (System.String userid, System.String perm) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.RemoverTool.hasAccess (.BasePlayer player, System.String ttype) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.RemoverTool.TriggerRemove (.BasePlayer player, System.String[] args, System.String ttype) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.RemoverTool.cmdChatRemove (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
     
  8. your oxide permission file is corrupted
     
  9. but everything was just working last night.. I didnt even touch the usergroup
     
  10. Oxide.Core.Libraries.Permission.GroupExists (System.String groupname) [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.Permission.GroupHasPermission (System.String groupname, System.String perm) [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.Permission+<GroupsHavePermission>c__AnonStorey0.<>m__0 (System.String group) [0x00000] in <filename unknown>:0
    at System.Linq.Enumerable.Any[String] (IEnumerable`1 source, System.Func`2 predicate) [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.Permission.GroupsHavePermission (System.Collections.Generic.HashSet`1 groups, System.String perm) [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.Permission.UserHasPermission (System.String userid, System.String perm) [0x00000] in <filename unknown>:0
    [DOUBLEPOST=1439505210][/DOUBLEPOST]sorry but you will have to reset your file and restart. (permission file)
     

  11. what file is that
     
  12. i'm just showing that it's the permissions that are bugging and not the plugin.
    he needs to reset his permission list to fix this
     
  13. i get this error when trying to use /remove
    [Oxide] 7:58 PM [Error] Failed to call hook 'cmdChatRemove' on plugin 'RemoverTool v2.2.17' (NullReferenceException: Object reference not set to an instance of an object)
     
  14. Reneb updated R-Remover Tool with a new update entry:

    2.2.18

     
  15. Hello ! I would like allow players to remove their builds only if i allow. And disable remove command by default. Only when i authorize a player to remove their build where it is. Thanks for reply ! I don't want they can remove all when he allow on cupboard.tool
     
    Last edited by a moderator: Aug 14, 2015
  16. The best way might be to use the remove target but I never make it works without allow it for player by defaut. I use BuildingOwner and define each owner of the house, with this there are no remove abuses. For the cupboard put false for the CupBoardCheck
     
  17. basic => 2
    and then an admin only can do: /remove PLAYERNAME
     
  18. My config now:
    Code:
    "Remove": {
        "admin": 2,
        "all": 2,
        "basic": 2,
        "target": 1
      },
    It's okay for what i want? I would like this :
    - Player can't remove without i do: /remove PLAYERNAME
    - Player can remove only their build where he is
    - Player can't remove even if he add on cupboard.tool

     
  19. yes this should work
     
  20. Thanks Reneb. I will try !