Entity/Player/World from UUID (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.11
Syntax
[offline[ ]]player[s] from %uuids%Description
Get an entity, player, offline player or world from a UUID. Unloaded entities or players that are offline (when using 'player from %uuid%') will return nothing.
Examples
set {_player} to player from "a0789aeb-7b46-43f6-86fb-cb671fed5775" parsed as uuid
set {_offline player} to offline player from {_some uuid}
set {_entity} to entity from {_some uuid}
set {_world} to world from {_some uuid}