Advertisement
kaliumsan

Untitled

Feb 12th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. on rightclick holding a feather:
  2. if name of held item contains "&7Fly":
  3. push player upwards at speed 1.2
  4. push the player forward at speed 0.3
  5. play raw sound "mob.ghast.fireball" at player with pitch 1 volume 10
  6.  
  7. on leftclick holding a feather:
  8. if name of held item contains "&7Fly":
  9. push player upwards at speed 0.2
  10. push the player forward at speed 1.8
  11. play raw sound "mob.ghast.fireball" at player with pitch 1 volume 10
  12.  
  13. on break:
  14. if name of held item contains "&7Fly":
  15. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement