sunul54
대표칭호 없음
sunul54 45e942304de84f06af0080e77142ea0b
이해도 | 입문자 |
---|---|
게임버전 (JE) | 관련없음, 1.19.3 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.4 |
스크립트 애드온 | SkQuery-4.1.8 |
스크립트로 아래처럼 메뉴를 만들고 아이템을 클릭하면 플레이어가 이동하게 만들었는데 쉬프트+클릭으로 아이템을 가져오면 이동이 되면서 아이템도 가져와지는데 막을 방법이 있을까요?
환타비
2023.02.26구문을 보여주실수 있나요?? 이것만으로는 알려드리기가 어렵네용..
sunul54
2023.02.26on rightclick on entity:
if entity's name is "&6이동":
open chest with 3 rows named "&6이동" to player
set slot 11 of current inventory of player to grass block named "&1스폰" with lore "&2클릭시" and "&2스폰으로 이동합니다"
play sound "entity.arrow.hit_player" with volume 1 and pitch 1 at player
on inventory click:
if name of top inventory of player is "&6이동":
cancel event
if "%index of clicked slot%" is "11":
execute player command "/spawn"
play sound "entity.enderman.teleport" with volume 1 and pitch 1 at player
send title "&2스폰" to player for 0.2 seconds
이 구문으로 만들어 놨어요
환타비
2023.02.26크리 상태에서 말고 서바이벌에서도 저렇게 되나용?
sunul54
2023.02.26네...