This plugin extends the demolish window in Rust so players have more time to remove what they've built. You can set custom durations for each permission group, making it perfect for VIP perks or creative servers.
Note: This only applies to newly placed building blocks, it doesn't affect structures that were already built before the plugin was installed.
Players with a matching permission will get the demolish time set for that key. If a player has multiple permissions, the first match in the config is used.
Note: This only applies to newly placed building blocks, it doesn't affect structures that were already built before the plugin was installed.
Recommended Plugins
- Build Refund - Demolishing structures returns some of the original cost.
Permissions
Permissions are automatically generated from the keys in theDemolish Times
config. For example, a key like vip
creates the permission extendeddemolish.vip
.Players with a matching permission will get the demolish time set for that key. If a player has multiple permissions, the first match in the config is used.
Configuration
JSON:
{
"Demolish Times": {
"default": 600,
"vip": 1200
}
}
Demolish Times
- A list of permission suffixes and their assigned demolish durations (in seconds). Each entry generates a permission likeextendeddemolish.<suffix>
. The plugin checks which permission the player has and applies the matching demolish time.