Advertisement
doru90

Untitled

Nov 18th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. on flight toggle:
  2. player's gamemode is not creative:
  3. wait a tick
  4. set player's flight state to false
  5. execute console command "/execute %player% ~ ~ ~ playsound minecraft:entity.enderdragon.flap ambient @a ~ ~ ~ 1 2"
  6. execute console command "/execute %player% ~ ~ ~ particle cloud ~ ~1 ~ 0.5 0.5 0.5 0.6 60 force"
  7. push player upwards at speed 1
  8. push player horizontal forwards at speed 0.8
  9. Every 1 tick in "world":
  10. loop all players:
  11. if loop-player is on ground:
  12. set loop-player's flight state to true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement