Advertisement
moeycvbn12

Untitled

Dec 15th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Ely By CallMeDeveloper
  2. options:
  3.  
  4. # CONFIGURE THE MESSAGE HERE #
  5.  
  6. Message: &a&l(!) &aWOOOOOO&eHOOOOOOOOOO!
  7. NoPermissionMessage: &c&l(!)&c You do not have permission.
  8. Height: 200
  9. Speed: 0.5
  10.  
  11. # DO NOT CHANGED THIS PART UNLESS YOU KNOW WHAT YOU'RE DOING #
  12.  
  13. Permission: ely.use
  14. ParticleAmount: 25
  15.  
  16.  
  17. # DO NOT CHANGED THIS PART UNLESS YOU KNOW WHAT YOU'RE DOING #
  18.  
  19. command /ely:
  20. trigger:
  21.  
  22. if player has permission "{@Permission}":
  23. push the player upwards at speed {@Height}
  24. push the player upwards at speed {@Speed}
  25. send "{@Message}"
  26. set {launch.%player%} to true
  27.  
  28.  
  29. else:
  30. send "{@NoPermissionMessage}"
  31.  
  32. on damage:
  33. if damage cause is fall:
  34. if {launch.%victim%} is true:
  35. set {launch.%victim%} to false
  36. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement