R-Remover-Tool

Building and entity removal tool

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

5/5, 105 likes
  1. could you add a option were you can either have deployable are removable or not removable as that would give server owners the option to have
    it enabled or disabled!!
     
  2. <br class="Apple-interchange-newline"><div id="inner-editor"></div>

    When will plugin update?
     
    Last edited by a moderator: Jul 19, 2016
  3. Yea nobody can remove their own doors.
     
  4. Yes none of the int's are removable at this time. just walls and floors if you use the hammertime plugin. but remove the remover tool for now
     
  5. i have installed this plugin and it didnt work pleas help me
     
  6. Help!
    The plugin works on the server but when the players he did not write remove removal spell and writes in the server console errors
    [DOUBLEPOST=1468965136][/DOUBLEPOST]Help!
    The plugin works on the server but when the players he did not write remove removal spell and writes in the server console errors
     

    Attached Files:

  7. You need to post the error the full error
     
  8. Was working fine for me yesterday now it is saying you have no rights to remove this
     
  9. i cant remove: (20:59:46) | NullReferenceException: Object reference not set to an instance of an object
    please help
     
  10. THANKS for the reply Reneb !
     
  11. Works on some things, but not others. Here's the error I get on things it doesn't work with.

    NullReferenceException: Object reference not set to an instance of an object
     
  12. FTM

    FTM

    Remove Admin works fine, but normal remove isn't working for anyone
     
  13. Remove Admin works fine, but normal remove isn't working for anyone
    Me too.
     
  14. FTM

    FTM

    When this happens, go out of range of the cupboard you removed, place a new one and auth on it, then de-auth on it... should fix that.
     
  15. Tried that and didnt work on my server
     
  16. For everyone on actual OFFICIAL version getting this Error:
    Code:
    NullReferenceException: Object reference not set to an instance of an object
    Change line 41 from...
    Code:
    buildingPrivlidges = typeof(BasePlayer).GetField("buildingPrivlidges", (BindingFlags.Public | BindingFlags.Static | BindingFlags.Instance | BindingFlags.NonPublic));
    to...
    Code:
    buildingPrivlidges = typeof(BasePlayer).GetField("buildingPrivilege", (BindingFlags.Public | BindingFlags.Static | BindingFlags.Instance | BindingFlags.NonPublic));
    This is NOT a mistake by the plugin developer!!
    This is caused by many recent changes to the whole code itself by FacePunch during the last update-wave, which had changed several important type members and which broke many other plugins as well.

    Regards, Fuji
     
  17. this error can be solved?
    Code:
    NullReferenceException: Object reference not set to an instance of an object
     
  18. Rip players... they will rage quit cause the plugin not working..
     
  19. That work for me fine! Thx bro!
     
  20. How to fix this error bo online kapets he fell on servers = (
    Code:
    NullReferenceException: Object reference not set to an instance of an object
     
    Last edited by a moderator: Jul 20, 2016