Advertisement
Morrle

Moon Gravity - Minecraft Concept

Sep 14th, 2015
687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ----[MOON GRAVITY - MINECRAFT 1.9 CONCEPT]----
  2.  
  3. CHAT:
  4. /scoreboard objectives add Jump stat.jump
  5.  
  6. Repeating CmdBlock - always active - Direction next command block:
  7. effect @e[score_Jump_min=1] minecraft:levitation 1 1 true
  8.  
  9. Chain CmdBlock - always active - direction next cmd block:
  10. effect @e[score_Jump_min=1] minecraft:jump_boost 2 1 true
  11.  
  12. Chain CmdBlock - always active:
  13. scoreboard players set @a Jump 0
  14.  
  15. by Morrle
  16. https://youtube.com/morrlehd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement