1. Funny you are the First to report it.
    And yes all numbers in this config are fucked, i need to make à fix like i did for the AntiCheat so you can edit the numbers in the config.
    All the sentences should be editable
     
  2. Oh good, not the only one then.
     
  3. Yeah i only discovered this bug recently and didnt have time before i left to fix them at all
    [DOUBLEPOST=1430210886][/DOUBLEPOST]But you can edit inside the file itself for the time being
     
  4. hey i found one bug from your remover, if you open your house door and build foundation straight to you porch that door blocks building and you wont get refund from that foundation, also other thing i have been wondering since i tried limiter was that everything else can be removed just fine except window bars, they like decay to very dark brown but doesnt get destroyed complitely
     
  5. Plugin broke or what? (Latest Oxide release) It gives error on Loaded()
     
  6. well you need to give us the logs ^^
     
  7. [​IMG]
    [DOUBLEPOST=1430574779][/DOUBLEPOST][Info("RemoverTool", "Reneb", "1.0.3")]
     
  8. you probably fucked something at some point as there is no reason for this plugin to not work, rust legacy doesn't get edited anymore
     
  9. Code:
      void Loaded()
      {
      if (!permission.PermissionExists("canremove"))
      permission.RegisterPermission("canremove", this);
      structureComponents = typeof(StructureMaster).GetField("_structureComponents", (BindingFlags.Public | BindingFlags.Static | BindingFlags.Instance | BindingFlags.NonPublic));
      InitializeTable();  }
    
    [DOUBLEPOST=1430574943][/DOUBLEPOST][​IMG]

    I haven't edited anything...
     
  10. Then its oxide that is bugged ^^
    I dont see why suddenly it would stop working
    @Mughisi ?
     
  11. [​IMG]

    Running latest version.
     
  12. Even latest oxide version doesn't help
    Same InitializeTable() error
     
  13. Try moving the InitializeTable() execution to the hook OnDatablocksInitialized(), depending on the specs of the server and the amount of plugins it might happen that the plugin is loaded before the datablocks have been initialized which would result in a NRE.
     
  14. Finnaly works! thanks!
    [​IMG]
    That intresting number tho :D
     
  15. bug plugin

    11:04:08) | [Oxide] 11:04 AM [Error] Assembly referenced by RemoverTool plugin does not exist: Facepunch.ID.dll
    (11:04:08) | [Oxide] 11:04 AM [Error] Assembly referenced by RemoverTool plugin does not exist: Facepunch.MeshBatch.dll

    (11:04:08) | [Oxide] 11:04 AM [Error] Assembly referenced by RemoverTool plugin does not exist: Facepunch.Utility.dll

    (11:04:08) | [Oxide] 11:04 AM [Error] Assembly referenced by RemoverTool plugin does not exist: Google.ProtocolBuffers.dll