개인 자료란 (JE)

  서버 커뮤니티

Profile 탄부 대표칭호 없음
Profile

질문하기 스크립트

tp스크립트 질문

2023.02.04 조회 수 872 추천 수 1
이해도 입문자 
게임버전 (JE) 1.19.2 
게임버전 (BE) 관련없음 
스크립트 버전 2.6.4 

command /티피권:

    permission: op.op

    permission message: "&c당신은 사용을못합니다"

    trigger:

        give 1 book named "&e마을티피권" with lore "&a&l우클릭하면 마을로 이동!" to player

        

on right click:

    if name of player's tool is "&e마을티피권":

        cancel event

        teleport player to location(758, 68, -1628, world("world"))

        remove 1 of player's tool from player's tool

        message "&a마을로 귀환!" to player


오버 월드에서만 사용 가능하게 끔 하려면 어떻게해야하나요?

1개의 댓글

qsef1256
2023.02.05

if world of player is "world":