_SPOL e7e8fcd7865b4054924da4a2c10867df
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.20 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.8.7 |
직접 스크립트 구문을 만들다가 오류가 나서 혹시 1.20 버전 이상을 지원하는 맨헌트 형식의 나침반이 아닌
/추적 <player> 를 입력하였을때 나침반이 인벤토리에 들어오면서 그 플레이어를 가르키는 스크립트가 필요합니다
오늘 3시쯤 마인크래프트 컨텐츠를 할려고 여러 구글링도 해봤는데 도저히 자료가 나오지 않네요
command /추적 <player>:
description: Use this command to track a player by right clicking with a compass
trigger:
set {target::%arg-1%} to arg-1
send "<yellow>You are tracking %{target::%arg-1%}%"
give compass to player
on rightclick with a compass:
if {target::%player%} is set:
if {target::%player%} is in world "world":
set {_location} to location of {target::%player%}
set player's compass target to {_location}
send "<light green>Compass is now pointing to %{target::%player%}%"
else:
send "<light red>%{target::%player%}% is not in the Overworld"
else:
send "<light red>No target set. Use /추적 <player> to set a target."
이게 구글링 후 수정도 해보고 한 스크립트인데 작동하지 않습니다. 초보라 그런지 잘 모르겠네요
댓글이 없습니다.
새로운 댓글을 등록해 주세요!