Advertisement
Blue_Tec

Untitled

Mar 28th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Command /fly:
  2. Description: Toggle flight
  3. Usage: /fly
  4. Executable by: players
  5. Trigger:
  6. If {fly.%player%} is not set:
  7. Send "&aFly active" to player
  8. set player's flight mode to true
  9. Set {fly.%player%} to true
  10. Stop
  11. Send "&cFly disabled" to player
  12. set player's flight mode to false
  13. Delete {fly.%player%}
  14. Stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement