Whitevoided

Untitled

Jul 7th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. on sneak toggle:
  2. {jump.%player%.air} is not set
  3. player is not sneaking
  4. set {jump.%player%.air} to "1"
  5. the block below player is air
  6. push player upwards at speed 1
  7. push player in direction of player at speed 0.75
  8.  
  9. on sneak toggle:
  10. the block below player is not air
  11. delete {jump.%player%.air}
Add Comment
Please, Sign In to add comment