Block Explode (Event) — SkBee

Addon: SkBee · Category: Event · Since: 3.2.0

Syntax

[on] block explode

Description

Called when a block explodes interacting with blocks. The event isn't called if the gamerule MOB_GRIEFING is disabled as no block interaction will occur. The Block returned by this event is not necessarily the block that caused the explosion, just the block at the location where the explosion originated.

Event Values

  • event-block
  • event-blockdata
  • event-itemtype
  • event-location
  • event-number
  • event-object
  • event-world
  • past event-blockdata
  • past event-itemtype

View source