Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2016
8,699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1.  
  2. Foto guía:
  3.  
  4. http://prntscr.com/9ltxoj
  5.  
  6. Scoreboard: /scoreboard objectives add salto stat.jump
  7.  
  8. PARTE1:
  9.  
  10. /execute @a[score_salto_min=1,score_salto=1] ~ ~ ~ detect ~ ~-2.3 ~ wool 13 /effect @a 8 1 3 true
  11. /execute @a[score_salto_min=1] ~ ~ ~ /scoreboard players reset @a salto
  12.  
  13. PARTE2:
  14. /execute @a ~ ~ ~ /summon ArmorStand ~ ~ ~ {CustomName:salto,NoGravity:1,Invisible:1}
  15. /execute @a ~ ~-1 ~ /fill ~ ~ ~ ~ ~ ~ barrier 0 replace air 0
  16.  
  17. PARTE3:
  18. /execute @e[name=salto] ~ ~-1 ~ /fill ~1 ~1 ~-1 ~-1 ~-2 ~1 air 0 replace barrier 0
  19. /execute @a ~ ~-1 ~ /fill ~1 ~1 ~-1 ~-1 ~-2 ~1 air 0 replace barrier 0
  20. /playsound mob.irongolem.throw @a 0 0 0 9999 0 1
  21.  
  22. PARTE4:
  23. /execute @e[name=salto] ~ ~-1 ~ /kill @e[name=salto]
  24. /execute @a ~ ~ ~ /particle cloud ~ ~ ~ 0.1 0 0.1 0.3 2
  25. /execute @a ~ ~ ~ /particle smoke ~ ~ ~ 0.1 0 0.1 0.3 5
  26. /effect @a minecraft:jump_boost 0 0 true
  27.  
  28. PARTE5:
  29. /scoreboard players reset @a salto
  30.  
  31.  
  32. comandos de effect:
  33. /effect @a minecraft:slowness 2 10 true
  34. /effect @a[x,y,z,r=2] minecraft:slowness 2 10 true
  35. /effect @e[type=Creeper] minecraft:slowness 2 10 true
  36. /effect @e[name=Capullo] minecraft:invisibility 2 1 true
  37.  
  38. comandos detectar:
  39.  
  40. /execute @a ~ ~ ~ detect ~ ~-1 ~ minecraft:dirt 2 /effect @a minecraft:slowness 2 2 true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement