Advertisement
ShadowTV

Commands von "[REDSTONE] Minecraft - Granaten"

May 13th, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ~ Commands benutzt ~
  2.  
  3. /give @p minecraft:snowball 1 0 {display:{Name:Grenade}}
  4.  
  5.  
  6. ~ In die CommandBlocks ~
  7.  
  8. /fill ~2 ~ ~1 ~ ~ ~1 minecraft:stone
  9. /fill ~2 ~ ~-1 ~ ~ ~-1 minecraft:redstone_block
  10.  
  11. /entitydata @e[type=Snowball] {CustomName:"Grenade",CustomNameVisible:0b,Potion:{id:"potion",Damage:16397,Count:1,tag:{display:{Name:"Grenade",Lore:[]},CustomPotionEffects:[{Id:16,Amplifier:0,Duration:5,ShowParticles:0b,Ambient:0b}]}}}
  12.  
  13. /testfor @e[type=Snowball,name=Grenade]
  14. |> summon ArmorStand ~ ~1 ~ {CustomName:"TNTSummoner",CustomNameVisible:0b,Invisible:1b,Small:1b,Marker:1b}
  15.  
  16. /tp @e[type=ArmorStand,name=TNTSummoner] @e[type=Snowball,name=Grenade]
  17.  
  18. /testfor @e[type=ArmorStand,name=TNTSummoner] {Motion:[0.0,-0.0784000015258789,0.0]}
  19. |>
  20. /execute @e[type=ArmorStand,name=TNTSummoner] ~ ~ ~ summon PrimedTnt ~ ~ ~
  21.  
  22. /kill @e[type=ArmorStand,name=TNTSummoner]
  23.  
  24. |> = Mit Comparator für die Ausgabe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement