Oxalist

Untitled

Dec 22nd, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. on leftclick:
  2. player is wearing {leatherjetpack}
  3. thrust player upwards at speed 0.4
  4. thrust player forwards at speed 0.1
  5. show mob spawner flames at location of the player
  6. damage player's chestplate by 1 heart
  7.  
  8. command /jetpack:
  9. permission message: &8[&6&lJetpack&8] &eYou do not have permission to use &6Jetpack
  10. permission: jetpack.leather
  11. trigger:
  12. set {leatherjetpack} to leather chestplate named "&8[&6&lJetpack &7&o(Use at your own will)"
  13. give {leatherjetpack} to the player
  14.  
  15. on rightclick on a sign:
  16. if line 1 is "[Jetpack]"
  17. if line 2 is "repair"
  18. if player is holding coal
  19. player is wearing {leatherjetpack}
  20. repair chestplate of player by 3
  21. remove coal from player
Add Comment
Please, Sign In to add comment