Blogs Tutorial

Detect Direction Command

  • 809 views 0 today
  • 1
  • 1
  • 1
AbrarZaim
Lvl 55Grandmaster Wolf
39
commands that help to detect direction

West
/execute as @a[​y_rotation=45..135] run title @s actionbar {"text":"west"}
North
/execute as @a[​y_rotation=136..225] run title @s actionbar {"text":"north"}
East
/execute as @a[​y_rotation=-133..-45] run title @s actionbar {"text":"east"}
South
/execute as @a[​y_rotation=-43..43] run title @s actionbar {"text":"south"}

it helps you to learn about y rotation

More like this

  Have something to say?

Penguinlol i like fish
08/26/2022 7:03 pm
Level 1 : New Explorer
This is cool, but really simple
2

Welcome