R-Remover-Tool

Building and entity removal tool

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

5/5, 105 likes
  1. Hello,

    A possible NRE on Refund variable line 984 and 1005
     
  2. So quickly haha

    NRE provide for a value can't be null, right ?
     
  3. When a variable/dictionary is used without being initialized, the plugin will throw a NRE.
    I just checked every var from the function GetRefund and I found that Refund variable that is not checked for null.
    It can be something else
     
  4. Wow thanks for that clearly tips, nice ! :)
     
  5. Wulf

    Wulf Community Admin

  6. cannot use /remove it just says couldnt use remover tool invaild entity targeted, or entity is to far
     
  7. I mean....that part is clear enough, or? :p
    Depends on what you looked at.
     
  8. twig foundations standing on top of them and when player do /remove they get that message
     
  9. Cannot confirm, did a test even this minute.
     
  10. The plugin is installed on the server but, when I do /remove, its says: "unknow command: remove" It was working perfectly before the last Facepunch update. Any idea what can be the problème ?
     
  11. I've noticed a bug loading the saved configuration file with version 4.1.9
    Code:
    void OnServerInitialized()
            {
                InitializeRustIO();
                InitializeItems();
                InitializeConstruction();            LoadConfigs();  // this should be placed before InitializeRustIO()            permission.RegisterPermission(permissionNormal, this);
                permission.RegisterPermission(permissionAdmin, this);
                permission.RegisterPermission(permissionTarget, this);
                permission.RegisterPermission(permissionAll, this);            rt = this;
            }
    I've noticed this bug, after disabling the RustIO option in the config file, and i was always receiving the message that RustIO is not present, meaning the config was doing nothing.
    It's an easy fix, but i'm reporting so it gets fixed in the future.
     
  12. Yes, wrong placed..for sure since it first days^^
    "Nothing" is'nt fully correct, it simply did'nt take the changed config switch for RustIO.
    Thx.
     
  13. Ive Never had This Pop up in Chat but for some reason Every time that i do /remove and click on a wall it says (Couldn't use the RemoverTool: The Remover Tool is blocked for another # seconds.). What do i do to remove that Message?
     
  14. That's part of the "RaidBlocker" functions of the config.
     
  15. Any Way to Remove it? Im Currently on my Own Testing server and its Being annoying To see it Pop up all the time, Ive seen alot of servers Without this happening. just wondering how to stop it
     
  16. "Remove - Normal - RaidBlocker": true, <------------- change true to false in the config for RemoverTool.
     
  17. Thats why i told you the keyword "RaidBlocker". Look into the config and then do disable those (3 times true) you don't wanna use.
     
  18. Fujikura updated R-Remover Tool with a new update entry:

    4.1.10

     
  19. Does not work after updating.