Spawner - Is Activated (Condition) — SkBee

Addon: SkBee · Category: Condition · Since: 2.16.0

Syntax

%blocks% (is|are) activated

Description

Returns true if a player is currently within the required player range of the spawner.

Examples

at 7:00:
	loop {spawners::*}:
		loop-value is activated
		broadcast loop-value

View source