R-Remover-Tool

Building and entity removal tool

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

5/5, 105 likes
  1. Reneb, yo im having same problem with metal walls being removed. My current config is default set to



    "Metal": {
    "metal fragments": 50
     
  2. Did you reload the plugin
     
  3. you don't set it to false.
    Read the overview on how to remove a price.
     
  4. I'm not following your statement Renab. Do I change the price to something else or the term withdraw. If its the term what would an option be.

    Also if I do:

    To remove all prices/refund just do:
    Code (Text):
    "Remove - Normal - Price": {},

    Do I just delete everything below the statement concerning pricing and will it take care of the economics question too. Sorry to be so thick.
    thanks for your help
     
  5. people just think about themselves they dont help the community
     
  6. it seems that it costs xp to remove HQ walls. is this able to remove in config, i cannot find where.
     
  7. It's under cost for Top Tier. you can search your config file for 'xp' to find everything that costs experience points.
    In my config it's around line 458:
    Code:
    "TopTier": {
          "xp": 5
     
  8. You sir, are my hero!
     
  9. yes doing this deactivates the price.
     
  10. Ok, ignorant question, but how do we set the access permissions? I've changed the Auth level to "Use Building Owners", but it just rewrites it as auth level.

    I'm trying to make sure that people can't remove anything that they didn't build. I have RustIO installed and Building owners.
     
  11. Quick not to start: Most of the configs are written as a series of Key:Value pairs. One pair to a line. The part before the colon is the Key and shouldn't be changed. The part after the colon is the Value; that's what we want to tweak. If you've changed some of the Keys you might want to delete the config file and reload the plugin. That'll generate a new, default config file.

    To get the settings you want, head to the bottom of the config file. it's around line 811 on mine. Here's the values that will allow only the person who build/deployed the item to remove it. For this config, you do not need any other plugins. 'Entity Owners' uses Rust's built in tracking for who built what, not the Building Owners plugin.

    Code:
    "Remove - Normal - Use Building Owners (You will need Building Owners plugin)": false,
      "Remove - Normal - Use Entity Owners": true,
      "Remove - Normal - Use Friends (Friends)": false,
      "Remove - Normal - Use Friends (RustIO)": false,
      "Remove - Normal - Use Tool Cupboards (strongly unrecommended)": false,
     
  12. How to change it to remove the HQ be paying resources and not in XP
     
  13. The HQ or Armored Walls are called Top Tier (around Line 458). This is the default:
    Code:
    "TopTier": {
          "xp": 5
    }
    To change it, substitute the resources you want in place of xp. For example, if you wanted it to cost 20metal frags and 1 HQM you'd use this:
    Code:
    "TopTier": {
          "metal fragments": 20,
          "high quality metal": 1
    }
    Note that there has to be a comma at the end of the Frags line since there are two different items on the list. You can change the cost to whatever suits your purpose. Use the cost of other items as a guide.
     
  14. May postpone the remove option irrelevant in hand as before
     

  15. Thanks, figured it out myself. I was expecting a different way. Thank you for your reply though!
     
  16. [Oxide] 17:23 [Error] RemoverTool plugin failed to compile!
    [Oxide] 17:23 [Error] RemoverTool.cs(511,41): error CS0246: The type or namespace name `ILivePlayer' could not be found. Are you missing an assembly reference?

    As per today's update
     
  17. Code:
    (20:22:34) | [Oxide] 20:22 [Error] RemoverTool plugin failed to compile!
    (20:22:34) | [Oxide] 20:22 [Error] RemoverTool.cs(511,41): error CS0246: The type or namespace name `ILivePlayer' could not be found. Are you missing an assembly reference?
     
  18. [Oxide] 02:26 [Error] RemoverTool plugin failed to compile!
    [Oxide] 02:26 [Error] RemoverTool.cs(511,41): error CS0246: The type or namespace name `ILivePlayer' could not be found. Are you missing an assembly reference?
     
  19. Attached fix
     

    Attached Files: