then use: /remove admin
or /remove all
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
-
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 -
How can we remove the WIND TURBINES, any help would be awesome! -
-
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 -
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 ?
-
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
-
your oxide permission file is corrupted
-
-
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) -
what file is that -
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 -
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) -
Reneb updated R-Remover Tool with a new update entry:
2.2.18
-
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 -
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
-
and then an admin only can do: /remove PLAYERNAME -
My config now:
Code:"Remove": { "admin": 2, "all": 2, "basic": 2, "target": 1 },
- 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
-
yes this should work
-
Thanks Reneb. I will try !