R-Remover-Tool

Building and entity removal tool

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

5/5, 105 likes
  1. Reneb,

    "{0} {1} now has remover tool activated for {2} seconds ({3})": "{0} {1} now has remover tool activated for {2} seconds ({3})"
    "You don't have access to this command.": "You don't have access to this command.",
    "Couldn't use the RemoverTool: You don't have enough resources.": "Couldn't use the RemoverTool: You don't have enough resources.",
    "RemoverTool from your target has been deactivated.": "RemoverTool from your target has been deactivated.",
    "Couldn't use the RemoverTool: Admin has restricted this entity from being removed.": "Couldn't use the RemoverTool: Admin has restricted this entity from being removed.",
    "Couldn't use the RemoverTool: An external plugin blocked the usage": "Couldn't use the RemoverTool: An external plugin blocked the usage",
    "Couldn't use the RemoverTool: No valid entity targeted": "Couldn't use the RemoverTool: No valid entity targeted",
    "Couldn't use the RemoverTool: Paying system crashed! Contact an administrator with the time and date to help him understand what happened.": "Couldn't use the RemoverTool: Paying system crashed! Contact an administrator with the time and date to help him understand what happened.",
    "Couldn't use the RemoverTool: No valid entity targeted, or entity is too far.": "Couldn't use the RemoverTool: No valid entity targeted, or entity is too far.",

    all this does not work, edit does nothing..
     
  2. Reneb updated R-Remover Tool with a new update entry:

    4.0.2

     
  3. Reneb updated R-Remover Tool with a new update entry:

    4.0.2

     
  4. Please add also ServerRewards support :)
     
  5. How would I go about changing the colors on UI?

    What kind of color code is that?
     
  6. I am having trouble with my admins using "remove admin". I can use it (being the owner) but they can't. Shouldn't this be default if you have admin status?
     
  7. admin-group in oxide is NOT equal to the owners group, which is a serverusers group.
    You probably need to add the permissions:

    Code:
      "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",
     
  8. Hmmm no? If you want to play and be a normal player?
     
  9. When removing tool is active and i'm trying to build something, it will immediately remove it.
    Can you revert old plugin behavior? If you have something in your hands, remove is disabled.
     
    Last edited by a moderator: Aug 6, 2016
  10. Would it be possible to add a broadcast to chat feature when using admin remove features please. Perhaps with the AdminMenu plugin AdminMenu for Rust | Oxide
    We are tring to make it so every admin commend from AdminMenu is broadcast to chat.
    Thanks
     
  11. No, this is only for the moderators I have on my server. They cannot use /remove admin.

    I am the "admin" and it works fine, but they are "moderators", so is there a special permission for moderators?
    [DOUBLEPOST=1470512102][/DOUBLEPOST]
    I'll try this, Thanks!
    [DOUBLEPOST=1470512253][/DOUBLEPOST]
    Those lines are already in the script
    [DOUBLEPOST=1470513064][/DOUBLEPOST]One more question - I am trying to turn off the cost of resources & XP for removing. I have tried using this live - "Remove - Normal - Price": {}, but it still requires resources.
     
  12. Remove ONLY whats between the brackets {}, not the complete line...then you've got exact what you want: FREE :p
     
  13. for some reason

    "Remove - Pay - XP": false,

    is not working, some of my players are getting upset that they loose XP and levels when they remove parts of their building...

    help? :)
     
  14. that's from the old config. It doesn't exist anymore. You need to reset your configs
     
  15. Where do i deactivate the pay function in the new config ? i cant find it ._.
     
  16. in the overview
     
  17. how do i remove the paying system when you /remove?
     
  18. in the overview
     
  19. i cant find it on removertool.json all i see is "Remove - GUI - Refund": true, and thats not it
     
  20. Price/Refund Configuration:

    Deactivation
    Default shows how to set price / refunds.
    To remove price / refund by items just do something like:
    Code (Text):
    "Barbed Wooden Barricade": {},
    To remove all prices/refund just do:
    Code (Text):
    "Remove - Normal - Price": {},