redpanda
대표칭호 없음
이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.20 |
게임버전 (BE) | 관련없음 |
on inventory click:
if name of current inventory contains "&cATM" :
cancel event
if "%index of clicked slot%" is "10":
execute player command "/give %player% cyan_dye{display:{Name:'{"text":"1coin"}'},Enchantments:[{id:"minecraft:mending",lvl:1s}]} 1"
구문에서 execute player command "/give %player% cyan_dye{display:{Name:'{"text":"1coin"}'},Enchantments:[{id:"minecraft:mending",lvl:1s}]} 1" 구문이 문제입니다 %player% 가 오류인것같은데 해결 방법이 있을까요?
JINAH
2024.02.20이러한 구문은 플레이어가 오피가 없을 시 작동하지 않는 구문입니다
on inventory click:
if name of current inventory contains "&cATM" :
cancel event
if "%index of clicked slot%" is "10":
give cyan dye of mending 1 named "&f1 coin" to the player
이렇게 사용하시면 될듯 합니다
redpanda
2024.02.20감삼닷!