#as (対象のプレイヤー) entity_uuid/player_storage_create/{PlayerIntID:(保存対象のプレイヤーID)int}
#実行者のUUIDを指定したPlayerIntIDストレージに保存する

#PlayerListコンテナにIDを収納
$data modify storage untwo:players PlayerList append value {IntID:$(PlayerIntID)}

#PlayerListコンテナに10進数UUIDを収納
$data modify storage untwo:players PlayerList[{IntID:$(PlayerIntID)}].UUID10 set from entity @s UUID

#16進数UUIDにコンバートしてストレージに保存する
$function untwo:entity_uuid/player/convert/ {PlayerIntID:$(PlayerIntID)}