> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Configure the Remover Tool in Rust

> Install the Remover Tool plugin on your Rust server to let players use /remove for fixing building mistakes, demolishing structures, and recovering items.

## Managing Structures: Remover Tool

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

> The **Remover Tool** is a essential "Quality of Life" addition for modded Rust servers. It allows players to instantly dismantle their own walls and foundations using a hammer or a chat command, which is important for fixing building errors or rearranging base layouts without wasting explosives.

| Reading Time | Difficulty | Last Updated |
| :----------: | :--------: | :----------: |
|   4 minutes  |  Beginner  | January 2026 |

***

## Installation & Permissions

1. **Deployment:** Upload `RemoverTool.cs` to your `/oxide/plugins/` directory.
2. **Permissions:** No one can use the tool by default. You must grant access:
   * **Players:** `oxide.grant group default removertool.remove`
   * **Administrators:** `oxide.grant group admin removertool.target` (Allows removing any entity you look at).

***

## Anti-Griefing Security

Allowing players to instantly delete walls can be exploited during raids (e.g., removing a wall to hide loot or open a specific peek-hole).

* **Raid Block Integration:** You **MUST** install a raid-blocker plugin (like **NoEscape**).
* **Configuration:** In `RemoverTool.json`, ensure `"UseRaidBlocker": true` is set. This disables the `/remove` command the moment a player or any nearby structure is damaged by an explosion.

***

<Note>
  ### Refunds

  You can configure the tool to return a percentage of the building's cost to the player's inventory. For competitive servers, we recommend a **50% refund** to prevent players from instantly "reversing" an expensive base build for free.
</Note>

<Note>
  ### Support Channels

  If you need assistance or have any questions, please contact our support team:

  * **Live Chat:** Available on our website
  * **Website Ticket:** [Submit a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### First Month Discount

  Use code **KB20** at checkout to get **20% off** your first month of hosting!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Rust:** Structure management set.
</div>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>
