How to detect crouching and crawling in Minecraft(BEDROCK)
Channel:
Subscribers:
1,440
Published on ● Video Link: https://www.youtube.com/watch?v=sSLSqULrXkI
Today I will show you how you can detect crouching and crawling.
COMMANDS:
Detect if NOT crouching:
/execute as @a at @s positioned ~~1.5~ if entity @s[dx=0] run title @a title Not crouching
Detect IF crouching:
/execute as @a at @s positioned ~~1.5~ unless entity @s[dx=0] run title @a title Crouching
Detect IF crawling:
/execute as @a at @s positioned ~~1~ unless entity @s[x=~,y=~,z=~,dy=1000] run title @a title Crawling