EggExtra
Allows eggs to be used as **fish trap bait** and **compost**, with optional automatic chicken hatching and a fun KFC feature.
# EggExtra
Allows eggs to be used as fish trap bait and compost, with optional automatic chicken hatching and a fun KFC feature.
Features
* 🥚 Eggs as Fish Trap Bait
* Eggs can be placed into fish traps as bait.
* Configurable bait value.
* Configurable maximum egg stack used per trap attempt.
* 🌱 Egg Composting
* Eggs can be composted.
* Configurable fertilizer produced per egg.
* 🐔 Automatic Hatching
* Automatically hatches eggs in chicken coops while below the maximum chicken count.
* Optionally hatches a replacement egg when a chicken dies.
* 🍗 KFC Mode
* Players with the required permission can attach a Gun Trap to a chicken coop.
* The trap automatically fires at chickens spawned by the coop.
* Use /KFC while looking at a chicken coop.
* Requires a Gun Trap in your inventory.
Permissions
eggextra.kfc
Players with this permission can use the /KFC command.
Commands
/KFC
While looking at a chicken coop, consumes one Gun Trap from your inventory and attaches it to the coop.
Configuration
{
"BaitValue (Higher Value = Better Loot From Fish Traps)": 1.0,
"MaxBaitStack (How Many To Use Per Fish Trap Attempt)": 1,
"TotalFertilizerProduced (How Much Fertilizer Per Egg)": 0.5,
"Try Auto Hatch Until Max Chickens": true,
"Try To Auto Hatch Eggs In Chicken Coop On Chicken Death": true
}
Configuration Options
| Option | Description |
| ------------------------- | --------------------------------------------------------------------------- |
| BaitValue | Higher values provide better loot from fish traps. |
| MaxBaitStack | Maximum number of eggs used per fish trap attempt. |
| TotalFertilizerProduced | Amount of fertilizer produced per egg. |
| AutoHatch | Automatically hatch eggs while the coop is below its maximum chicken count. |
| DeathHatch | Automatically hatch an egg when a chicken dies to replace it. |
Notes
EggExtra modifies the game's egg item properties so eggs gain bait and compost functionality while the plugin is loaded. Changes are reverted when the plugin is unloaded.
