Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. options:
  2. # Altura do DJ
  3. altura: 0.9
  4. # Velocidade do DJ
  5. velocidade: 1
  6. # Mundos que será ativado
  7. mundos: "world_nether" or "world_the_end"
  8.  
  9. on flight toggle:
  10. if player's gamemode is not creative:
  11. world is {@mundos}:
  12. cancel event
  13. set player's fly mode to false
  14. push player upwards at speed {@altura}
  15. push player in direction of player at speed {@velocidade}
  16. on join:
  17. while player is online:
  18. if block below player is not air:
  19. if player has permission "vdoublejump.usar":
  20. set player's fly mode to true
  21. wait 1 tick
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement