Is it possible to fix the unremovable quarries in this plugin or are we just out of luck till the Rust devs fix it? Seems like the only way to remove it is with /remove admin or by nocliping inside of it and then attacking it with cupboard access and /remove.
R-Remover-Tool
Building and entity removal tool
Total Downloads: 63,248 - First Release: Apr 3, 2015 - Last Update: Feb 7, 2018
- 5/5, 105 likes
-
thanks for the updates...
-
Can you use cupboard and friends together or is it one or the other? Figured I would ask before breaking something. Thanks.
-
normally you can yes
-
With both conditions true, only cupboard access is checked, ignoring friends and allowing remove. Also, with just friends true, trying to remove something shows the cantremove message instead of the nofriend message. -
Remove not working
[Oxide] 7:51 AM [Error] Failed to call hook 'cmdChatRemove' on plugin 'RemoverTool' (NullReferenceException: Object reference not set to an instance of an object) -
Wulf Community Admin
-
when using rustio only (building owner) chests cant be removed using /remove command.
-
This is all we get
Code:(10:46:23) | [Oxide] 8:47 AM [Error] Failed to call hook 'cmdChatRemove' on plugin 'RemoverTool' (NullReferenceException: Object reference not set to an instance of an object) (10:46:23) | [Oxide] 8:47 AM [Info] [Logger] [AUST] Bkeogh ran chat command: /remove (10:46:24) | [Oxide] 8:47 AM [Error] Failed to call hook 'cmdChatRemove' on plugin 'RemoverTool' (NullReferenceException: Object reference not set to an instance of an object) (10:46:24) | [Oxide] 8:47 AM [Info] [Logger] [SWAT] Randalf The Greybeard ran chat command: /remove (10:46:25) | [Oxide] 8:47 AM [Error] Failed to call hook 'cmdChatRemove' on plugin 'RemoverTool' (NullReferenceException: Object reference not set to an instance of an object) (10:46:25) | [Oxide] 8:47 AM [Info] [Logger] SuperDuperSqueaker ran chat command: /remove (10:46:26) | [Oxide] 8:47 AM [Error] Failed to call hook 'cmdChatRemove' on plugin 'RemoverTool' (NullReferenceException: Object reference not set to an instance of an object) (10:46:26) | [Oxide] 8:47 AM [Info] [Logger] [SWAT] Randalf The Greybeard ran chat command: /remove
Code:(10:47:09) | [Oxide] 8:48 AM [Error] Failed to call hook 'cmdChatKits' on plugin 'Kits' (NullReferenceException: Object reference not set to an instance of an object)
-
what does adding the building owners plugin actually do for the remove plugin? does it prevent people from removing house parts they did not place?
-
-
Code:
[Oxide] 11:20 AM [Error] Failed to call hook 'cmdChatRemove' on plugin 'RemoverTool' (NullReferenceException: Object reference not set to an instance of an object)[Oxide] 11:20 AM [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
RemoverTool is not working...
[DOUBLEPOST=1435494502,1435475951][/DOUBLEPOST] -
Wulf Community Admin
-
So, After installing this on our server we have noticed a potential BUG.
Essentially this is how it happens...
You create a building, doesn't matter how big or what material.
You do /remove then remove all the walls, but leave the foundations.
Teleport someone to you, and they can still see the entire building as it was before you did /remove. They also have collisions with it, as if it was not removed. For this reason, i believe the /remove plugin isn't removing structures server side but instead client side. (Atleast untill the server is restarted?)
Possible to get this confirmed if is truly a BUG or something wrong with our r-remover tool plugin?
Many thanks. -
[DOUBLEPOST=1435644876,1435508694][/DOUBLEPOST]Are there plans to fix not being able to remove chests, furnaces, etc when using owner/friends instead of cupboards? If not this plugin, might be building owners not assigning owners to these items. Thanks. -
I have Remover installed on my server and when i do /plugin it even shows that it is a installed plugin. But when i do /remove it does nothing it doesn't say invalid command or anything, and what obviously doesn't need to be said remover doesn't work.
-
it seems that players remove recentley have been able to do /remove on trees and ore rocks also short distance remove seems to be broken people seem to be able to use /remove from ages away
-
it doesnt even work for us
-
if the ore rocks and trees are near someones tool cupboard they are able to use /remove on them
-
Code:
9:02 AM [Info] Loading plugins... 9:02 AM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team 9:02 AM [Info] Loaded plugin Rust Legacy Core v1.0.0 by Oxide Team 9:02 AM [Warning] Ignored obsolete game extension reference 'Oxide.Ext.RustLegacy' in plugin 'RemoverTool' 9:02 AM [Error] RemoverTool plugin failed to compile! 9:02 AM [Error] RemoverTool.cs(13,13): error CS0234: The type or namespace name `RustLegacy' does not exist in the namespace `Oxide'. Are you missing an assembly reference?