familychicken

Untitled

May 26th, 2022 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. on right click:
  2. set {_loc2} to location of the block 20 meter infront of player's head
  3. set {_location} to player's location
  4. set {_x} to x coord of {_location}
  5. set {_y} to (y coord of {_location})+1.7
  6. set {_z} to z coord of {_location}
  7. set {_loc1} to location {_x}, {_y}, {_z} in world of player
  8. drawLine particle redstone, RGB 40, 200, 255, center {_loc1}, target {_loc2}, id "%player%", visibleRange 20
  9. wait 50 ticks
  10. stopEffect id "%player%"
Add Comment
Please, Sign In to add comment