이해도 | 1.12 |
---|---|
게임버전 (JE) | 스피곳 |
표지판이 가끔은 저렇게 뜨다가
가끔씩 안뜨네요
command /메뉴아이템:
trigger:
if player is op:
give player 1 book named "&d메뉴" with lore "&e[아이템 설명]" and "&5사용하여 메뉴 탐색"
on right click with book:
if name of player's tool is "&d메뉴":
open chest with 3 rows named "&d메뉴" to player
set slot 10 of current inventory of player to skull of player named "&d[프로필]" with lore "&f이름:%player%" and "&f보유자금:%{돈.%uuid of player%}%원"
set slot 11 of current inventory of player to chest named "&d보관함" with lore "&5보관함을 엽니다."
set slot 12 of current inventory of player to ender portal frame named "&d이동" with lore "&5이동 메뉴를 탐색합니다."
set slot 13 of current inventory of player to minecart with chest named "&d우편함" with lore "&5우편함을 엽니다."
set slot 14 of current inventory of player to armor stand named "&d악세서리" with lore "&5악세서리 착용 관리창을 엽니다."
set slot 15 of current inventory of player to book named "&d규칙" with lore "&5규칙을 확인합니다."
set slot 16 of current inventory of player to sign named "&d표지판" with lore "&5표지판."
아무리 봐도 문제를 모르겠네요;
스크립터브혼
2021.03.11인벤토리 오픈을 세팅보다 먼저해서 랙이 있으면 업데이트가 누락되는 현상인듯 싶습니다.
인벤토리를 먼저 세팅하고, 나중에 오픈하는 방식으로 처리해보세요
[Custom Chest Inventory], [Open Inventory]
르네상스
2021.03.11그런 방법이 있군요! 감사합니다!
르네상스
2021.03.11제가 아무리 해봐도 안되길래 표지판을 다른 아이템으로 바꿔보니까 정상적으로 작동 되더라고요
이하님
2021.03.11sign item하시면 될거에요.. sign하면 블럭이나 아이템 둘다 동시에 받는걸로 되서 그런걸꺼에요.