Expand description
Spawn egg module — rare spawn egg drops on entity death.
§Configuration
| Field | Default | Description |
|---|---|---|
enabled | false | Whether this module is active |
spawn_egg_drop_chance | 0.001 | Chance (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§
- Spawn
Egg - Handles rare spawn egg drops on entity death.
- Spawn
EggConfig - Configuration for the spawn egg mechanics module.