Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. /scoreboard objectives add antiJump dummy
  2.  
  3. execute @a[score_antiJump_min=0,score_antiJump=0] ~ ~ ~ detect ~ ~-.1 ~ air 0 scoreboard players set @s antiJump 1
  4. scoreboard players add @a[score_antiJump_min=1] antiJump 1
  5. execute @a ~ ~ ~ detect ~ ~-.1 ~ air 0 scoreboard players set @s antiJump 1
  6. effect @a[score_antiJump_min=2,score_antiJump=2] levitation 0
  7. effect @a[score_antiJump_min=2,score_antiJump=2] levitation 1 128
  8. scoreboard players set @a[score_antiJump_min=9] antiJump 0
  9. effect @a[score_antiJump=0] levitation 1000000 254
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement