Redsword

Custom TNT

Jun 24th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. /execute @e[type=cow,name=lava] ~ ~ ~ /setblock ~ ~ ~ tnt
  2. /execute @e[type=cow,name=lava] ~ ~ ~ /summon armor_stand ~ ~ ~ {CustomName:"lavatnt",Small:1,Invisible:1}
  3. /execute @e[type=armor_stand,name=lavatnt] ~ ~ ~ /entitydata @e[type=tnt,r=1] {CustomName:"Lava"}
  4. /scoreboard players add @e[type=tnt,name=Lava] timer 1
  5. /execute @e[score_timer_min=1,score_timer=80] ~ ~ ~ /particle lava ~ ~ ~ 0.5 0.5 0.5 0.1 10
  6. /execute @e[score_timer_min=79,score_timer=79] ~ ~ ~ /setblock ~ ~7 ~ sponge
  7. /tp @e[type=cow,name=lava] ~ ~-999 ~
  8. /execute @e[score_timer_min=80] ~ ~ ~ /kill @e[type=armor_stand,name=lavatnt]
  9.  
  10. Format One Command :
  11.  
  12. INIT:/scoreboard objectives add timer dummy
  13.  
  14. /execute @e[type=cow,name=lava] ~ ~ ~ /setblock ~ ~ ~ tnt
  15. /execute @e[type=cow,name=lava] ~ ~ ~ /summon armor_stand ~ ~ ~ {CustomName:"lavatnt",Small:1,Invisible:1}
  16. /execute @e[type=armor_stand,name=lavatnt] ~ ~ ~ /entitydata @e[type=tnt,r=1] {CustomName:"Lava"}
  17. /scoreboard players add @e[type=tnt,name=Lava] timer 1
  18. /execute @e[score_timer_min=1,score_timer=80] ~ ~ ~ /particle lava ~ ~ ~ 0.5 0.5 0.5 0.1 10
  19. /execute @e[score_timer_min=79,score_timer=79] ~ ~ ~ /setblock ~ ~7 ~ sponge
  20. /tp @e[type=cow,name=lava] ~ ~-999 ~
  21. /execute @e[score_timer_min=80] ~ ~ ~ /kill @e[type=armor_stand,name=lavatnt]
Advertisement
Add Comment
Please, Sign In to add comment