Advertisement
TeamWooloo

1.9 Commands

Feb 26th, 2016
52,490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Command #1:
  2.  
  3. /summon Cow ~ ~1 ~ {IsChickenJockey:1,Passengers:[{id:"Zombie",IsVillager:0,IsBaby:1,Silent:1,ActiveEffects:[{Id:14,Amplifier:10,Duration:200000,ShowParticles:0b}],Passengers:[{id:"Creeper",Silent:1,ActiveEffects:[{Id:14,Amplifier:10,Duration:200000,ShowParticles:0b}]}]}]}
  4.  
  5. or
  6.  
  7. /summon Chicken ~ ~1 ~ {IsChickenJockey:1,Passengers:[{id:"Zombie",IsVillager:0,IsBaby:1,Silent:1,ActiveEffects:[{Id:14,Amplifier:10,Duration:200000,ShowParticles:0b}],Passengers:[{id:"Creeper",Silent:1,ActiveEffects:[{Id:14,Amplifier:10,Duration:200000,ShowParticles:0b}]}]}]}
  8.  
  9. etc
  10.  
  11. Command #2:
  12.  
  13. /gamerule randomTickSpeed 1000
  14.  
  15. In command block:
  16.  
  17. /execute @a ~ ~ ~ fill ~-5 ~-5 ~-5 ~5 ~5 ~5 chorus_flower 0 replace chorus_flower 5
  18.  
  19. Make sure this command block is on ALWAYS ACTIVE and REPEAT mode.
  20.  
  21. Command #3:
  22.  
  23. /effect @a levitation 10000 252 true
  24. /effect @a jump_boost 10000 4 true
  25.  
  26. Command #4:
  27.  
  28. First type in chat:
  29. /scoreboard objectives add Flying stat.aviateOneCm
  30.  
  31. Then place an ALWAYS ACTIVE and REPEAT mode command block with the command (FACING UP):
  32. execute @e[score_Flying_min=1] ~ ~ ~ /summon Silverfish ~ ~ ~ {CustomName:"Fly",Size:0,Silent:1,ActiveEffects:[{Id:14,Amplifier:10,Duration:200000,ShowParticles:0b}]}
  33. Then place an ALWAYS ACTIVE and CHAIN mode command block with the command (FACING UP):
  34. scoreboard players set @a Flying 0
  35. Then place an ALWAYS ACTIVE and CHAIN mode command block with the command (FACING UP):
  36. tp @e[type=Silverfish,name=Fly] ~ ~-1000 ~
  37.  
  38. Command #5:
  39.  
  40. Just place a boat on Ice and weeeeeeeeeeeeeeeeeeeee
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement