Bee Keeper
Command bees with deadly precision. Swarm players, harvest honeycombs, create bee grenades, or establish a hive—this is bee warfare. Okay, it's not THAT intense, but it's a fun little utility! See YouTube video below.
Carbon Aliases Oxide Extension is a tool designed to seamlessly integrate plugins originally developed for the Carbon Engine into Oxide server environments. This extension facilitates the cross-platform compatibility of plugins, allowing them to be used on both Carbon and Oxide servers with ease.
Spawn bee swarms to attack players
Convert swarms into honeycombs or permanent beehives
Create bee grenades (Bee Bombs)
Customizable swarm counts and cooldowns
Permission-based access control
Smart placement with monument/building checks
Pagination for player UI
Admin tools: kill all swarms, bypass cooldowns
Color-coded and responsive UI
Safe spawning logic with cleanup
/beekeeper or /bk – Opens the BeeKeeper UI
Permissions
beekeeper.use – Allows use of BeeKeeper features
beekeeper.admin – Grants admin controls and UI access
beekeeper.bypasscooldown – Skips cooldown restrictions
Menu System
Bee Swarms – Auto-target, persistently follow enemies, configurable count/lifetime
BeesWax – Converts swarms into honeycombs. Radius and behavior configurable
BeeHives – Permanent deployables with auto-nucleus. Intelligent ground detection
Bee Bombs – Creates throwable bee grenades. Drops if inventory is full
Admin Panel – Kill all bees, kill per player, bypass restrictions, etc.
UI – Dynamic, paginated player menu with buttons for all swarm actions
Safety – Monument + building privilege detection, entity cleanup, item overflow protection
Caveats and Disclaimers
Avoid using high bee swarm count to prevent server and or client lag. Default is 5 swarms per spawn. Tweak at your own risk.
Default Configuration
JSON:
{
"Display Settings": {
"DisplayAdminsInList": true,
"AllowSelfTargeting": true,
"PlayersPerPage": 10,
"DefaultSwarmCount": 5,
"LogConfigOnLoad": true
},
"Bee Settings": {
"MaxSwarmsPerSpawn": 10,
"BeeLifetime": 300.0,
"BeeKillRadius": 15.0,
"BeesWaxRadius": 15.0,
"HoneycombAmount": 4,
"AllowBeesWaxWithoutSwarms": true,
"AllowBeeBombWithoutSwarms": true
},
"Cooldowns": {
"SwarmCooldown": 30.0,
"KillCooldown": 5.0,
"BeesWaxCooldown": 60.0,
"BeeBombCooldown": 60.0,
"AdminsBypassCooldown": true
},
"UI Colors": {
"TitleColor": "1 1 1 1",
"AdminLabelColor": "1 0.5 0 1",
"SwarmButtonColor": "0.7 0.5 0.1 0.9",
"KillButtonColor": "0.8 0.2 0.2 0.9",
"BeesWaxButtonColor": "0.2 0.8 0.8 0.9",
"BeeBombButtonColor": "0.8 0.2 0.8 0.9",
"BackgroundColor": "0 0 0 0.9",
"CloseButtonColor": "0.7 0.2 0.2 0.9",
"TextColor": "1 1 1 1",
"NavigationButtonColor": "0.7 0.2 0.2 0.9",
"SwarmCountButtonColor": "0.2 0.7 0.2 0.9"
},
"Commands": [
"beekeeper",
"bk"
]
}
Default Language
JSON:
{
"Prefix": "<color=#FFA500>[Bee Keeper]</color>",
"NoPermission": "You don't have permission to use this command.",
"PlayerNotFound": "Player '{0}' not found.",
"PlayerUnavailable": "Player '{0}' cannot be targeted right now.",
"InvalidCommand": "Invalid command usage.",
"InvalidPlayerId": "Invalid player ID.",
"CommandSpawned": "Spawned {0} bee swarms to attack {1}",
"CommandKilledAll": "Killed {0} bee swarms on the server",
"CommandKilledNearby": "Killed {0} bee swarms near {1}",
"UITitle": "Bee Keeper Menu",
"UISwarmCount": "Swarm Count: {0}",
"UIPageIndicator": "Page {0} of {1}",
"UIPrevious": "Previous",
"UINext": "Next",
"UISwarmButton": "Swarm",
"UIKillBeesButton": "Kill Bees",
"UICloseButton": "X",
"UIKillAllButton": "Kill All Bees",
"UIAdminSection": "Admin Permissions Enabled!",
"UIBeesWaxButton": "BeesWax",
"UIBeeHiveButton": "BeeHive",
"UIIncreaseButton": "+",
"UIDecreaseButton": "-",
"PlayerAdmin": " [Admin]",
"PlayerYou": " [You]",
"OnCooldown": "You must wait {0} seconds before using this again",
"SelfTargetDisabled": "Targeting yourself is disabled",
"OnBeesWaxCooldown": "You must wait {0} seconds before using BeesWax again.",
"BeesWaxLocationNotFound": "Couldn't find a suitable place nearby for the BeeHive effect."
}
Have Questions / Need Help?
Copyright © 2025 Lincoln
This plugin, Bee Keeper, is the intellectual property of Lincoln. The plugin may not be copied, modified, merged, published, or redistributed without the explicit permission of the creator, Lincoln.
Permission is granted solely for personal use on a Rust server that you own or manage. Commercial use, sharing with third parties, or distribution on multiple servers is strictly prohibited without prior consent from the creator.
Disclaimer of Warranty and Liability:
This plugin is provided "as is" without any express or implied warranties. The creator disclaims any liability for damages, including but not limited to server malfunctions, data loss, or other issues arising from the use of this software. Use of the plugin is at your own risk.