1.14.4에 gui 만드는중이고 /메뉴 쳤을때 gui 나오는거까진되는데
command /apsb:
trigger:
open chest with 3 row named "&e&l미르르메뉴" to player
set slot 10 of current inventory of player to bow named "스폰지역" with lore "클릭하면" and "스폰으로이동합니다"
여기서 활을 클릭했을때 스폰으로 이동하는걸 구현하고싶은데 /spawn을 어떻게 넣어야할지모르겠습니다
어떤강좌에있는걸 적용해봐도 안됩니다 ㅠㅠ
일단 GUI면 Tuske 애드온 까시고 command /apsb: trigger: open virtual chest inventory with size 3 named "&e&l미르르메뉴" to player make gui slot 10 of player with bow named "스폰지역" with lore "클릭하면" and "스폰으로이동합니다" to close then run player command "/spawn" 이렇게 해보세요. 만약 player한테 /spawn permission이 없으면 마지막 구문에 to close then run player command "/spawn" 대신 to close then run console command "/spawn %player%" 넣구요!