Server Tick - Is Entity Frozen (Condition) — SkBee
Addon: SkBee · Category: Condition · Since: 3.1.0
Syntax
%entities% (is|are) tick frozenDescription
Checks if a given entity is frozen. Entities will only be frozen if 3 criteria are met:
- Server is frozen (via `/tick freeze` command or frozen state expression).
- Entity is not a player.
- Entity has no player passengers.
I understand the syntax is a bit silly but it's to prevent collission with Skript's `%entity% is frozen` condition. See [**Tick Command**](https://minecraft.wiki/w/Commands/tick) on McWiki for more details.
Examples
if target entity is tick frozen:
if loop-entity is tick frozen:
if all entities are tick frozen: