Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~ Commands benutzt ~
- /give @p minecraft:snowball 1 0 {display:{Name:Grenade}}
- ~ In die CommandBlocks ~
- /fill ~2 ~ ~1 ~ ~ ~1 minecraft:stone
- /fill ~2 ~ ~-1 ~ ~ ~-1 minecraft:redstone_block
- /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}]}}}
- /testfor @e[type=Snowball,name=Grenade]
- |> summon ArmorStand ~ ~1 ~ {CustomName:"TNTSummoner",CustomNameVisible:0b,Invisible:1b,Small:1b,Marker:1b}
- /tp @e[type=ArmorStand,name=TNTSummoner] @e[type=Snowball,name=Grenade]
- /testfor @e[type=ArmorStand,name=TNTSummoner] {Motion:[0.0,-0.0784000015258789,0.0]}
- |>
- /execute @e[type=ArmorStand,name=TNTSummoner] ~ ~ ~ summon PrimedTnt ~ ~ ~
- /kill @e[type=ArmorStand,name=TNTSummoner]
- |> = Mit Comparator für die Ausgabe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement