Advertisement
CARAB4O

Untitled

Oct 27th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. command /fly:
  2. permission: script.fly
  3. permission message: &cYou don't have access to this command.
  4. trigger:
  5. if {fly.%player%} is not set:
  6. send "&2&l(!) &7Flight Enabled!"
  7. make console execute command "sound ORB_PICKUP %player%"
  8. set player's flight mode to true
  9. set {fly.%player%} to "true"
  10. stop
  11. else if {fly.%player%} is "true":
  12. send "&c&l(!) &7Flight Disabled!"
  13. set player's flight mode to false
  14. delete {fly.%player%}
  15. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement