1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-06-07 17:16:44 +01:00
armor-statues/data/armor_statues/functions/uuid_check.mcfunction
2023-09-24 17:33:55 -07:00

9 lines
276 B
MCFunction

#
# Description: Checks to see if a UUID matches that of a given UUID of an entity.
# Called by: as_statue:repeat/undo_redo
# Entity @s: any
# Parameters:
# UUID (list): a uuid to check against the entity.
#
$execute if data entity @s { UUID: $(UUID) } run return 1
return 0