Server Tick - Is Server Frozen/Running Normally (Condition) — SkBee

Addon: SkBee · Category: Condition · Since: 3.1.0

Syntax

(server|game) (is|(isn't|is not)) [currently] (frozen|running normally)

Description

Checks if the server is currently frozen/running normally. When the server is running normally it indicates that the server is not currently frozen. See [**Tick Command**](https://minecraft.wiki/w/Commands/tick) on McWiki for more details.

Examples

if server is frozen:
	teleport all players to spawn of world "world"
if server is running normally:
	kill all sheep

View source