Advertisement
ThunderJazz

Minecraft: Concept - Double Jumping

Jul 4th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Minecraft Double Jumping Concept:
  2. To double "jump" in Minecraft,you need a scoreboard like this
  3. /scoreboard objectives add jump stat.jump
  4.  
  5. Then after that,make a VERY fast clock then connect it to command blocks with these commands
  6. /tp @a[score_jump_min=1] ~ ~2 ~
  7. /scoreboard players set @a[score_score_jump_min=1] jump 0
  8.  
  9. HOW IT WORKS:
  10. The pre-prepared scoreboard gives out 1 score when you jump. The first command(/tp) teleports you 2 blocks up ONLY when you jumped so that you can jump 2 blocks up. Then the second command(/scoreboard) sets your jump score back to 0 ONLY if you jumped or have a jump score of 1
  11.  
  12. Hope you guys understand this tutorial!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement