Key Features
Custom Egg Drops
Throw chicken eggs to spawn
random items instead of chickens. Fully customizable drops via config.yml.
⚖️
Configurable Rarity System
- Define rarity tiers (common, uncommon, rare, etc.)
- Set chance percentages and item lists for each tier
- Example:
Code (YAML):
rarities:
common:
chance
: 60
# 60% probability
items
:
- STONE
- DIRT
non_common:
chance
: 30
# 30% probability
items
:
- IRON_INGOT
- GOLD_INGOT
rare:
chance
: 10
# 10% probability
items
:
- DIAMOND
- EMERALD
Dispenser Support
Works with both
player-thrown eggs and
dispenser-launched eggs.
No Chicken Spawns
Prevents chickens from spawning when eggs break.