R-Remover-Tool

Building and entity removal tool

Total Downloads: 65,414 - First Release: Apr 3, 2015 - Last Update: Feb 7, 2018

5/5, 105 likes
  1. Hi, Question. what is this?

    Code:
    [06/07/2016 13:06:12] [Oxide] 13:06 [Warning] [RemoverTool] [REMOVE]: ENERGY activated remove count:1
    [06/07/2016 13:06:23] [Oxide] 13:06 [Warning] [RemoverTool] [REMOVE]: ENERGY activated remove count:1
    [06/07/2016 13:07:19] [Oxide] 13:07 [Warning] [RemoverTool] [REMOVE]: ENERGY activated remove count:1
    [06/07/2016 13:07:50] [Oxide] 13:07 [Warning] [RemoverTool] [REMOVE]: ENERGY activated remove count:1
    [06/07/2016 13:07:53] [Oxide] 13:07 [Warning] [RemoverTool] [REMOVE]: ENERGY activated remove count:2
    [06/07/2016 13:08:21] [Oxide] 13:08 [Warning] [RemoverTool] [REMOVE]: ENERGY activated remove count:1
    [06/07/2016 13:09:12] [Oxide] 13:09 [Warning] [RemoverTool] [REMOVE]: ENERGY activated remove count:1
    [06/07/2016 13:09:22] [Oxide] 13:09 [Warning] [RemoverTool] [REMOVE]: ENERGY activated remove count:1
     

    Attached Files:

  2. No matter what I try with the options you guys have put up as fixes people can either remove everyone's stuff with cupboard access OR you can't but you need cupboard access to remove your own stuff. It's weird.
     
  3. Dont worry only a warning but here is a fix for your chat handler
    Chat Handler | Page 42 | Oxide
     
  4. I made that change and it still didn't work for me.
     
  5. Maybe Try to disable cupboard check in config
     
  6. Maybe remove the plugin like I have done
     
  7. ok. Thank you for that. Resistance
     
  8. Tested, same result I found when I placed the edited string of code myself:

    Players can remove deployables, and structures. Players with building privilege on an enemy cupboard can NOT remove their structure, (which is truly awesome) but CAN remove the enemy deployables, stealing all of them, (which is the one ONE puzzle piece left, keeping this plugin from being perfect). If this plugin were fixed, I could not decide which is the best: N-Teleportation, or RemoverTool - they're incredible.
     
  9. Deployables? can you name a few at least they cant remove their structure which is the point of the plugin
     
    Last edited by a moderator: Jun 8, 2016
  10. Deployables, is anything in .prefab that can be crafted, then deployed: High Stone Walls, Gates, Shelves, Boxes, Furnaces, Large Furnaces, Mining Quarries, etc - no, the players will not stay on the server if an enemy can effectively steal these items via the plugin.
     
  11. If the plugin is causing your server so many problems why not just remove it
     
  12. Again, it's not causing issues - if the config is setup to "false" for "Building Privilege," the players simply cannot refund their deployables when placed incorrectly.

    However, the plugin would be perfect, using sami37's code edit, if it also included deployables, not just structures. Otherwise, again, it's the second best plugin I've seen. We use 60+ plugins avidly, daily.
     
  13. Maybe someone will fully fix it someday but for now either live with what you have or remove it I removed mine and I think its better without it
     
  14. I was never complaining here - I apologize if it sounded as if I were. I thought the purpose of a forum for a plugin was to help the developer with issues, I guess I'm mistaken.
     
  15. The issue is that the dev hasn't been very active in a while and the support and development of this plugin is currently mostly driven by random community fixes.
    The best example is its BuildingOwners dependency, which hasn't been necessary for a while now.
     
  16. Sorry if you think I was thinking you where complaining I was not
     
  17. I fixed this a long time ago R-Remover Tool | Page 85 | Oxide

    You can remove anything you or your /friends own.
     
  18. i do on the confing only tne owner can build and if some place wall on my server the owner on the wall cant remove it
    and how i can do if i add some to my friend list he can remove my house but i what he need accas to the cupboard and if he not have he cant remove it - now on my server if i add some to my friend he can just romve my building and he not nee cupboard
     
  19. Hi everyone. Somebody can help me? I made it so that players can only delete their buildings . To not be raiding the house by removing the buildings through the tool cupboard. But players can not delete your farnaces, boxes and other items. How to be ? Sry for my Eng, but i think you undrstnd me.
    Here is my cfg.
    Code:
      "Remove - Access - Require Block Ownership": true,
      "Remove - Access - Use Building Owners": true,
      "Remove - Access - Use Friends & Require Ownership (Require Block Ownership must be true)": true,
      "Remove - Access - Use RustIO & BuildingOwners (Building Owners needs to be true)": true,
      "Remove - Access - Use ToolCupboards": false,
      "Remove - Auth - AuthLevel - Admin Commands": 1,
      "Remove - Auth - AuthLevel - Normal Remove": 0,
      "Remove - Auth - Permission - Admin Remove": "removertool.canremoveadmin",
      "Remove - Auth - Permission - All Remove": "removertool.canremoveall",
      "Remove - Auth - Permission - Normal Remove": "removertool.canremove",
      "Remove - Auth - Permission - Target Remove": "removertool.canremovetarget",
      "Remove - Default Time": 60,
      "Remove - Distance - Admin": 20,
      "Remove - Distance - All": 300,
      "Remove - Distance - Player": 3,
      "Remove - Max Remove Time": 60,
      "Remove - Pay": false,
      "Remove - Pay - Costs": {
        "0": {
          "wood": "1"
        },
        "1": {
          "wood": "100"
        },
        "2": {
          "stone": "150",
          "wood": "100"
        },
        "3": {
          "metal fragments": "75",
          "stone": "50",
          "wood": "100"
        },
        "4": {
          "high quality metal": "25",
          "metal fragments": "75",
          "stone": "350",
          "wood": "250"
        },
        "deployable": {
          "wood": "50"
        }
      },
      "Remove - Pay - Deployables": false,
      "Remove - Pay - Structures": false,
      "Remove - RaidBlocker": true,
      "Remove - RaidBlocker - Radius To Block": 80,
      "Remove - RaidBlocker - Time To Block": 300,
      "Remove - Refund": true,
      "Remove - Refund - Deployables": true,
      "Remove - Refund - Percentage (Structures Only)": {
        "0": "100.0",
        "1": "80.0",
        "2": "60.0",
        "3": "40.0",
        "4": "20.0"
      },
      "Remove - Refund - Structures": true
    }
     
  20. @Illum1nate , try to read at LEAST the last two pages of this topic!