IRON_MAN0622 26c2e27bf18a46bd831aaece4919364f
이해도 | 초보자(스크립트 구성요소나 기본문법은 알아요) |
---|---|
게임버전 (JE) | 1.19.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.3 |
스크립트 애드온 | skRayFall,skUtilities,SkQuery |
메뉴 스크립트에 넣은 명령어가 작동하지 않습니다
메뉴 스크립트 내용
command /메뉴:
trigger:
open chest with 3 rows named "&b메뉴" to player
format slot 10 of player with grass block named "야생 맵 선택" with lore "야생을 할 맵을 선택합니다" to close then run [execute player command "/맵"]
format slot 12 of player with Netherrack named "네더" with lore "네더로 이동합니다" to close then run [execute player command "/mv tp world_nether"]
format slot 14 of player with player head named "튜토리얼" with lore "튜토리얼로 이동합니다" to close then run [execute player command "/mv tp tutorial"]
format slot 16 of player with Sunflower named "로비" with lore "로비로 이동합니다" to close then run [execute player command "/mv tp world"]
메뉴 스크립트 안에 있는 /맵 스크립트 내용
command /맵:
trigger:
open chest with 3 rows named "&b맵 선택" to player
format slot 10 of player with ender pearl named "1번째 맵" with lore "1번째 맵으로 이동합니다" to close then run [execute player command "/mv tp wild"]
format slot 12 of player with ender pearl named "2번째 맵" with lore "2번째 맵으로 이동합니다" to close then run [execute player command "/mv tp wild2"]
format slot 14 of player with ender pearl named "3번째 맵" with lore "3번째 맵으로 이동합니다" to close then run [execute player command "/mv tp wild3"]
format slot 16 of player with Sunflower named "로비" with lore "로비로 이동합니다" to close then run [execute player command "/mv tp world"]
qsef1256
2022.09.10[ ] 는 Docs의 문법입니다, 실제 명령어에 들어가는 게 아닙니다. 지우시구요.
Netherrack 같이 대문자 쓰지 마세요.
그리고 어디가 어떻게 안된다는 건지, 오류 내용을 올려주셔야 제대로 된 답변이 가능합니다