Expand description
Griefing module - prevents mob griefing (block changes and explosions).
§Configuration
| Field | Default | Description |
|---|---|---|
enabled | false | Whether this module is active |
cancelled_entities | ["Blaze", "Creeper", "EnderDragon", "Enderman", "Fireball", "SmallFireball", "Wither"] | Entity types whose griefing is blocked |
§Notes
This module is currently a stub. The Pumpkin plugin API does not yet expose
EntityChangeBlockEvent or EntityExplodeEvent (or equivalents), so mob
griefing prevention cannot be hooked until upstream support is added.
Structs§
- Griefing
- Handles mob griefing prevention.
- Griefing
Config - Configuration for the griefing mechanics module.