About TurretStock
Smart turret supply and defense management for Rust bases.
- Overview
TurretStock is a lightweight automation plugin that lets players manage base defenses through one linked storage box per building. Each linked box works only for its own building, which keeps every base isolated and avoids cross-base interference.
The plugin is built for clean gameplay and stable performance. Players get simple control over turret supply and defense behavior without unnecessary UI clutter or complicated setup.
- How It Works
Each building can be linked to a single storage box.
That box becomes the supply and control point for defenses in that building only.
Players with access can open the linked box, use the built-in control UI, choose ammo or weapon behavior, and collect supported items back into the box when needed.
- Supported Defenses
- Auto Turrets
- SAM Sites
- Shotgun Traps
- Flame Turrets
- Key Features
- One linked storage box per building
- Independent building-based defense management
- Automatic supply support for weapons, ammo, rockets, shells, and fuel
- Smart ammo and weapon selection with automatic fallback handling
- Optional turret power behavior for servers that want powered or non-powered turrets
- UI that only shows buttons the player is allowed to use
- Separate permissions for each control button
- Designed for clean server setups and high player counts
- Commands
/ts link - Link a storage box to the current building /ts unlink - Unlink the storage box from the current building
Permissions
turretstock.use - Basic plugin access turretstock.admin - Full administrative access turretstock.collectammo - Use the collect ammo control turretstock.collectweapons - Use the collect weapons control turretstock.setammo - Open and change ammo selection turretstock.setweapon - Open and change weapon selection turretstock.supply - Toggle defense supply turretstock.turrets - Toggle turret-related defenses turretstock.sam - Toggle SAM site supply
Example Config:
{ "General": { "LinkDistance": 3.0 }, "Power": { "TurretsWorkWithoutElectricity (true = ignore power)": true }, "Behavior": { "DefenseRefillMode (Slow | Normal | Fast)": "Normal" }, "Limits": { "AutoTurretAmmo": 128, "SamSiteRockets": 12, "ShotgunTrapShells": 24, "FlameTurretFuel": 200 } }

