R-Remover-Tool

Building and entity removal tool

Total Downloads: 62,970 - First Release: Apr 3, 2015 - Last Update: Feb 7, 2018

5/5, 105 likes
  1. Plss, help-me :x
     
  2. I have seen this problem a while ago but not for a long time.. Sometimes people are getting a cooldown of "260 seconds+" when trying to remove something.. Cooldown is set to false.
     
  3. @Fujikura bug report, friends can't remove, incorrect hook using with frineds-api, since oxide differs hooks with different params types, some of hooks used:

    your plugin:
    string steamid, string friend
    var r = Friends.CallHook("HasFriend", steamid, friend);

    while friends-api has:
    private bool AreFriends(ulong playerId, ulong friendId)
     
  4. Checks if the OwnerId has the player AS friend (one-sided)
    Checks whether the OwnerID and the player ARE friends (two-sided)

    That's for sure not an issue cause of a probably wrong used hook ;)
     
  5. sorry, copyied wrong method from friends-api, so that's the one u re calling and params are ulong, not string:

    private bool HadFriend(ulong playerId, ulong friendId)

    And I meant that since some oxide update when they implemented different signature hooks with different param types, such hook calling isn't working here
     
  6. Fujikura updated R-Remover Tool with a new update entry:

    4.2.5

     
  7. Changing the cool down to anything other than 60 doesn't work. It just resets back to 60 after reloading the plugin.
     
  8. And another try. We have set "Building Owner true" and Entity Owner true "but now it is possible to put a wall in the stranger house after a raid and remove it as needed with remove again. That's bullshit! If we set Entity Owner to false, this option is not possible. But then you can no longer remove large ovens and sometimes no building objects.
    [DOUBLEPOST=1513835982][/DOUBLEPOST]We need a better raidprotection with the option "Entity Owner true"
     
  9. .... :p
     
  10. I apologize
     
  11. I cant get the friends feature in this plugin to work. Eg players do not have access to /remove structures of mutual friends. I run a few build servers and players need to be able to remove their friends structures. What am I doing wrong?

    Here is my config file:
    Code:
    {
      "Remove - Access - AuthLevel - Admin": 2,
      "Remove - Access - AuthLevel - All": 2,
      "Remove - Access - AuthLevel - Normal": 0,
      "Remove - Access - AuthLevel - Override": 1,
      "Remove - Access - AuthLevel - Target": 1,
      "Remove - Access - Oxide Permissions - Admin": "removertool.admin",
      "Remove - Access - Oxide Permissions - All": "removertool.all",
      "Remove - Access - Oxide Permissions - Normal": "removertool.remove",
      "Remove - Access - Oxide Permissions - Override": "removertool.override",
      "Remove - Access - Oxide Permissions - Target": "removertool.target",
      "Remove - Check held item - Always": false,
      "Remove - Check held item - Start": true,
      "Remove - Cooldown - Enabled": false,
      "Remove - Cooldown - ExcludeAdmins": true,
      "Remove - Cooldown - Time": 60.0,
      "Remove - Distance - Admin": 25,
      "Remove - Distance - All/Structure": 100,
      "Remove - Distance - Normal": 25,
      "Remove - Gibs - Admin": true,
      "Remove - Gibs - All": false,
      "Remove - Gibs - Normal": true,
      "Remove - GUI - Authorization Check Hightlighting Box": true,
      "Remove - GUI - Authorization Check Hightlighting Box - Allowed Background": "0.1 1 0.1 0.3",
      "Remove - GUI - Authorization Check Hightlighting Box - Max Anchor (in Main Box)": "1 0.9",
      "Remove - GUI - Authorization Check Hightlighting Box - Min Anchor (in Main Box)": "0 0.8",
      "Remove - GUI - Authorization Check Hightlighting Box - Refused Background": "1 0.1 0.1 0.3",
      "Remove - GUI - Entity - Box - Background Color": "0.1 0.1 0.1 0.98",
      "Remove - GUI - Entity - Box - Max Anchor (in Main Box)": "1 0.9",
      "Remove - GUI - Entity - Box - Min Anchor (in Main Box)": "0 0.8",
      "Remove - GUI - Entity - Text - Max Anchor (in Entity Box)": "1 1",
      "Remove - GUI - Entity - Text - Min Anchor (in Entity Box)": "0.05 0",
      "Remove - GUI - Entity - Text - Text Color": "1 1 1 0.98",
      "Remove - GUI - Entity - Text - Text Size": 16,
      "Remove - GUI - Main Box - Background Color": "0.1 0.1 0.1 0",
      "Remove - GUI - Main Box - Max Anchor (in Rust Window)": "0.4 0.95",
      "Remove - GUI - Main Box - Min Anchor (in Rust Window)": "0.1 0.65",
      "Remove - GUI - Price": false,
      "Remove - GUI - Price - Box - Background Color": "0.1 0.1 0.1 0.98",
      "Remove - GUI - Price - Box - Max Anchor (in Main Box)": "1 0.80",
      "Remove - GUI - Price - Box - Min Anchor (in Main Box)": "0 0.60",
      "Remove - GUI - Price - Text - Max Anchor (in Price Box)": "0.3 1",
      "Remove - GUI - Price - Text - Min Anchor (in Price Box)": "0.05 0",
      "Remove - GUI - Price - Text - Text Color": "1 1 1 0.98",
      "Remove - GUI - Price - Text - Text Size": 16,
      "Remove - GUI - Price - Text2 - Max Anchor (in Price Box)": "1 1",
      "Remove - GUI - Price - Text2 - Min Anchor (in Price Box)": "0.35 0",
      "Remove - GUI - Price - Text2 - Text Color": "1 1 1 0.98",
      "Remove - GUI - Price - Text2 - Text Size": 16,
      "Remove - GUI - Refund": false,
      "Remove - GUI - Refund - Box - Background Color": "0.1 0.1 0.1 0.98",
      "Remove - GUI - Refund - Box - Max Anchor (in Main Box)": "1 0.60",
      "Remove - GUI - Refund - Box - Min Anchor (in Main Box)": "0 0.40",
      "Remove - GUI - Refund - Text - Max Anchor (in Refund Box)": "0.3 1",
      "Remove - GUI - Refund - Text - Min Anchor (in Refund Box)": "0.05 0",
      "Remove - GUI - Refund - Text - Text Color": "1 1 1 0.98",
      "Remove - GUI - Refund - Text - Text Size": 16,
      "Remove - GUI - Refund - Text2 - Max Anchor (in Refund Box)": "1 1",
      "Remove - GUI - Refund - Text2 - Min Anchor (in Refund Box)": "0.35 0",
      "Remove - GUI - Refund - Text2 - Text Color": "1 1 1 0.98",
      "Remove - GUI - Refund - Text2 - Text Size": 16,
      "Remove - GUI - Remove - Box - Background Color": "0.1 0.1 0.1 0.98",
      "Remove - GUI - Remove - Box - Max Anchor (in Main Box)": "0.55 1",
      "Remove - GUI - Remove - Box - Min Anchor (in Main Box)": "0 0.9",
      "Remove - GUI - Remove - Text - Max Anchor (in Remove Box)": "1 1",
      "Remove - GUI - Remove - Text - Min Anchor (in Remove Box)": "0.1 0",
      "Remove - GUI - Remove - Text - Text Color": "1 0.1 0.1 0.98",
      "Remove - GUI - Remove - Text - Text Size": 16,
      "Remove - GUI - Timeleft - Box - Background Color": "0.1 0.1 0.1 0.98",
      "Remove - GUI - Timeleft - Box - Max Anchor (in Main Box)": "1 1",
      "Remove - GUI - Timeleft - Box - Min Anchor (in Main Box)": "0.55 0.9",
      "Remove - GUI - Timeleft - Text - Max Anchor (in Timeleft Box)": "0.9 1",
      "Remove - GUI - Timeleft - Text - Min Anchor (in Timeleft Box)": "0 0",
      "Remove - GUI - Timeleft - Text - Text Color": "1 1 1 0.98",
      "Remove - GUI - Timeleft - Text - Text Size": 16,
      "Remove - Normal - Allowed Entities": {
        "Armored Door": true,
        "Armored Double Door": true,
        "Auto Turret": true,
        "Barbed Wooden Barricade": true,
        "Barbeque": true,
        "Bed": true,
        "Camp Fire": true,
        "Ceiling Light": true,
        "Chainlink Fence": true,
        "Chainlink Fence Gate": true,
        "Chair": true,
        "Code Lock": true,
        "Concrete Barricade": true,
        "Corn Clone": true,
        "Door Closer": true,
        "Doorway": true,
        "Double Sign Post": true,
        "Drop Box": true,
        "Flame Turret": true,
        "Floor": true,
        "Floor Frame": true,
        "Floor grill": true,
        "Floor Triangle": true,
        "Foundation": true,
        "Foundation Steps": true,
        "Fridge": true,
        "Furnace": true,
        "Garage Door": true,
        "Hemp Clone": true,
        "High External Stone Gate": true,
        "High External Stone Wall": true,
        "High External Wooden Gate": true,
        "High External Wooden Wall": true,
        "Huge Wooden Sign": true,
        "Jack O Lantern Angry": true,
        "Jack O Lantern Happy": true,
        "Key Lock": true,
        "Ladder Hatch": true,
        "Land Mine": true,
        "Landscape Picture Frame": true,
        "Lantern": true,
        "Large Banner Hanging": true,
        "Large Banner on pole": true,
        "Large Furnace": true,
        "Large Planter Box": true,
        "Large Water Catcher": true,
        "Large Wood Box": true,
        "Large Wooden Sign": true,
        "Locker": true,
        "Low Wall": true,
        "Mail Box": true,
        "Metal": true,
        "Metal Barricade": true,
        "Metal horizontal embrasure": true,
        "Metal Shop Front": true,
        "Metal Vertical embrasure": true,
        "Metal Window Bars": true,
        "Mining Quarry": true,
        "Netting": true,
        "One Sided Town Sign Post": true,
        "Pillar": true,
        "Pookie Bear": true,
        "Portrait Picture Frame": true,
        "Prison Cell Gate": true,
        "Prison Cell Wall": true,
        "Pump Jack": true,
        "Pumpkin Plant Clone": true,
        "Reactive Target": true,
        "Reinforced Glass Window": true,
        "Reinforced Window Bars": true,
        "Repair Bench": true,
        "Research Table": true,
        "Roof": true,
        "Rug": true,
        "Rug Bear Skin": true,
        "Salvaged Shelves": true,
        "Sandbag Barricade": true,
        "Scarecrow": true,
        "Search Light": true,
        "Sheet Metal Door": true,
        "Sheet Metal Double Door": true,
        "Shop Front": true,
        "Shotgun Trap": true,
        "Single Sign Post": true,
        "Skull Fire Pit": true,
        "Sleeping Bag": true,
        "Small Oil Refinery": true,
        "Small Planter Box": true,
        "Small Stash": true,
        "Small Stocking": true,
        "Small Water Catcher": true,
        "Small Wooden Sign": true,
        "Snap Trap": true,
        "Spinning wheel": true,
        "Stairs L Shape": true,
        "Stone": true,
        "Stone Barricade": true,
        "SUPER Stocking": true,
        "Survival Fish Trap": true,
        "Table": true,
        "Tall Picture Frame": true,
        "Tool Cupboard": true,
        "TopTier": true,
        "Triangle Foundation": true,
        "Tuna Can Lamp": true,
        "Twigs": true,
        "Two Sided Hanging Sign": true,
        "Two Sided Ornate Hanging Sign": true,
        "Two Sided Town Sign Post": true,
        "U Shaped Stairs": true,
        "Vending Machine": true,
        "Wall": true,
        "Wall Frame": true,
        "Water Barrel": true,
        "Water Purifier": true,
        "Wind Turbine": true,
        "Window": true,
        "Wood": true,
        "Wood Double Door": true,
        "Wood Shutters": true,
        "Wood Storage Box": true,
        "Wooden Barricade": true,
        "Wooden Door": true,
        "Wooden Floor Spikes": true,
        "Wooden Ladder": true,
        "Wooden Sign": true,
        "Wooden Window Bars": true,
        "Work Bench Level 1": true,
        "Work Bench Level 2": true,
        "Work Bench Level 3": true,
        "XL Picture Frame": true,
        "XXL Picture Frame": true
      },
      "Remove - Normal - Drop items from StorageContainer": false,
      "Remove - Normal - Enable remove of not empty storages": true,
      "Remove - Normal - Price": {
        "Armored Door": {
          "metal fragments": 10,
          "wood": 75
        },
        "Armored Double Door": {
          "metal fragments": 10,
          "wood": 75
        },
        "Auto Turret": {
          "metal fragments": 10,
          "wood": 75
        },
        "Barbed Wooden Barricade": {
          "metal fragments": 10,
          "wood": 75
        },
        "Barbeque": {
          "metal fragments": 10,
          "wood": 75
        },
        "Bed": {
          "metal fragments": 10,
          "wood": 75
        },
        "Camp Fire": {
          "metal fragments": 10,
          "wood": 75
        },
        "Ceiling Light": {
          "metal fragments": 10,
          "wood": 75
        },
        "Chainlink Fence": {
          "metal fragments": 10,
          "wood": 75
        },
        "Chainlink Fence Gate": {
          "metal fragments": 10,
          "wood": 75
        },
        "Chair": {
          "metal fragments": 10,
          "wood": 75
        },
        "Code Lock": {
          "metal fragments": 10,
          "wood": 75
        },
        "Concrete Barricade": {
          "metal fragments": 10,
          "wood": 75
        },
        "Corn Clone": {
          "metal fragments": 10,
          "wood": 75
        },
        "Door Closer": {
          "metal fragments": 10,
          "wood": 75
        },
        "Double Sign Post": {
          "metal fragments": 10,
          "wood": 75
        },
        "Drop Box": {
          "metal fragments": 10,
          "wood": 75
        },
        "Flame Turret": {
          "metal fragments": 10,
          "wood": 75
        },
        "Floor grill": {
          "metal fragments": 10,
          "wood": 75
        },
        "Fridge": {
          "metal fragments": 10,
          "wood": 75
        },
        "Furnace": {
          "metal fragments": 10,
          "wood": 75
        },
        "Garage Door": {
          "metal fragments": 10,
          "wood": 75
        },
        "Hemp Clone": {
          "metal fragments": 10,
          "wood": 75
        },
        "High External Stone Gate": {
          "metal fragments": 10,
          "wood": 75
        },
        "High External Stone Wall": {
          "metal fragments": 10,
          "wood": 75
        },
        "High External Wooden Gate": {
          "metal fragments": 10,
          "wood": 75
        },
        "High External Wooden Wall": {
          "metal fragments": 10,
          "wood": 75
        },
        "Huge Wooden Sign": {
          "metal fragments": 10,
          "wood": 75
        },
        "Jack O Lantern Angry": {
          "metal fragments": 10,
          "wood": 75
        },
        "Jack O Lantern Happy": {
          "metal fragments": 10,
          "wood": 75
        },
        "Key Lock": {
          "metal fragments": 10,
          "wood": 75
        },
        "Ladder Hatch": {
          "metal fragments": 10,
          "wood": 75
        },
        "Land Mine": {
          "metal fragments": 10,
          "wood": 75
        },
        "Landscape Picture Frame": {
          "metal fragments": 10,
          "wood": 75
        },
        "Lantern": {
          "metal fragments": 10,
          "wood": 75
        },
        "Large Banner Hanging": {
          "metal fragments": 10,
          "wood": 75
        },
        "Large Banner on pole": {
          "metal fragments": 10,
          "wood": 75
        },
        "Large Furnace": {
          "metal fragments": 10,
          "wood": 75
        },
        "Large Planter Box": {
          "metal fragments": 10,
          "wood": 75
        },
        "Large Water Catcher": {
          "metal fragments": 10,
          "wood": 75
        },
        "Large Wood Box": {
          "metal fragments": 10,
          "wood": 75
        },
        "Large Wooden Sign": {
          "metal fragments": 10,
          "wood": 75
        },
        "Locker": {
          "metal fragments": 10,
          "wood": 75
        },
        "Mail Box": {
          "metal fragments": 10,
          "wood": 75
        },
        "Metal": {
          "metal fragments": 75
        },
        "Metal Barricade": {
          "metal fragments": 10,
          "wood": 75
        },
        "Metal horizontal embrasure": {
          "metal fragments": 10,
          "wood": 75
        },
        "Metal Shop Front": {
          "metal fragments": 10,
          "wood": 75
        },
        "Metal Vertical embrasure": {
          "metal fragments": 10,
          "wood": 75
        },
        "Metal Window Bars": {
          "metal fragments": 10,
          "wood": 75
        },
        "Mining Quarry": {
          "metal fragments": 10,
          "wood": 75
        },
        "Netting": {
          "metal fragments": 10,
          "wood": 75
        },
        "One Sided Town Sign Post": {
          "metal fragments": 10,
          "wood": 75
        },
        "Pookie Bear": {
          "metal fragments": 10,
          "wood": 75
        },
        "Portrait Picture Frame": {
          "metal fragments": 10,
          "wood": 75
        },
        "Prison Cell Gate": {
          "metal fragments": 10,
          "wood": 75
        },
        "Prison Cell Wall": {
          "metal fragments": 10,
          "wood": 75
        },
        "Pump Jack": {
          "metal fragments": 10,
          "wood": 75
        },
        "Pumpkin Plant Clone": {
          "metal fragments": 10,
          "wood": 75
        },
        "Reactive Target": {
          "metal fragments": 10,
          "wood": 75
        },
        "Reinforced Glass Window": {
          "metal fragments": 10,
          "wood": 75
        },
        "Reinforced Window Bars": {
          "metal fragments": 10,
          "wood": 75
        },
        "Repair Bench": {
          "metal fragments": 10,
          "wood": 75
        },
        "Research Table": {
          "metal fragments": 10,
          "wood": 75
        },
        "Rug": {
          "metal fragments": 10,
          "wood": 75
        },
        "Rug Bear Skin": {
          "metal fragments": 10,
          "wood": 75
        },
        "Salvaged Shelves": {
          "metal fragments": 10,
          "wood": 75
        },
        "Sandbag Barricade": {
          "metal fragments": 10,
          "wood": 75
        },
        "Scarecrow": {
          "metal fragments": 10,
          "wood": 75
        },
        "Search Light": {
          "metal fragments": 10,
          "wood": 75
        },
        "Sheet Metal Door": {
          "metal fragments": 10,
          "wood": 75
        },
        "Sheet Metal Double Door": {
          "metal fragments": 10,
          "wood": 75
        },
        "Shop Front": {
          "metal fragments": 10,
          "wood": 75
        },
        "Shotgun Trap": {
          "metal fragments": 10,
          "wood": 75
        },
        "Single Sign Post": {
          "metal fragments": 10,
          "wood": 75
        },
        "Skull Fire Pit": {
          "metal fragments": 10,
          "wood": 75
        },
        "Sleeping Bag": {
          "metal fragments": 10,
          "wood": 75
        },
        "Small Oil Refinery": {
          "metal fragments": 10,
          "wood": 75
        },
        "Small Planter Box": {
          "metal fragments": 10,
          "wood": 75
        },
        "Small Stash": {
          "metal fragments": 10,
          "wood": 75
        },
        "Small Stocking": {
          "metal fragments": 10,
          "wood": 75
        },
        "Small Water Catcher": {
          "metal fragments": 10,
          "wood": 75
        },
        "Small Wooden Sign": {
          "metal fragments": 10,
          "wood": 75
        },
        "Snap Trap": {
          "metal fragments": 10,
          "wood": 75
        },
        "Spinning wheel": {
          "metal fragments": 10,
          "wood": 75
        },
        "Stone": {
          "stones": 50,
          "wood": 10
        },
        "Stone Barricade": {
          "metal fragments": 10,
          "wood": 75
        },
        "SUPER Stocking": {
          "metal fragments": 10,
          "wood": 75
        },
        "Survival Fish Trap": {
          "metal fragments": 10,
          "wood": 75
        },
        "Table": {
          "metal fragments": 10,
          "wood": 75
        },
        "Tall Picture Frame": {
          "metal fragments": 10,
          "wood": 75
        },
        "Tool Cupboard": {
          "metal fragments": 10,
          "wood": 75
        },
        "TopTier": {
          "high quality metal": 5
        },
        "Tuna Can Lamp": {
          "metal fragments": 10,
          "wood": 75
        },
        "Twigs": {
          "wood": 1
        },
        "Two Sided Hanging Sign": {
          "metal fragments": 10,
          "wood": 75
        },
        "Two Sided Ornate Hanging Sign": {
          "metal fragments": 10,
          "wood": 75
        },
        "Two Sided Town Sign Post": {
          "metal fragments": 10,
          "wood": 75
        },
        "Vending Machine": {
          "metal fragments": 10,
          "wood": 75
        },
        "Water Barrel": {
          "metal fragments": 10,
          "wood": 75
        },
        "Water Purifier": {
          "metal fragments": 10,
          "wood": 75
        },
        "Wind Turbine": {
          "metal fragments": 10,
          "wood": 75
        },
        "Wood": {
          "wood": 10
        },
        "Wood Double Door": {
          "metal fragments": 10,
          "wood": 75
        },
        "Wood Shutters": {
          "metal fragments": 10,
          "wood": 75
        },
        "Wood Storage Box": {
          "metal fragments": 10,
          "wood": 75
        },
        "Wooden Barricade": {
          "metal fragments": 10,
          "wood": 75
        },
        "Wooden Door": {
          "metal fragments": 10,
          "wood": 75
        },
        "Wooden Floor Spikes": {
          "metal fragments": 10,
          "wood": 75
        },
        "Wooden Ladder": {
          "metal fragments": 10,
          "wood": 75
        },
        "Wooden Sign": {
          "metal fragments": 10,
          "wood": 75
        },
        "Wooden Window Bars": {
          "metal fragments": 10,
          "wood": 75
        },
        "Work Bench Level 1": {
          "metal fragments": 10,
          "wood": 75
        },
        "Work Bench Level 2": {
          "metal fragments": 10,
          "wood": 75
        },
        "Work Bench Level 3": {
          "metal fragments": 10,
          "wood": 75
        },
        "XL Picture Frame": {
          "metal fragments": 10,
          "wood": 75
        },
        "XXL Picture Frame": {
          "metal fragments": 10,
          "wood": 75
        }
      },
      "Remove - Normal - PriceEnabled": false,
      "Remove - Normal - RaidBlocker": false,
      "Remove - Normal - RaidBlocker - By Buildings": false,
      "Remove - Normal - RaidBlocker - By Surrounding Players": false,
      "Remove - Normal - RaidBlocker - By Surrounding Players - Radius": 120,
      "Remove - Normal - RaidBlocker - Time": 300,
      "Remove - Normal - Refund": {
        "Armored Door": {
          "armored door": 1
        },
        "Armored Double Door": {
          "armored double door": 1
        },
        "Auto Turret": {
          "auto turret": 1
        },
        "Barbed Wooden Barricade": {
          "barbed wooden barricade": 1
        },
        "Barbeque": {
          "barbeque": 1
        },
        "Bed": {
          "bed": 1
        },
        "Camp Fire": {
          "camp fire": 1
        },
        "Ceiling Light": {
          "ceiling light": 1
        },
        "Chainlink Fence": {
          "chainlink fence": 1
        },
        "Chainlink Fence Gate": {
          "chainlink fence gate": 1
        },
        "Chair": {
          "chair": 1
        },
        "Christmas Lights": {
          "christmas lights": 1
        },
        "Christmas Tree": {
          "christmas tree": 1
        },
        "Code Lock": {
          "code lock": 1
        },
        "Concrete Barricade": {
          "concrete barricade": 1
        },
        "Corn Clone": {
          "corn clone": 1
        },
        "Door Closer": {
          "door closer": 1
        },
        "Double Sign Post": {
          "double sign post": 1
        },
        "Drop Box": {
          "drop box": 1
        },
        "Festive Window Garland": {
          "festive window garland": 1
        },
        "Flame Turret": {
          "flame turret": 1
        },
        "Floor grill": {
          "floor grill": 1
        },
        "Fridge": {
          "fridge": 1
        },
        "Furnace": {
          "furnace": 1
        },
        "Garage Door": {
          "garage door": 1
        },
        "Hemp Clone": {
          "hemp clone": 1
        },
        "High External Stone Gate": {
          "high external stone gate": 1
        },
        "High External Stone Wall": {
          "high external stone wall": 1
        },
        "High External Wooden Gate": {
          "high external wooden gate": 1
        },
        "High External Wooden Wall": {
          "high external wooden wall": 1
        },
        "Huge Wooden Sign": {
          "huge wooden sign": 1
        },
        "Jack O Lantern Angry": {
          "jack o lantern angry": 1
        },
        "Jack O Lantern Happy": {
          "jack o lantern happy": 1
        },
        "Key Lock": {
          "key lock": 1
        },
        "Ladder Hatch": {
          "ladder hatch": 1
        },
        "Land Mine": {
          "land mine": 1
        },
        "Landscape Picture Frame": {
          "landscape picture frame": 1
        },
        "Lantern": {
          "lantern": 1
        },
        "Large Banner Hanging": {
          "large banner hanging": 1
        },
        "Large Banner on pole": {
          "large banner on pole": 1
        },
        "Large Furnace": {
          "large furnace": 1
        },
        "Large Planter Box": {
          "large planter box": 1
        },
        "Large Water Catcher": {
          "large water catcher": 1
        },
        "Large Wood Box": {
          "large wood box": 1
        },
        "Large Wooden Sign": {
          "large wooden sign": 1
        },
        "Locker": {
          "locker": 1
        },
        "Mail Box": {
          "mail box": 1
        },
        "Metal": {
          "metal fragments": 50
        },
        "Metal Barricade": {
          "metal barricade": 1
        },
        "Metal horizontal embrasure": {
          "metal horizontal embrasure": 1
        },
        "Metal Shop Front": {
          "metal shop front": 1
        },
        "Metal Vertical embrasure": {
          "metal vertical embrasure": 1
        },
        "Metal Window Bars": {
          "metal window bars": 1
        },
        "Mining Quarry": {
          "mining quarry": 1
        },
        "Netting": {
          "netting": 1
        },
        "One Sided Town Sign Post": {
          "one sided town sign post": 1
        },
        "Pookie Bear": {
          "pookie bear": 1
        },
        "Portrait Picture Frame": {
          "portrait picture frame": 1
        },
        "Prison Cell Gate": {
          "prison cell gate": 1
        },
        "Prison Cell Wall": {
          "prison cell wall": 1
        },
        "Pump Jack": {
          "pump jack": 1
        },
        "Pumpkin Plant Clone": {
          "pumpkin plant clone": 1
        },
        "Reactive Target": {
          "reactive target": 1
        },
        "Reinforced Glass Window": {
          "reinforced glass window": 1
        },
        "Reinforced Window Bars": {
          "reinforced window bars": 1
        },
        "Repair Bench": {
          "repair bench": 1
        },
        "Research Table": {
          "research table": 1
        },
        "Rug": {
          "rug": 1
        },
        "Rug Bear Skin": {
          "rug bear skin": 1
        },
        "Salvaged Shelves": {
          "salvaged shelves": 1
        },
        "Sandbag Barricade": {
          "sandbag barricade": 1
        },
        "Scarecrow": {
          "scarecrow": 1
        },
        "Search Light": {
          "search light": 1
        },
        "Sheet Metal Door": {
          "sheet metal door": 1
        },
        "Sheet Metal Double Door": {
          "sheet metal double door": 1
        },
        "Shop Front": {
          "shop front": 1
        },
        "Shotgun Trap": {
          "shotgun trap": 1
        },
        "Single Sign Post": {
          "single sign post": 1
        },
        "Skull Fire Pit": {
          "skull fire pit": 1
        },
        "Sleeping Bag": {
          "sleeping bag": 1
        },
        "Small Oil Refinery": {
          "small oil refinery": 1
        },
        "Small Planter Box": {
          "small planter box": 1
        },
        "Small Stash": {
          "small stash": 1
        },
        "Small Stocking": {
          "small stocking": 1
        },
        "Small Water Catcher": {
          "small water catcher": 1
        },
        "Small Wooden Sign": {
          "small wooden sign": 1
        },
        "Snap Trap": {
          "snap trap": 1
        },
        "Snowman": {
          "snowman": 1
        },
        "Spinning wheel": {
          "spinning wheel": 1
        },
        "Stone": 50,
        "Stone Barricade": {
          "stone barricade": 1
        },
        "Stone Fireplace": {
          "stone fireplace": 1
        },
        "SUPER Stocking": {
          "super stocking": 1
        },
        "Survival Fish Trap": {
          "survival fish trap": 1
        },
        "Table": {
          "table": 1
        },
        "Tall Picture Frame": {
          "tall picture frame": 1
        },
        "Tool Cupboard": {
          "tool cupboard": 1
        },
        "TopTier": {
          "high quality metal": 2
        },
        "Tuna Can Lamp": {
          "tuna can lamp": 1
        },
        "Twigs": {
          "wood": 1
        },
        "Two Sided Hanging Sign": {
          "two sided hanging sign": 1
        },
        "Two Sided Ornate Hanging Sign": {
          "two sided ornate hanging sign": 1
        },
        "Two Sided Town Sign Post": {
          "two sided town sign post": 1
        },
        "Vending Machine": {
          "vending machine": 1
        },
        "Water Barrel": {
          "water barrel": 1
        },
        "Water Purifier": {
          "water purifier": 1
        },
        "Wind Turbine": {
          "wind turbine": 1
        },
        "Wood": {
          "wood": 10
        },
        "Wood Double Door": {
          "wood double door": 1
        },
        "Wood Shutters": {
          "wood shutters": 1
        },
        "Wood Storage Box": {
          "wood storage box": 1
        },
        "Wooden Barricade": {
          "wooden barricade": 1
        },
        "Wooden Door": {
          "wooden door": 1
        },
        "Wooden Floor Spikes": {
          "wooden floor spikes": 1
        },
        "Wooden Ladder": {
          "wooden ladder": 1
        },
        "Wooden Sign": {
          "wooden sign": 1
        },
        "Wooden Window Bars": {
          "wooden window bars": 1
        },
        "Work Bench Level 1": {
          "work bench level 1": 1
        },
        "Work Bench Level 2": {
          "work bench level 2": 1
        },
        "Work Bench Level 3": {
          "work bench level 3": 1
        },
        "XL Picture Frame": {
          "xl picture frame": 1
        },
        "XXL Picture Frame": {
          "xxl picture frame": 1
        }
      },
      "Remove - Normal - RefundEnabled": false,
      "Remove - Normal - Remove fractioned objects": true,
      "Remove - Normal - Remove fractioned objects - exclude BuildingBlocks": true,
      "Remove - Normal - Remove fractioned objects percentage": 90,
      "Remove - Normal - Use Building Owners (You will need Building Owners plugin)": false,
      "Remove - Normal - Use Clans": false,
      "Remove - Normal - Use Entity Owners": true,
      "Remove - Normal - Use Friends (Friends)": true,
      "Remove - Normal - Use Friends (RustIO)": false,
      "Remove - Normal - Use Tool Cupboards (strongly unrecommended)": false,
      "Remove - Time - Default": 30,
      "Remove - Time - Max": 300
    }
    Update/edit: I just got DynamicCupShare, and that plugin works perfectly with FriendsAPI.
     
    Last edited by a moderator: Dec 22, 2017
  12. Im an idiot. I updated RemoverTool and it works amazingly now :D! Couldnt be happier, thanks for your work @Fujikura!
     
  13. So I have it set to not cost anything or refund anything except the item if you're removing non built structures. Today after a restart it will no longer remove wood or toptier but it still removes stone and metal. Anyone else having this issue?
     
  14. The plugin does and can not differ on remove by the tier. The tier is only used to calculate the refund, when refund is used.
     
  15. Fuji, i dont think its working as intended. I was on a server last night , i took over a base and destroyed the TC and put up my own. I then tried to set a home and it said that I had to be friends with someone that built this foundation or some bs. SO i then activated remover and tried to remove a foundation. I got the message that I had to have building prev ( which i did have ) "OR " ( and it does say "OR "not "and ") I needed to be friends with the owner or the foundation or something like that. IF i have building prev i should be able to remove a foundation. I know some dont like the idea that a player can /remove their base after a player has a TC, but thats how it goes.......like it or not lol......... please fix sir? and Merry Funking Xmas!!

    oh and I was trying to remove metal , stone and top. NONE worked
     
  16. Nothing to fix, it depends simply on their options they used on this server.
    Cannot confirm, all working fine.
     
  17. humm ill try it again.........on my server. BUT can u confirm what the settings need to be, in order to allow removal of a BB if you have TC but did not build the BB?
     
  18. Code:
      "Remove - Normal - Use Entity Owners": false,
      "Remove - Normal - Use Tool Cupboards (strongly unrecommended)": true,
     
  19. AHHHHHHHHHHHHHHH !!! I had tool cupboards set to False!! ty ty ty

    why is it not recommended to use that?
     
  20. Exactly of that "feature" you want to make use of: base-takeover ;)