Skip to main content

Module griefing

Module griefing 

Source
Expand description

Griefing module - prevents mob griefing (block changes and explosions).

§Configuration

FieldDefaultDescription
enabledfalseWhether 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.
GriefingConfig
Configuration for the griefing mechanics module.