개인 자료란 (JE)

  서버 커뮤니티

Profile 초보자.... 대표칭호 없음
Profile

질문하기 커맨드

execute block 조건 2가지 이상 하는 법....

2021.07.18 조회 수 93 추천 수 1

execute as @a at @s unless block ~ ~ ~조건 적을 때 블럭 두가지 이상을 지정하고 싶은데 어떻게 하는지 아시나요? ㅠㅠ.... 고수분들 도와주세요ㅠㅠ 

3개의 댓글

JSWH77
2021.07.18

좀 복잡해지긴 하겠지만

레드스톤회로를 연결해서 둘 다 실행되어야만

실행되게 하면? 될것 같습니다.

허두
2021.07.18

... unless block ~ ~ ~ 블럭1 run tag @s add 태그

... unless block ~ ~ ~ 블럭2 run tag @s add 태그

execute as @a[tag=태그] at @s ....

tag @a[tag=태그] remove 태그


이런식으로 해도 될거같아용!

HAN1110
2021.07.24

execute as @a at @s unless block ~ ~ ~ 블럭1 run execute as @a at @s unless block ~ ~ ~ 블럭2 run tag @a[tag=태그] remove 태그

애초에 execute 에 excute 를 넣을수 있는 이유가 이런거잔항요~