#function untwo:proj_sys/pos_check/get_pos/simple/
#posをスコア化
data modify storage untwo:temp proj_sys.pos_nbt.temp set from entity @s
execute store result score @s untwo.proj.pos.x run data get storage untwo:temp proj_sys.pos_nbt.temp.Pos[0] 10000
execute store result score @s untwo.proj.pos.y run data get storage untwo:temp proj_sys.pos_nbt.temp.Pos[1] 10000
execute store result score @s untwo.proj.pos.z run data get storage untwo:temp proj_sys.pos_nbt.temp.Pos[2] 10000
