// plugin · v2.0.1
LoadedTurrets
Turret presets on placement
v2.0.1
plugin
turretsbase-defenseautomation
// price
$8.99
Overview
Turret presets applied automatically on placement. Per-player loadouts and smart targeting.
Features
- Auto-applies a saved turret preset when you place a new turret
- Per-player presets: weapon, ammo type, auth, power, target toggles
- In-game UI to pick weapon and ammo across multiple pages
- Auto-refills ammo and auto-authorizes the owner on placement
- Background ammo top-up timer with configurable interval
Chat commands
Type these in the in-game chat window (press T).
CommandDoesPermission
/turret
Open the turret preset UI
loadedturrets.use
Console commands
Run from the server console or RCON. Most are called by the UI — you rarely need to type them manually.
CommandDoes
turret.page
UI handler: change preset page
turret.weaponpage
UI handler: change weapon list page
turret.toggle
UI handler: toggle preset options
turret.setweapon
UI handler: select preset weapon
turret.setammo
UI handler: select preset ammo
turret.close
UI handler: close the preset panel
Permissions
Grant with oxide.grant <user|group> <permission>.
PermissionGrants
loadedturrets.use
Use the turret preset system (gated when RequirePermission is true)
Key configuration
Tune in oxide/config/LoadedTurrets.json after the plugin loads for the first time.
KeyDefaultWhat it does
RequirePermission
false
If true, only loadedturrets.use holders get presets
AmmoCheckInterval
2
Seconds between ammo top-up scans
AmmoRefillAmount
128
Ammo refilled per top-up
PrimaryColor
#4A9EFF
UI accent color
BackgroundColor
#0A0A0A
UI background color
Included with purchase
LoadedTurrets.cs— drop intooxide/plugins/orcarbon/plugins/- Lifetime updates — every future version, free
- Discord support from the Shadow Kids Studios community
- Per-server license — use on every server you run
Technical details
IDloadedturrets
Slugloadedturrets
Version2.0.1
Categoryplugin
AuthorxADROCx
Tagsturrets, base-defense, automation
// related