Entity Origin Location (Expression) — SkBee
Addon: SkBee · Category: Expression · Since: 3.3.0
Syntax
[the] origin[ location] of %entities%Description
Represents the location where an entity originates from. Requires PaperMC.
Examples
set {_loc} to origin of last spawned entity
set {_loc} origin location of {_entity}
if distance between {_entity} and origin of {_entity} > 10: