빈빈님
대표칭호 없음
zhdzhdzhd 15d9fde4d3fc4d83980147d680a69a7b
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.19.4 |
게임버전 (BE) | 1.19.x |
on right click:
if name of player's tool is "&a콩마을 &f귀환서":
remove 1 of player's tool from player
send title "&a&l5초 &f&l뒤에 이동합니다." with subtitle "&e움직이지 마세요!" to player for 3 second
set {_loc} to location of player
wait 5 second
if {_loc} is location of player:
teleport player to spawn
send title "&a[콩마을] &f이동완료!" to player for 2 second
else:
cancel event
message "&a[콩마을] &f이동이 취소되었습니다."
make player run command "/iagive BinBinco congvillage:icon_warp" as op
stop
어디가 문제일까요...?
세찐찐
2023.05.16teleport player to spawn 대신 teleport player at location x, y, z (x,y,z는 좌표에 알맞게 적으면됨)로 코드를 바꿔보세요