Advertisement
MasInYoFace

Trifecta #6

Jun 5th, 2014
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. #1 EnderDust
  2. /particle blockdust_35_14 ~ ~ ~ .1 0 .1 0.05 10 @e[name=Dust]
  3. /particle portal ~ ~-.2 ~ .2 0 .2 0.1 5 @e[name=Dust]
  4. /execute @e[type=Endermite] ~ ~1 ~ /summon Silverfish ~ ~ ~ {CustomName:Dust,HealF:5,Invulnerable:0,ActiveEffects:[{Id:14,Amplifier:1,Duration:100000,ShowParticles:0},{Id:20,Amplifier:1,Duration:100000,ShowParticles:0},],Attributes:[{Name:generic.knockbackResistance,Base:1},{Name:generic.movementSpeed,Base:0.01},{Name:generic.attackDamage,Base:5},],}
  5.  
  6. #2 Airstrike bomb
  7. /execute @e[type=WitherSkull] ~ ~ ~ testfor @a[r=5]
  8. /execute @e[name=!!!] ~ ~ ~ summon PrimedTnt ~ ~ ~
  9. /tp @e[type=WitherSkull] @e[score_Chest_min=1]
  10. /scoreboard players set @e[type=FallingSand,r=4] Chest 1
  11. /summon FallingSand 605 59 167 {Time:1,TileID:46}
  12.  
  13. #3 Electric Storm
  14. /give @p minecraft:spawn_egg 1 0 {display:{Name:"Electric Storm",Lore:[Right click to summon a forcefield!]}}
  15.  
  16. /testfor @p[score_Storm_min=1]
  17. /execute @p[score_Storm_min=1] ~ ~ ~ /summon WitherSkull ~ ~ ~ {direction:[],CustomName:Storm,CustomNameVisible:-1}
  18. /scoreboard players set @a Storm 0
  19.  
  20. /scoreboard players add @e[name=Storm] StormTime 1
  21. /kill @e[score_StormTime_min=150]
  22.  
  23. /execute @e[score_StormTime_min=1,score_StormTime=30] ~ ~ ~ /particle cloud ~ ~ ~ 0 0 0 .1 10
  24. /execute @e[score_StormTime_min=1,score_StormTime=30] ~ ~ ~ /particle magicCrit ~ ~ ~ 0 0 0 .1 300
  25. /execute @e[score_StormTime_min=1,score_StormTime=2] ~ ~ ~ /playsound mob.wither.shoot @a ~ ~ ~ .5 1 0
  26. /execute @e[score_StormTime_min=149,score_StormTime=150] ~ ~ ~ /particle lava ~ ~ ~ 4 4 4 1 1000
  27.  
  28. /execute @e[score_StormTime_min=0,score_StormTime=30] ~ ~ ~ /effect @a[r=1,team=Red] 20 1 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement