말 그대로 특정 플레이어 기준, 정확히는 7칸 블럭 이내에 있는 가장 가까운 플레이어 2명을 지목하고 싶은데 어떻게 하면 될까요..
loop all entities in radius 7 of player:@add distance between the player and loop-player's location to {_loc::*}@add 1 to{_player}
한뒤에 크기순으로 정렬 사용하시면 될것 같습니다
건축
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
팁
물귀신
2024-10-06
3
슈퍼레몬
2024.03.17loop all entities in radius 7 of player:
@add distance between the player and loop-player's location to {_loc::*}
@add 1 to{_player}
한뒤에 크기순으로 정렬 사용하시면 될것 같습니다