Advertisement
MasInYoFace

Trifecta #2

Feb 2nd, 2014
725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Trifecta #2
  2.  
  3. 1. EnderBomb
  4. /clear @p filled_map
  5. /summon Silverfish ~ ~10 ~ {Riding:{id:PrimedTnt,Fuse:80},ActiveEffects:[{Id:14,Amplifier:1,Duration:30000,Ambient:1}],Invulnerable:1,CustomName:Enderbomb}
  6. /tp @e[type=PrimedTnt,c=-1] @p
  7. /particle portal ~ ~ ~ 0 2 0 2 10000 @e[name=Enderbomb]
  8. /kill @e[type=PrimedTnt]
  9. /particle largeexplode ~ ~ ~ 0 0 0 2 100 @e[name=Enderbomb]
  10. /particle portal ~ ~ ~ 3 10 3 2 100 @e[name=Enderbomb]
  11. /playsound random.explode @a 0 0 0 1 1 1
  12. /summon Enderman ~ ~1 ~ {ActiveEffects:[{Id:14,Amplifier:1,Duration:10,Ambient:1}]}
  13. /tp @e[type=Enderman,c=-1] @e[name=Enderbomb]
  14. /kill @e[name=Enderbomb]
  15.  
  16. 2. Boss fight
  17. /testfor @e[name=BOSS] {HurtTime:0s}
  18. /particle heart ~ ~ ~ 2 2 2 .5 1000 @e[name=BOSS]
  19.  
  20. 3. Fairy
  21. /summon Bat ~ ~1 ~ {Equipment:[{id:},{id:313},{id:312},{id:311},{id:310}]}
  22. /summon Bat ~ ~1 ~ {ActiveEffects:[{Id:14,Amplifier:150,Duration:30000,Ambient:1}],Riding:{id:Cow,ActiveEffects:[{Id:14,Amplifier:150,Duration:30000,Ambient:1},{Id:12,Amplifier:150,Duration:30000,Ambient:1}]},Equipment:[{id:torch},{id:317},{id:316},{id:315},{id:314}],CustomName:Fairy}
  23.  
  24. /particle happyVillager ~ ~ ~ 1 1 1 1 5 @e[name=Fairy]
  25. /particle heart ~ ~ ~ 1 1 1 1 5 @e[name=Fairy]
  26. /summon ThrownPotion ~0 ~3 ~0 {Potion:{id:373,Damage:16421,Count:1}}
  27. /tp @e[type=ThrownPotion] @e[name=Fairy]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement