객
대표칭호 없음
이해도 | 중급자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
1.20.4 바닐라 싱글플레이입니다
스코어보드 :
/scoreboard objectives add he minecraft.used:minecraft.carrot_on_a_stick "he"
/scoreboard objectives setdisplay sidebar he
스코어보드 값: 40 부터 350 까지 초당 1씩 20번 증가
위의 환경에서 아래의 커맨드를 반복으로 실행했는데 작동이 되지 않습니다
execute as @a if entity @s[scores={he=50..55}] at @s run say 1
execute as @a[scores={he=50..55}] at @s run say 1
execute as @a if entity @s[scores={he=50..55}] run say 1
execute as @a[scores={he=50..55}] run say 1
windy_wind
2024.01.31커맨드 실행 버그일수 있습니다. 그냥 커맨드를 실행시켜보세요.(ex: say 1) 안되면 커맨드 자리 버그입니다. 커맨드 자리를 옮겨보십쇼.