Skip to content

How to setup Remover Tool

Updated June 14, 2026
Rust
How to Setup Remover Tool | GameServerKings KB

How to Setup Remover Tool

Remover Tool lets players delete their own misplaced building blocks and deployables, optionally with a partial resource refund. It is one of the biggest quality-of-life plugins on any modded server, because in vanilla Rust a misplaced wall is permanent until it decays or gets demolished within the short hammer window.

This guide assumes Oxide is installed. If not, start with How to Install Oxide.

Step 1: Install the Plugin

  1. Download RemoverTool.cs from umod.org/plugins/remover-tool.
  2. In the GSK panel File Manager, upload it to oxide/plugins/.
  3. Watch the Console for the loaded confirmation.

Step 2: Grant Permissions

Remover Tool does nothing until you grant access. The two nodes that matter:

PermissionWho gets itWhat it allows
removertool.normalPlayersRemove your own entities with /remove
removertool.targetStaff onlyRemove other players' entities remotely

Grant player access to everyone:

Console
oxide.grant group default removertool.normal

Grant the staff node only to your admin group:

Console
oxide.grant group admin removertool.target

Never give removertool.target to regular players. It allows deleting anyone's base.

Step 3: How Players Use It

  1. Type /remove in chat to enable remover mode for a time window.
  2. Hit the entity to remove. It disappears, and if refunds are enabled, a portion of its cost returns to the inventory.
  3. Type /remove again or let the timer run out to exit remover mode.

Step 4: Tune the Config

The config generates at oxide/config/RemoverTool.json on first load. Edit it in the File Manager, then reload:

Console
oxide.reload RemoverTool

The settings server owners change most:

SettingWhat it controlsSuggested value
Default remove timeHow long remover mode stays active per use30 to 60 seconds. Long timers feel sluggish and invite accidents
Refund percentageHow much of the build cost comes back50 percent on survival servers, 100 percent on build or creative servers
CooldownWait time between /remove uses0 for quality of life, higher if you want removal to feel costly
Entity restrictionsWhich entity types can be removedLeave TC and locked entities restricted unless you have a reason

Raid and Combat Safety

Removal during raids is exploitable: defenders can delete their own walls to reposition, or remove a raided door before attackers loot. Most servers pair Remover Tool with NoEscape so remover mode is blocked while raid or combat blocked. If you run NoEscape (see Popular Plugins), check that its raid block covers remove commands in your config.

Common Issues

ProblemFix
"You don't have permission"The player lacks removertool.normal. Grant it to their group
Cannot remove a specific entityThe entity type is restricted in the config, or it belongs to someone else
No refund receivedRefunds are disabled or set to 0 percent in the config
Players deleting mid-raidAdd a raid blocker like NoEscape and block remove during raid windows
Made with 💜 by GameServerKings