인벤토리 슬롯 어디든지 그냥 플레이어가 특정 아이템을 갖고있다면


이펙트를 부여하는 커맨드를 만들었는데

7fed8272a88260eb3ee7e9e4429f7169f90ef81c539588b935b922e57efce57b044dc6

이 아이만 작동을 안해


다른 애들은 다 정상적으로 작동을 하구.


24b0d121e09c28a8699fe8b115ef046c60f6204e9ce9

작동하지 않는 아크라이트 펜던트


7fed8272a88260eb3ee7e9e4429f7168d44d3331611df779e016c2b39397ff11927f23
7fed8272a88260eb3ee7e9e4429f7168d44a3e31611df779e016c2b39397f917939dbf
7fed8272a88260eb3ee7e9e4429f7168d44b3231611df779e016c2b39397ff1290732b

제대로 작동하는 시크의 가호

다음은 커맨드임


잘 작동하는 시크의 가호 커맨드

//아이템 감지 (맨 아래 반복 커맨드블록) execute as @a if items entity @s container.* minecraft:knowledge_book[minecraft:item_name='"시크의 가호"'] run tag @s add syik //이펙트 부여 (레드스톤블록 위 반복과 체인 블록) effect give @a[tag=syik] speed 1 1 true effect give @a[tag=syik] haste 1 1 true tag @a[tag=syik] remove syik

작동하지 않는 아크라이트 펜던트 커맨드

//아이템 감지 (맨 아래 반복 커맨드블록) execute as @a if items entity @s container.* minecraft:knowledge_book[minecraft:item_name='"아크라이트 펜던트"'] run tag @s add arklite //이펙트 부여 (레드스톤블록 위 반복과 체인 블록) effect give @a[tag=arklite] strength 1 1 true tag @a[tag=arklite] remove arklite

체인 커맨드블록들은 모두 무조건부로 설정해놓았음


어떤 오류가 있는걸까..


오타가 있는지 다 확인을 해보긴 했는데 내가 발견을 못했을 수도 있음


8개중 쟤 하나만 작동을 안함..