둥둥키
대표칭호 없음
이해도 | 입문자 |
---|---|
게임버전 (JE) | 관련없음 |
게임버전 (BE) | 관련없음 |
command /플레위치:
trigger:
if player is op:
give 1 paper named "&e위치" to player
on rightclick with paper:
if name of player's tool is "&e위치":
remove 1 paper from player's tool
send "채팅창에 닉네임을 입력해주세요" to player
감지 명령어
send "%??%님은 %location of ??%에 있습니다" to player
remove 1 paper from player's tool도 오류라고 뜨고 채팅창에 쓴 글자가 감지 되는 스크립트와 ??에 뭘 써야 되는지가 궁급합니다!
코코냐
2023.12.29player's tool은 ItemStack입니다. Inventory가 아닙니다.
채팅창 감지는 별도로 저기서 받아오는 이펙트가 없는 이상, 별도의 이벤트로 구현해야합니다.