R-Remover-Tool
Building and entity removal tool
Total Downloads: 63,349 - First Release: Apr 3, 2015 - Last Update: Feb 7, 2018
- 5/5, 105 likes
-
I only admin the game not play it so am sure others can answer that question
-
It don't do nothing, the problem is from object reference server plugin side, so entity like high external stone gate can't be removed because it throw an exception on plugin at the function CanRemove()
I think it's because LookupPrefabName() don't exist anymore and we have to use something else.
I didn't have time to debug plugin from now but I'll try soon. -
i can't code for couple weeks.
So you guys will have to fix the plugin yourselves while i'm gone :x
i'll see if i can find a way to do the code, but don't count on it ^^ -
Np I'll take a look when I have time
after some look, exception is throw when activating useToolCupboard at
List<BuildingPrivlidge> playerpriv = buildingPrivlidges.GetValue(player) as List<BuildingPrivlidge>;
i don't know anything about that ^^
i think raycast changed or something with because when debugging it just don't go after Physics.Raycast
changing entity is Deployable to entity.GetComponentInParent<Deployable>() != null
getting me detection of deployable but said me no permission because of raycastLast edited by a moderator: Jul 16, 2016 -
le plugin ne fonctionne plus . Pouvez-vous le corriger merci
(15:40:28) | NullReferenceException: Object reference not set to an instance of an object -
Any word when this will be updated?
-
Just what was said in the thread
-
[Oxide] 15:20 [Info] Loaded plugin RemoverTool v3.0.17 by Reneb
[Oxide] 15:20 [Warning] Missing plugin name prefix 'removertool.' for permission 'canremove' (by plugin 'RemoverTool')
[Oxide] 15:20 [Warning] Missing plugin name prefix 'removertool.' for permission 'canremoveadmin' (by plugin 'RemoverTool')
[Oxide] 15:20 [Warning] Missing plugin name prefix 'removertool.' for permission 'canremoveall' (by plugin 'RemoverTool')
[Oxide] 15:20 [Warning] Missing plugin name prefix 'removertool.' for permission 'canremovetarget' (by plugin 'RemoverTool')Last edited by a moderator: Jul 16, 2016 -
Well finaly, found a quick fix but we really should wait for @Reneb, but i think it is useable.
You should keep a copy of original if any problem with this version, remember, i am not a pro coder so look seriouslyAttached Files:
-
-
NullReferenceException: Object reference not set to an instance of an object
NullReferenceException: Object reference not set to an instance of an object
on consule it shows this and players cant remove anything. -
what did you fix? and how?
-
Entity remove problem, removed unused raycast
disable usetoolcupboardLast edited by a moderator: Jul 16, 2016 -
anybody got remove tool for EntityOwner plugin? there is lates in support thread over there working, if someone would be so good and made one
-
Why not the working one which only needs the OwnerID ( the person who build the block/deployable) and with friends support? This is atm the best solution, as you need no extra plugin to remove your own stuff and can build together with friends
Was the best implementation ever.... -
If you disable usetoolcupboard would that make it so anyone can remove anyones walls? I still cannot remove walls or floors etc.
[DOUBLEPOST=1468702965][/DOUBLEPOST]I get the same thing right now when trying to remove walls and such.
NullReferenceException: Object reference not set to an instance of an object
And if I disable usetoolcupboard it says I have no permission
/remove admin works just fine however -
i got it working with building owner enabled.
EntityOwner restrict built to builder maybe him friend should be able to remove to but not tested.Last edited by a moderator: Jul 16, 2016 -
Thanks for trying to help. It still gives me that message in Console when I try to remove walls (NullReferenceException: Object reference not set to an instance of an object) Here is my config file if that makes a diff.
Attached Files:
-
-
as i said disable usetoolcupboard, if you install buildingowner, you don't need it anymore.
I can't do anything for usetoolcupboard because i don't know so much about it, but @Reneb know it but he is away and can't repair it immediately -
OH, I was not reading properly. I have to install another plugin "buildingowner" . wow I feel sily. Thank you.
