R-Remover-Tool

Building and entity removal tool

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

5/5, 105 likes
  1. at some point, but as it has arguments i didnt make it possible atm. Only fixed messages are editable.
     
  2. Building owners switched to C#, and now Remover Tools gives:
    Code:
    [Oxide] 7:16 AM [Info] Error in R-Remover, you may want to have the "Building Owners" plugin installed to give ownership of buildings to certain players. Else it will only use ToolCupboard
    [Oxide] 7:16 AM [Info] BuildingOwners plugin was compiled successfully in 740ms
    [Oxide] 7:16 AM [Info] Loaded plugin Building Owners v2.1.0 by Reneb
     
    Last edited by a moderator: Feb 8, 2015
  3. for me no error with last oxide 275
     
  4. Did you updated the BuildingOwners to the C# version?
     
  5. Change plugins.Exists("buildingowners")) (line 10) to plugins.Exists("BuildingOwners")) or update remover to C# version.
     
  6. i'm not sure this would work. It will just remove the message, but the commands with no work. (/remove)
     
  7. I think it works even if do not edit this.
    Both versions have a common title – "Building Owners".

    local pluginList = plugins.GetAll()
    for i = 0, pluginList.Length - 1 do
    local pluginTitle = pluginList.Object.Title
    if pluginTitle == "Building Owners" then
    buildingowners = pluginList.Object
    break

    end

    end


     
  8. Forum parser removes the
    Code:
    [i], pluginList[I].Object
     
  9. the plugin wont work if you don't update r-remover anyway --'
    cause not only this changed
     
  10. You're right! I forget about it.
     
  11. would it be possible to add a commmand /remove steamid like in legacy so if our server gets spammed and i get there Id of prod we can simply remove all there stuff
     
  12. yes everything working with last update
    yea espicially for banned players it's usefull!
     
  13. Same error !

    Code:
    [Oxide] 12:22 PM [Error] RemoverTool: NullReferenceException while calling OnPla
    yerAttack: Object reference not set to an instance of an object
      at Oxide.Plugins.RemoverTool.CanRemoveTarget (.BasePlayer player, .BaseEntity
    entity, System.String ttype) [0x00000] in <filename unknown>:0 /s in, 3kb/s out
      at Oxide.Plugins.RemoverTool.OnPlayerAttack (.BaseEntity attacker, .HitInfo hi
    tinfo) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (ob
    ject,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invoke
    Attr, System.Reflection.Binder binder, System.Object[] parameters, System.Global
    ization.CultureInfo culture) [0x00000] in <filename unknown>:0
    I got this error and Remover tool did not works
    use latest oxide2 on latest server files
     
  14. Does matter i Will need to fix the plugin when update comes anyway.
     
  15. no need to work for current version

    just now rust update released 317mb!
     
  16. i know it's already updated for latest rust don't worry ;)
     
  17. perfecto thanks a lot
     
  18. Reneb updated R-Remover Tool with a new update entry:

    fix for new rust update


    [DOUBLEPOST=1423501462][/DOUBLEPOST]TO ALL PEOPLE THAT HAVE THE ERROR ABOVE
    NullReferenceException while calling OnPlayerAttack: Object reference not set to an instance of an object

    This means you DONT have Building Owners
     
  19. lua?! v1.4.8?! :eek: