Skip to main content

Module spawn_egg

Module spawn_egg 

Source
Expand description

Spawn egg module — rare spawn egg drops on entity death.

§Configuration

FieldDefaultDescription
enabledfalseWhether this module is active
spawn_egg_drop_chance0.001Chance (0.0 - 1.0) for an entity to drop its spawn egg

§Notes

This module is currently a stub. The Pumpkin plugin API does not yet expose an EntityDeathEvent (or equivalent), so spawn egg drop mechanics cannot be hooked until upstream support is added.

Structs§

SpawnEgg
Handles rare spawn egg drops on entity death.
SpawnEggConfig
Configuration for the spawn egg mechanics module.