On Fade (Event) — Skript

Addon: Skript · Category: Event · Since: 1.0, 2.6 (BlockData support)

Syntax

[on] [block] fad(e|ing) [[of] %-itemtypes/blockdatas%]

Description

Called when a block 'fades away', e.g. ice or snow melts.

Event Values

  • event-block
  • event-location
  • event-world
  • future event-block
  • past event-block

Examples

on fade of snow or blue ice:
on fade of snow[layers=2]

View source