set {_loc} to location of player
send title "&7&l워프 중" with subtitle "&f&l움직이지 마세요!" to player for 1 second
wait 1 seconds
if {_loc} is location of player:
teleport player to spawn
send title "&7&l이동완료" to player for 1 second
else:
send "이동취소" to player
이동을 시작 할 때 플레이어의 좌표를 저장해 두었다가, 이동 직전에 저장된 좌표와 플레이어의 좌표를 비교하면 됩니다.
스크립터브혼
2020.08.10이동을 시작 할 때 플레이어의 좌표를 저장해 두었다가, 이동 직전에 저장된 좌표와 플레이어의 좌표를 비교하면 됩니다.