WipeRaidTimer

v2.0.0 Oxide Rust Free Download

Protect cupboard-covered buildings and player deployables from unauthorized raid damage for a configurable period after each wipe. Authorized builders keep normal access while weapons, vehicles, players, NPCs, resources, and decay continue to behave normally.

WipeRaidTimer - Protect cupboard-covered buildings and player deployables from unauthorized raid damage for a configurable period after each wipe.

WipeRaidTimer

v2.0.0 Oxide Rust

Protect cupboard-covered buildings and player deployables from unauthorized raid damage for a configurable period after each wipe. Authorized builders keep normal access while weapons, vehicles, players, NPCs, resources, and decay continue to behave normally.

Free Rust plugin

Download the plugin source directly, review the configuration example, then install it in your Oxide/uMod plugins folder.

Free Download
482 views
311 downloads

Features

  • Cupboard-scoped protection for building blocks, doors, locks, cupboards, and player deployables
  • Automatic wipe timer based on the current save creation time
  • Cupboard owners and authorized players retain normal damage access
  • Admin and wiperaidtimer.bypass exceptions
  • Configurable base qualification to avoid protecting trivial structures
  • Target-side damage shield without blocking weapons, ammunition, vehicles, MLRS, or attack helicopters
  • No inventory polling or entity-wide scans; the damage hook runs only while protection is active
  • Status bar, localized blocked-hit message, and rate-limited attacker notifications

Installation

  1. Download WipeRaidTimer.cs.
  2. Copy it to oxide/plugins/.
  3. Wait for Oxide/uMod to compile and load it, or run oxide.reload WipeRaidTimer.
  4. Edit oxide/config/WipeRaidTimer.json, then reload the plugin.

Upgrading from 1.x

Back up the existing configuration before replacing the plugin. Version 2.0 keeps Block Time After Wipe (seconds), but removes the legacy blocked-item, attack-helicopter, MLRS, and drone settings when it rewrites the configuration. The 2.x release protects eligible targets instead of restricting raid items or vehicles.

Configuration

The default protection period is 86,400 seconds (24 hours) from the current save creation time. A protected base must have a tool cupboard, at least two non-twig foundations, and one door. Cupboard owners, authorized players, admins, and bypass users can still damage protected property.

{
  "Block Time After Wipe (seconds)": 86400,
  "Protection": {
    "Protect Building Blocks": true,
    "Protect Twig Building Blocks": false,
    "Protect Doors": true,
    "Protect Player Deployables": true,
    "Require Deployable Owner Authorization": true,
    "Allow Cupboard Authorized Damage": true,
    "Allow Cupboard Owner Damage": true,
    "Allow Admin Bypass": true,
    "Block Unattributed Damage": true,
    "Allow Decay Damage": true,
    "Privilege Lookup Cache Seconds": 2.0
  },
  "Base Qualification": {
    "Minimum Non-Twig Foundations": 2,
    "Minimum Doors": 1,
    "Cache Seconds": 5.0
  },
  "Blocked Hit Notifications": {
    "Notify Blocked Attacker": true,
    "Cooldown Seconds": 5.0
  },
  "Status Bar": {
    "Enabled": true,
    "Refresh Interval Seconds": 10.0
  },
  "Debug Logging": false
}

Property outside cupboard coverage is not protected. Pure decay damage is allowed by default. Players, NPCs, resources, and vehicles are never protected targets.

Permissions

Permission Description
wiperaidtimer.bypass Allows a player to bypass wipe raid protection. Server admins also bypass by default.

Plugin Information

Version 2.0.0
Platform Oxide
Game Rust
License Free