여우리
대표칭호 없음
1.대상이 티켓이라는 이름의 아이템을 들고 공중에 우클릭을 하면 아이템은 사라지고 정해놓은 좌표로 tp가 되는 방법이 궁금해요
2. 랜덤좌표로 이동하는법도 있나요
버전은 1.15.2 입니다
1.대상이 티켓이라는 이름의 아이템을 들고 공중에 우클릭을 하면 아이템은 사라지고 정해놓은 좌표로 tp가 되는 방법이 궁금해요
2. 랜덤좌표로 이동하는법도 있나요
버전은 1.15.2 입니다
SeoRong
2020.06.071
on right click with paper://종이를 우클릭할경우
@if player's tool's name is "티켓"://티켓이란 이름의 종이일경우
@@remove 1 of player's tool from player's inventory//한장 사라지게합니다.
@@make player run cmd "/tppos ~ ~ ~ world" as op//~에 원하는 장소 입력
@@send "~~로 이동합니다!" to player
2
on right click with paper:
@if player's tool's name is "티켓":
@@set {_random.x} to a random number between 0 and 1000//x좌표 랜덤지정
@@set {_random.z} to a random number between 0 and 1000//z좌표 랜덤지정
@@set {_random.x} to round({_random.x})//정수화
@@set {_random.z} to round({_random.z})//정수화
@@remove 1 of player's tool from player's inventory//한장 사라지게합니다.
@@execute console command "god %player%"//낙뎀 무시를 위한 무적설정
@@make player run cmd "/tppos %{_random.x}% 100 %{_random.z}% world" as op//y 100 인 랜덤 좌표로 이동
@@send "~~로 이동합니다!" to player
@@wait 5 second
@@execute console command "god %player%"//무적 해제
mchang
2020.06.07와...커맨드 잘 하시네요...
여우리
2020.06.08작동이 안되는데 노트패드로 적용하는 거 맞나요? 제가 초보라 뭘 잘못한 건지ㅠ
SeoRong
2020.06.08골뱅이 탭으로 바꿔줘요
히리지
2020.06.16이런거 어떻게 만드는지 참...왜 내가 할땐 ㅠㅠ...