이해도 | 초보자(스크립트 구성요소나 기본문법은 알아요) |
---|---|
게임버전 (JE) | 1.12.2 |
게임버전 (BE) | 1.12.x |
스크립트 버전 | 2.2-dev36 |
스크립트 애드온 | skrayfall, sk쿼리,sk유틸 |
command /menu:
trigger:
open chest with 3 rows named "&9&l메뉴" to player
format slot 11 of player with chest named "&r스폰 지역 이동" to run [execute player command "/mvmenu"]
command /mvmenu:
trigger:
open chest with 3 rows named "&9&l이동메뉴" to player
format slot 11 of player with ender pearl named "&r스폰 지역 이동" to run [execute player command "/teleport %player% 6 64 0"]
format slot 0 of player with bed named "&rsethome" to run [execute player command "/sethome"]
format slot 9 of player with bed named "&rhome" to run [execute player command "/home"]
command /sethome:
trigger:
set {home.%uuid of player%} to location of block at location of player
command /home:
trigger:
teleport player to {home.%uuid of player%}
코드는 이거입니다. 일단 mvmenu를 바로 커맨드로 열시에는 내부 트리거가 전부 작동이 잘됩니다.
문제는menu에서 mvmenu로 이동후 트리거를 작동할려고하면 내부 아이템은 잘뜨는데 클릭시 이벤트가 안뜹니다.
뭐가 문제일까요
set slot은 사용해봤더니 오류가 왕창떠서 안됩니다 format으로만 해야할것같습니다
댓글이 없습니다.
새로운 댓글을 등록해 주세요!