인벤에 특정 아이템이 없을 때만 아이템을 지급하는 명령어는 어떻게 쓰나요?
execute 에서 unless를 사용하시면 될것 같습니다.
execute as @a at @s unless entity @s[nbt={Inventory:[{id:"minecraft:diamond"}]}] run say 1
감사합니다!
건축
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
팁
물귀신
2024-10-06
3
제작대
2024.07.05execute 에서 unless를 사용하시면 될것 같습니다.
execute as @a at @s unless entity @s[nbt={Inventory:[{id:"minecraft:diamond"}]}] run say 1
bedulge
2024.07.05감사합니다!