꾸로
대표칭호 없음
현재 체스트커맨더 플러그인에서
/mw goto sky 로 스카이 월드로 갈시
섬도착시 게임모드가 될수있게
command /mw goto sky :
trigger:
execute console command "/gamemode 1 %player%"
사용하였는데 게임모드만되고 이동이안되는데 어떡게해야하나요?
현재 체스트커맨더 플러그인에서
/mw goto sky 로 스카이 월드로 갈시
섬도착시 게임모드가 될수있게
command /mw goto sky :
trigger:
execute console command "/gamemode 1 %player%"
사용하였는데 게임모드만되고 이동이안되는데 어떡게해야하나요?
아글
2020.04.30execute console command "플레이어를 다른 세계로 이동시켜주는 명령어 " 이걸 적어주시면 될것같은데
분열
2020.04.30on command 이벤트에서 full command 값이 mw goto sky일경우 추가적으로 게임모드 실행을 시키면 될 것 같습니다.
oiso2019
2020.05.07on teleport: #텔포될때
event-world is "sky" #월드가 sky라면
player's flight status is false #못날때
set player's flight status to true #플레이어의 비행 상태를 켬
set {%Player%.sky} to true #플라이 끄기 위해 임시 저장
플라이 끄는구문
on teleport: #텔포될때
{%player%.sky} is set #라는 값이 있으면
event-world is not "sky" #월드가 sky가 아니라면
player's flight status is true #플레이어가 날 수 있으면
set player's flight status to false #못날게 설정
clear {%player%.sky} #값 초기화