- Works With
In vanilla Rust, when a player demolishes a structure, all materials used for construction and upgrades are permanently lost. This can be frustrating when players want to relocate their base, redesign rooms, or fix building mistakes. Build Refund addresses this by returning a configurable percentage of materials used for upgrades when structures are demolished, making the building economy more forgiving while maintaining server balance through the refund percentage setting.
Potential Conflicts
If you're using the No Gibs plugin, this plugin won't work correctly unlessDisable Debris Spawn For Demolished Structures is set to false in No Gibs' settings.Recommended Plugins
- Extended Demolish -- Lets you change how long players can demolish their own structures.
Permissions
buildrefund.use-- Allows players to receive refunds when demolishing structures.
Configuration
JSON:
{
"Version": "1.2.0",
"Refund Percentage": 100,
"Use Game Tip Notifications": false,
"Block Refund During Raid Block (Better No Escape)": false
}
Refund Percentage-- Controls what percentage of upgrade costs are returned to the player when demolishing a structure.100= full refund of upgrade costs50= half of upgrade costs returned0= no refund (vanilla Rust behavior)
Use Game Tip Notifications-- When true, refund information displays as a blue in-game toast notification (small popup). When false, refund information is sent as a regular chat message.Block Refund During Raid Block-- Requires the Better No Escape plugin to be installed and loaded. When true, players cannot receive refunds while raid-blocked, preventing exploitation during active raids.
Localization
JSON:
{
"Refund.Summary": "Demolished {0} ({1}). Refunded:\n{2}",
"Refund.Blocked": "No refund while raid-blocked."
}
