ChaoticRedstone

Parachutes In Vanilla Minecraft!

Jul 13th, 2015
639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Commands:
  2. Fill Clock
  3. >/fill ~1 ~ ~ ~1 ~ ~4 stone
  4. >/fill ~-1 ~ ~ ~-1 ~ ~4 redstone_block
  5. Yellow Section
  6. >/give @a minecraft:leather_chestplate 1 0 {display:{Name:"Parachute",Lore:["Parachute"]},Unbreakable:1,ench:[{id:99,lvl:0}]}
  7. >/give @a minecraft:feather 1 0 {display:{Name:"Deploy Parachute",Lore:["Deploy Parachute"]},Unbreakable:1,ench:[{id:99,lvl:0}]}
  8. >/scoreboard objectives add parachute dummy
  9. Red Section
  10. >/scoreboard players set @a parachute 1 {Inventory:[{Slot:102b,id:"minecraft:leather_chestplate",tag:{display:{Name:"Parachute"}}}]}
  11. >/execute @p ~ ~ ~ /testforblock ~ ~-1 ~ air
  12. >/execute @p ~ ~ ~ /summon EntityHorse ~ ~-2 ~ {Type:0,SaddleItem:{id:saddle},Variant:0,Tame:1,Owner:ChaoticRedstone,Invulnerable:1,ActiveEffects:[{Id:14,Amplifier:100,Duration:20000,ShowParticles:0b}],Riding:{id:"Chicken",Invulnerable:1,Silent:1,ActiveEffects:[{Id:14,Amplifier:100,Duration:20000,ShowParticles:0b}],Riding:{id:"Slime",Silent:1,ActiveEffects:[{Id:14,Amplifier:100,Duration:20000,ShowParticles:0b}]}}}
  13. Green Section
  14. >/testfor @a {SelectedItem:{id:minecraft:feather,tag:{display:{Name:"Deploy Parachute"}}}}
  15. >/kill @e[type=Slime]
  16. >/summon ArmorStand ~ ~1 ~ {NoGravity:1,CustomName:Stick,Invisible:1b,Invulnerable:1b,NoBasePlate:1b,ShowArms:1b,Equipment:[{id:"stick",Count:1b},{},{},{},{}],Pose:{RightArm:[260f,0f,0f]}}
  17. >/summon ArmorStand ~ ~1 ~ {NoGravity:1,CustomName:Carpet,Invisible:1b,Invulnerable:1b,NoBasePlate:1b,ShowArms:1b,Equipment:[{},{},{},{},{id:"carpet",Count:1b}]}
  18. Purple Section
  19. >/tp @e[name=Carpet] @p[score_parachute_min=1]
  20. >/tp @e[name=Carpet] ~ ~1 ~
  21. >/tp @e[name=Stick] @p[score_parachute_min=1]
  22. >/tp @e[name=Stick] ~0.5 ~ ~0.5
  23. Blue Section
  24. >/execute @a[score_parachute_min=1] ~ ~ ~ /testforblock ~ ~-1 ~ air
  25. Hook it up to an inverter
  26. >/kill @e[type=EntityHorse]
  27. >/kill @e[type=ArmorStand]
  28. >/kill @e[type=Chicken]
  29. Help:https://www.youtube.com/watch?v=KC6KPqEGOtA&feature=youtu.be
Advertisement
Add Comment
Please, Sign In to add comment