Advertisement
ChaoticRedstone

Double Jumps In Vanilla Minecraft Commands

Oct 12th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Commands for Double Jump Below
  2. 1. Setup the scoreboards
  3. > /scoreboard objectives add jump stat.jump
  4. > /scoreboard objectives add jump2 dummy
  5.  
  6. 2. Make Fill Clock
  7. > /fill ~-1 ~ ~-3 ~-1 ~ ~ redstone_block
  8. > /fill ~1 ~ ~-3 ~1 ~ ~ stone
  9.  
  10. 3. Put these commands onto fill clock
  11. > /effect @a[score_jump2_min=1] 8 5 2 true
  12. > /scoreboard players set @a[score_jump_min=2] jump 0
  13. > /scoreboard players set @a jump2 1
  14.  
  15. 4. Put the testfor command on the fill clock and connect a comparator to it and a repeater set to 2 ticks (Right-click the repeater 2 times)
  16. > /testfor @a[score_jump2_min=1,score_jump_min=1]
  17.  
  18. 5.Connect to Output
  19. > /execute @a[score_jump_min=1,score_jump2_min=1] ~ ~ ~ /fill ~-1 ~-1 ~-1 ~1 ~-1 ~1 barrier 0 replace air 0
  20.  
  21. 6. Reset and remove barriers
  22. > /execute @a ~ ~ ~ fill ~-6 ~-6 ~-6 ~6 ~6 ~6 air 0 replace barrier 0
  23. > /scoreboard players set @a jump 0
  24.  
  25. Trouble? Need Help? Check out the YouTube explanation: https://www.youtube.com/watch?v=bFOPNTbFEjQ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement