Server Tick - Is Sprinting/Stepping (Condition) — SkBee

Addon: SkBee · Category: Condition · Since: 3.1.0

Syntax

(server|game) (is|(isn't|is not)) [currently] (sprinting|stepping)

Description

Checks if the server is currently sprinting/stepping. See [**Tick Command**](https://minecraft.wiki/w/Commands/tick) on McWiki for more details.

Examples

if server is sprinting:
	kill all players

View source