개인 자료란 (JE)

  서버 커뮤니티

Profile 여우리 대표칭호 없음
Profile

질문하기 스크립트

오른손에 아이템을 들고 공중에 우클릭시 tp 하는법

2020.06.06 조회 수 1548 추천 수 0

1.대상이 티켓이라는 이름의 아이템을 들고 공중에 우클릭을 하면 아이템은 사라지고 정해놓은 좌표로 tp가 되는 방법이 궁금해요

2. 랜덤좌표로 이동하는법도 있나요


버전은 1.15.2 입니다 

5개의 댓글

SeoRong
2020.06.07

1

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
@SeoRong

와...커맨드 잘 하시네요...

여우리
2020.06.08
@SeoRong

작동이 안되는데 노트패드로 적용하는 거 맞나요? 제가 초보라 뭘 잘못한 건지ㅠ

SeoRong
2020.06.08
@여우리

골뱅이 탭으로 바꿔줘요

히리지
2020.06.16
@SeoRong

이런거 어떻게 만드는지 참...왜 내가 할땐 ㅠㅠ...

뉴스 및 창작물
/files/thumbnails/762/770/003/262x150.crop.jpg?20240418073724

레드스톤

T.B.H (고민중독) | 노트블럭 버전 | NoteBlock Cover [한국어 영어 중국어 가사 추가]

노트블럭전문가

2024-04-18

0

/files/thumbnails/218/767/003/262x150.crop.jpg?20240412130213

레드스톤

우리의 꿈 - 원피스 오프닝

노트블럭전문가

2024-04-12

0

/files/thumbnails/505/766/003/262x150.crop.jpg?20240411122306

레드스톤

기동전사 건담 수성의 마녀 | 노트블럭 커버 1

노트블럭전문가

2024-04-11

1

/files/thumbnails/932/765/003/262x150.crop.jpg?20240410124459

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

노트블럭전문가

2024-04-10

0

/files/thumbnails/403/765/003/262x150.crop.jpg?20240409190538

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

Sonttukk

2024-04-09

4