Advertisement
Guest User

Untitled

a guest
Jun 11th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. command /test:
  2. trigger:
  3. set {location} to head location of player
  4. set {yaw} to yaw of location
  5. set {pitch} to pitch of location
  6. set {rotation} to vector from yaw {yaw} and pitch {pitch}
  7. loop 10 times:
  8. set {location} to {location} ~ {rotation}
  9. play ender signal at {location}
  10. wait 5 ticks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement