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. how do i change it to use RUSTIO instead of friendsapi?
     
  2. The inability to remove deployables when not using "Use ToolCupboards" has been fixed, along with some other fixes and tweaks. R-Remover Tool | Page 79 | Oxide
    [DOUBLEPOST=1460035405][/DOUBLEPOST]
    Use the current official version
     
  3. hello, first sorry for my english :)

    how to disable for all players all the time ?

    and give the rights to a player during a precise time

    Thanks :)
     
  4. ahhh...many Thx..i did lean to much on the updater plugin, but it seems not to work with R-Remover..so i did not notice the updates.
    Muchas gracias.
     
  5. Anyone know how to remove cost when removing?
     
  6. In the config
    Code:
    "Remove - Pay": true,
     
  7. not working i tried CheckCfg<Dictionary<string, object>>("Remove - Pay - true", ref payForRemove);
     
  8. Please, can you help me ?
    how to disable for all players all the time ?

    and give the rights to a player during a precise time
     
  9. is there a way so the players can only remove what they've built so people cant use it to raid a base by /removing everything?
     
  10. Edit the config, not the plugin

    Read the overview, it's explained there.

    If using my latest version (R-Remover Tool | Page 79 | Oxide), set your config like this:
    Code:
      "Remove - Access - Require Block Ownership": true,
      "Remove - Access - Use Friends & Require Ownership (Require Block Ownership must be true)": false,
      "Remove - Access - Use ToolCupboards": false,
     
  11. i tried it and it says this in the console
    [Oxide] 19:34 [Error] RemoverTool.cs(196,64): error CS1525: Unexpected symbol `:', expecting `)' or `,'
     
  12. Hi i've played on a few servers that use your remove tool plugin but for some reason when i try to remove something it does not work for me; I have had nearly 10 admin from the servers try to help me resolve the problem,i.e. redownload rust, reset binding keys etc but nothing has resolved the problem. Would appreciate if you could assist me in the issue.
     
  13. How to change box position?
    Help, please :(
     
  14. Which version are you using? There's so many floating around now. If one of mine, try deleting your config and generating a new one...

    What happens? What does it say? What version? What are you typing? What are you trying to remove?

    I've never messed with trying to move the gui, but there are 2 lines in the config you could toy with, or look at the gui code in the plugin. These are the config lines:
    Code:
    "GUI - Position - X Min": "0.1",
    "GUI - Position - Y Min": "0.65",
     
  15. Thank you, but its working only with server restart, "reload RemoverTool" not working ;D
    How to change size of this box? thank You
     
  16. What happens? What does it say? What version? What are you typing? What are you trying to remove?


    I type /remove the timer comes up and when i hover over the item with empty hands it gives the requirements of what i need but when i click to remove it does not remove the item, i get no error messages or anything it just does not work for me. I am trying to remove items that i built, i.e. floors, walls, pillars etc. As for the version its the newest i believe ill have to ask the admin his oxide name and add him to the chat to verify that and what im saying.
     
  17. Can be put to mode only for admins ? I read the overiew but i don't understand, i don't speak english :/ Please
     
  18. Hello, how can i set remove.allow always to false, even if the server restarts? i tried to revoke the permission wich didnt seems to effect normal players. I now set the distance to "0" wich caused that player cant remove something cause they arent close enough.
     
  19. Change this line in the plugin:
    Code:
    bool overrideDisabled = false;
    To:
    Code:
    bool overrideDisabled = true;
    That should do it, but I've not tested it. It's line 893 in my latest version, or just search for "bool overrideDisabled"
     
    Last edited by a moderator: Apr 12, 2016
  20. Nobody ? Remove just for admin ? :/