Advertisement
70sOn7

Fly

Nov 9th, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. command /fly:
  2. trigger:
  3. if sender has permission "essentials.fly":
  4. if {fly.%player%} is not set:
  5. set player's flight mode to true
  6. send "&7Flight has been &cenabled"
  7. set {fly.%player%} to true
  8. stop
  9. if {fly.%player%} is true:
  10. set player's flight mode to false
  11. send "&7Flight has been &cdisabled"
  12. delete {fly.%player%}
  13. stop
  14. else:
  15. send " "
  16. send "&7This command is currently unaviable to you!"
  17. send "&7If you would like this command, do"
  18. send "/shop and go to 'Perms'"
  19. send " "
  20. send "&7Current Price:"
  21. send " &7$10 Million"
  22. send " "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement