On Flow (Event) — Skript

Addon: Skript · Category: Event · Since: 1.0

Syntax

[on] [block] flow[ing]

Description

Called when a blocks flows or teleports to another block. This not only applies to water and lava, but teleporting dragon eggs as well.

Event Values

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

Examples

on block flow:
	if event-block is water:
		broadcast "Build more dams! It's starting to get wet in here"

View source