CREAMPAN0408

Untitled

Dec 29th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 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 "&eLeap &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 "&eLeap &25" from the player
  12. add feather named "&eLeap &24" to the player
  13. wait 1 seconds
  14. remove feather named "&eLeap &24" from the player
  15. add feather named "&eLeap &23" to the player
  16. wait 1 seconds
  17. remove feather named "&eLeap &23" from the player
  18. add feather named "&eLeap &22" to the player
  19. wait 1 seconds
  20. remove feather named "&eLeap &22" from the player
  21. add feather named "&eLeap &21" to the player
  22. wait 1 seconds
  23. remove feather named "&eLeap &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. permission: skript.test
  33. trigger:
  34. add feather named "&eLeap &2READY" to all players
  35. command /mugenAssassin:
  36. description: 無限アサシンもらえる
  37. permission: mugen.asasin
  38. trigger:
  39. add feather named "&e無限に飛べるよ" to all players
  40. on rightclick holding a feather:
  41. player has permission "mugen.asasin"
  42. player is holding a feather named "&e無限に飛べるよ"
  43. push the player in front at speed 1.6
  44. play raw sound "mob.wither.shoot" at player with pitch 1 volume 0.5
Add Comment
Please, Sign In to add comment