엔티티가 멈췄을때 실행하는 커맨드는 어떻게 만드나요?
/scoreboard objectives add M1 dummy
/scoreboard objectives add M2 dummy
위 명령어로 스코어보드를 2개 만들어주고
반복) /execute as @e store result score @s M1 run data get entity @s Motion[0]
연쇄) /execute as @e store result score @s M2 run data get entity @s Motion[2]
연쇄) /execute as @e at @s if score @s M1 matches 0 if score @s M2 matches 0 run ~~
이런식으로 커맨드 블록에 작성해주시면 엔티티가 멈췄을 때 커맨드가 작동할 것입니다.
건축
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
팁
물귀신
2024-10-06
3
크러저
2023.01.12/scoreboard objectives add M1 dummy
/scoreboard objectives add M2 dummy
위 명령어로 스코어보드를 2개 만들어주고
반복) /execute as @e store result score @s M1 run data get entity @s Motion[0]
연쇄) /execute as @e store result score @s M2 run data get entity @s Motion[2]
연쇄) /execute as @e at @s if score @s M1 matches 0 if score @s M2 matches 0 run ~~
이런식으로 커맨드 블록에 작성해주시면 엔티티가 멈췄을 때 커맨드가 작동할 것입니다.