Use the version here: R-Remover Tool | Page 79 | Oxide
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
-
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
-
-
i get this error from time to time
Code:(14:29:19) | ArgumentOutOfRangeException: Cannot be negative.
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)
-
-
Hello,
With the new version (3.0.22)can i delete BuildOwner & EntityOwner ?
Thx, -
-
-
[DOUBLEPOST=1462777159][/DOUBLEPOST]
_______________________________
[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? -
how to use this with friends api ?
-
-
-
Hi,
why did the players and admins cant remove High External Stone Walls via /remove?
Best regards -
-
-
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 removeLast edited by a moderator: May 12, 2016 -
Р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;
-
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? -
-