#as Player function untwo:entity_uuid/player/get_uuid_team/ out:untwo.PlayerID.UUID16 untwo.PlayerID.UUID10 untwo.PlayerID.Team
#PlayerのチームとUUIDをListから取得する
execute store result storage untwo:players Get_UUID_Team.Player_IntID int 1 run scoreboard players get @s untwo.PlayerID
execute if score @s untwo.PlayerID.3rd matches 0 run return run function untwo:entity_uuid/player/get_uuid_team/0/
execute if score @s untwo.PlayerID.3rd matches 1 run return run function untwo:entity_uuid/player/get_uuid_team/1/
execute if score @s untwo.PlayerID.3rd matches 2 run return run function untwo:entity_uuid/player/get_uuid_team/2/
execute if score @s untwo.PlayerID.3rd matches 3 run return run function untwo:entity_uuid/player/get_uuid_team/3/
execute if score @s untwo.PlayerID.3rd matches 4 run return run function untwo:entity_uuid/player/get_uuid_team/4/
execute if score @s untwo.PlayerID.3rd matches 5 run return run function untwo:entity_uuid/player/get_uuid_team/5/
execute if score @s untwo.PlayerID.3rd matches 6 run return run function untwo:entity_uuid/player/get_uuid_team/6/
execute if score @s untwo.PlayerID.3rd matches 7 run return run function untwo:entity_uuid/player/get_uuid_team/7/
function untwo:entity_uuid/player/get_uuid_team/7/7/7/
