Skip to main content
Block events trigger when players specifically interact with functional blocks.

📦 Event Library

⚙️ Configuration

barrel_open_event

Triggers when a player opens a barrel.
location
Location
Specific barrel location to monitor (optional).

barrel_close_event

Triggers when a player closes a barrel.
location
Location
Specific barrel location to monitor (optional).

beacon_power_event

Triggers when a beacon applies a power effect.
effectType
PotionEffectType
The effect being applied (e.g. SPEED, REGENERATION).

cauldron_fill_event

Triggers when liquid is added to a cauldron.
contentType
CauldronType
Type of liquid: WATER, LAVA, POWDER_SNOW.

cauldron_empty_event

Triggers when liquid is removed from a cauldron.
contentType
CauldronType
Type of liquid removed.

jukebox_play_event

Triggers when a music disc is inserted.
disc
Material
The specific music disc material (e.g. MUSIC_DISC_CAT).

💻 Examples

cauldron_fill_event:
  contentType: LAVA
  actions:
    - message_action:
        message: "<red>Careful with that hot lava!"