Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. on rightclick holding a feather:
  2. player is holding a feather named "&eLeap &2READY"
  3. remove feather named "&eLeap &2READY" from the player
  4. add feather named &25" to the player
  5. push the player in front at speed 1.6
  6. play raw sound "mob.wither.shoot" at player with pitch 1 volume 1
  7. apply speed 1 to the player for 7 seconds
  8. apply invisibility 1 to the player for 7 seconds
  9. apply haste 2 to the player for 7 seconds
  10. wait 1 seconds
  11. remove feather named " &25" from the player
  12. add feather named " &24" to the player
  13. wait 1 seconds
  14. remove feather named " &24" from the player
  15. add feather named " &23" to the player
  16. wait 1 seconds
  17. remove feather named " &23" from the player
  18. add feather named " &22" to the player
  19. wait 1 seconds
  20. remove feather named " &22" from the player
  21. add feather named " &21" to the player
  22. wait 1 seconds
  23. remove feather named " &21" from the player
  24. add feather named "&eLeap &2READY" to the player
  25. play raw sound "mob.wither.shoot" at player with pitch 0.9 volume 1
  26.  
  27. on player drop a feather:
  28. if player has haste:
  29. cancel event
  30. command /assassin:
  31. description: アサシンもらえる
  32. trigger:
  33. add feather named "&eLeap &2READY" to all players
  34. command /mugenAssassin:
  35. description: 無限アサシンもらえる
  36. trigger:
  37. add feather named "&e無限に飛べるよ" to all players
  38. on rightclick holding a feather:
  39. player is holding a feather named "&e無限に飛べるよ"
  40. push the player in front at speed 1.6
  41. play raw sound "mob.wither.shoot" at player with pitch 1 volume 0.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement