Advertisement
Jragon014

1.10 SFX Loot

Aug 21st, 2016
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. ----INITIAL ARMOR STAND PLACEMENT---
  2.  
  3. /give @p armor_stand 1 0 {EntityTag:{CustomName:"specialDrop",Tags:[specialDrop],Invisible:1,NoGravity:1,Marker:1b},ench:[],display:{Name:"Special Drop"}}
  4.  
  5. OR
  6.  
  7. /summon ArmorStand ~ ~ ~ {CustomName:"specialDrop",Tags:[specialDrop],Invisible:1,NoGravity:1,Marker:1b}
  8.  
  9. ---REPEATING CLOCK----
  10.  
  11. /execute @e[tag=specialDrop] ~ ~ ~ /summon ArmorStand ~ ~50 ~ {Tags:[specialDrop1],Invisible:1,Marker:1b,CustomName:"Special Drop Effect"}
  12.  
  13. /execute @e[tag=specialDrop1] ~ ~ ~ /summon FireworksRocketEntity ~ ~ ~ {LifeTime:0,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:0,Colors:[2490125],FadeColors:[65527]}]}}}}
  14.  
  15. /scoreboard players tag @e[tag=specialDrop1] add dropGround {OnGround:1b}
  16. /execute @e[tag=dropGround] ~ ~ ~ /summon Creeper
  17. /execute @e[tag=dropGround] ~ ~ ~ /playsound minecraft:entity.wither.death voice @p ~ ~ ~ 2 2 1
  18.  
  19. /kill @e[tag=dropGround]
  20. /kill @e[tag=specialDrop]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement