Raidable Bases Electric Protection

VAULT+ EXCLUSIVE RUST PLUGIN Raidable Bases Electric Protection 1.0.3

Upgrade or register to download
Raidable Bases Electric Protection
is a utility plugin for Rust servers using Raidable Bases.


The plugin tracks active raid base events and protects electrical or IO-related deployables inside the raid area. It can block player-caused damage to batteries, solar panels, generators, industrial entities, electrical components, fluid entities, and other configured deployables.


This helps prevent players from breaking important electrical systems inside raid bases while still allowing normal raiding gameplay. The plugin also includes an exclude list, so objects like turrets, traps, windows, shutters, embrasures, and fog machines can remain damageable if needed.


An admin command is included to inspect the prefab name of the entity you are looking at, which makes it easier to configure custom include or exclude rules.


If you download or use my resources, please leave a reaction and a comment. This helps me see that the plugin is useful and motivates me to release more resources.


Features​


  • Protects electrical and IO deployables inside active Raidable Bases.
  • Blocks player-caused damage.
  • Tracks raid start and raid end events.
  • Configurable protection radius.
  • Can protect all IO entities.
  • Configurable include list.
  • Configurable exclude list.
  • Hardcoded safety exclusions for windows, shutters, embrasures, and fog machines.
  • Admin prefab inspection command.
  • Debug mode for console logs.

Permission​



raidablebaseselectricprotection.admin


Allows non-admin staff to use the prefab inspection command.


Commands​




/rbeprefab


Shows the ShortPrefabName, entity type, and full prefab name of the entity you are looking at.
Admin or permission required.


Configuration​




{
"ProtectionRadius": 60.0,
"BlockOnlyPlayerDamage": true,
"ProtectAllIOEntities": true,
"Debug": false,
"IncludeShortPrefabContains": [
"electric",
"electrical",
"rechargable.battery",
"battery",
"solarpanel",
"windturbine",
"generator",
"industrial",
"fluid"
],
"ExcludeShortPrefabContains": [
"autoturret",
"flameturret",
"guntrap",
"sam_site",
"teslacoil",
"fogmachine",
"window.paintable",
"wall.window",
"window.bars",
"window.glass",
"shutter",
"embrasure"
]
}



Installation​


  1. Download the plugin.
  2. Place RaidableBasesElectricProtection.cs into your oxide/plugins folder.
  3. Edit the config if needed.
  4. Reload the plugin.
  • Like
Reactions: rustynailed
Author
DDSHORTS
First release
Last update

Ratings

0.00 star(s) 0 ratings

More downloads from DDSHORTS

Latest Updates

  1. All known bugs have been fixed.

    All known bugs have been fixed.
Back
Top