개인 자료란 (JE)

  서버 커뮤니티

Profile 홉방이 일반인
Profile

질문하기 커맨드

인터렉션 , 커맨드 질문

2024.02.11 조회 수 92 추천 수 0
이해도 입문자 
게임버전 (JE) 1.20.1 
게임버전 (BE) 관련없음 

손에 네더와트를 들었을때는 인터렉션이 생겼다가 

손에 네더와트를 안들었을때는 인터렉션을 없에게 하고싶은데 어떻게 할수 있을까요?




1개의 댓글

yusin12
2024.02.11

execute as @a[nbt={SelectedItem:{}}]으로 네더와트를 손에 들었는지 감지

1. execute as @a[nbt={SelectedItem:{id:"minecraft:nether_wart"}}] at @s run summon interaction ~ ~1.6 ~ {Tag:[tester]}

2. execute as @a[nbt=!{SelectedItem:{id:"minecraft:nether_wart"}}] at @s run kill @e[disatnce=..2,tag=tester]