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
  1. Doesnt xp sistem bug lvl when u use it after wasting some xp points?
     
  2. I only admin the game not play it so am sure others can answer that question
     
  3. 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.
     
  4. 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 ^^
     
  5. 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 raycast
     
    Last edited by a moderator: Jul 16, 2016
  6. le plugin ne fonctionne plus . Pouvez-vous le corriger merci

    (15:40:28) | NullReferenceException: Object reference not set to an instance of an object
     
  7. Any word when this will be updated?
     
  8. Just what was said in the thread
     
  9. [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
  10. 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 seriously
     

    Attached Files:

  11. 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.
     
  12. what did you fix? and how?
     
  13. Entity remove problem, removed unused raycast
    disable usetoolcupboard
     
    Last edited by a moderator: Jul 16, 2016
  14. 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 :)
     
  15. 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....
     
  16. 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
     
  17. 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
  18. 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:

  19. 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
     
  20. OH, I was not reading properly. I have to install another plugin "buildingowner" . wow I feel sily. Thank you.