EasterEggs lets you set up themed egg hunts directly in your Minecraft world. Hide custom player-head eggs anywhere, configure milestone and completion rewards for each hunt, and let your players race to find them all. Everything is configured via simple YAML files — no in-game setup wizards, no bloat.
/ee help Show the help page
/ee hunt list List all available hunts
/ee hunt select <id> Set your active hunt
/ee progress [player] View egg-finding progress bars
Code (Text):
/ee hunt create <id> Create a new hunt
/ee hunt delete <id> Delete a hunt and all its eggs
/ee place [texture#] Place an egg at your location
/ee give [hunt] [qty] [texture] Give yourself egg-placer head items
/ee remove <id> Remove an egg by ID
/ee list [page] List all eggs in the selected hunt
/ee near [radius] Show nearby eggs across all hunts
/ee tp <id> Teleport to an egg
/ee reset <player> [hunt] Reset a player's progress
/ee resetall [hunt] Reset progress for all players
/ee eggmenu [hunt] Open the texture picker GUI
/ee reload Reload config, language and textures
Code (Text):
/ee status [hunt] Show every online player's egg count
All configuration lives in config.yml. No database required — everything is stored in flat YAML files.
Code (YAML):
lang: en
# en | fr particles:
enabled: true
radius: 20
# Max distance (blocks) to see particles interval: 10
# Ticks between each pulse (20 = 1 second) textures: -
"<base64 skin value>"# Add as many textures as you like # https://minecraft-heads.com/ rewards:
my_hunt:
on-complete: -
"eco give %player% 5000" -
"crates key give %player% legendary 1" milestones:
10: -
"eco give %player% 1000" 25: -
"eco give %player% 2500"
Language Set lang: fr or lang: en in config.yml. Every message, title, and subtitle is editable in the lang/ files. Leave any value empty ("") to disable that message entirely.
%eastereggs_found% Total eggs found (all hunts)
%eastereggs_total% Total eggs across all hunts
%eastereggs_status% "found/total" across all hunts
%eastereggs_found_<hunt>% Eggs found in a specific hunt
%eastereggs_total_<hunt>% Total eggs in a specific hunt
%eastereggs_percent_<hunt>% Completion percentage in a specific hunt
%eastereggs_status_<hunt>% "found/total" for a specific hunt