Advertisement
Neonowsky

[SK] JetPack

Aug 28th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. on sneak toggle:
  2. if player is wearing chain chestplate of infinity 10 named "&6JetPack":
  3. if player's y-coordinate is smaller than 200:
  4. damage player's chestplate by 1
  5. loop 6 times:
  6. push the player in direction of player at speed 0.1
  7. wait 1 tick
  8. push the player upwards at speed 0.1
  9. else:
  10. send "&6Blad: &7Jestes za wysoko!"
  11. command /jetpack:
  12. permission: op
  13. trigger:
  14. give chainmail chestplate of infinity 10 named "&6JetPack" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement