귀신이고칼로리
대표칭호 없음
이해도 | 초보자 |
---|---|
게임버전 (JE) | 관련없음 |
게임버전 (BE) | 관련없음 |
display:{Name:'"이름"'}, display:{Lore:['"이름"']} 명령어가 1.20.5버전부터는 명령어가 바뀌었다고 해서
execute as @e at @s if entity @s[nbt={SelectedItem:{id:"minecraft:stick", count:1, components:{"minecraft:custom_name":'{"text":"[ 1 ]","italic":false,"color":"light_purple"}', "minecraft:lore":['{"text":"1","italic":false,"color":"gold"}']}}}] run effect give @s minecraft:speed 1 2 true
해당 명령어로 입력했는데 인식이 안됩니다 ㅠㅠ enchantments 명령어와 같은 다른 명령어는 넣어도 인식이 잘 되는데 custom_name, lore 명령어만 입력하면 인식이 안되요
아 참고로 아이템은 이렇게 꺼냈습니다
give @p stick[minecraft:custom_name='{"text":"[ 1 ]","italic":false,"color":"light_purple"}', minecraft:lore=['{"text":"1","italic":false,"color":"gold"}']] 1
if items 명령어로 해보라는 분들이 있었는데 저는 위의 명령어가 필요합니다!!
명령어는 빨간색으로 안 뜨는데 뭐가 잘못됐는지 모르겠습니다 능력자분들 도와주세요 ㅠㅠ
yusin12
2024.06.19왜 if items가 안되나요?
귀신이고칼로리
2024.06.201.20.4버전의 명령어들을 if items를 사용하면 명령어를 어떻게 수정해야 할지 잘 모르겠어서 custom_name, lore를 인식하게 만들면 해결이 될것 같아서요!!
yusin12
2024.06.21그렇다면 그냥 성능 좋은 if items를 쓰는게 현명해보입니다. 집 가면 명령어 적어드릴께요
yusin12
2024.06.21/execute as @e at @s if items entity @s weapon.mainhand stick[minecraft:lore=['{"text":"1","italic":false,"color":"gold"}'],minecraft:custom_name='{"text":"[ 1 ]","color":"light_purple","italic":false}',minecraft:count=1b] run effect give @s minecraft:speed 1 2 true
귀신이고칼로리
2024.06.21감사합니다!! ㅎㅎ