Minecraft Blogs / Tutorial

Command block tutorial; Snowball Grenades.

  • 4,266 views, 0 today
  • 1
  • 0
  • 1
zhbrzgx's Avatar zhbrzgx
Level 42 : Master Engineer
17
This is my first command block tutorial so tell me what you think;

Grenades in vanilla MC
1. Set up a dummy scoreboard called "bomb"
2. set up a clock with command blocks or command block minecarts.
3. write this command in a comamnd block;
/execute @e[type=Snowball] ~ ~ ~ summon Arrow ~ ~ ~ {CustomName:grenade}
4. Write this command in anothe command block;
/scoreboard players remove @e[name=grenade] bomb 1
5. Write this command in another command block;
/scoreboard players add @e[name=grenade,OnGround:1] bomb 5
6. Write this command in another command block;
/kill @e[name=grenade,score_bomb_status=-2]
7. Write this command in another command block;
/execute @e[name=grenade,score_bomb_min=1] ~ ~ ~ summon PrimedTnt
8. Activate clock and make sure ALL command blocks are being activated at once.
Tags

Create an account or sign in to comment.

dadude1552
10/18/2014 3:29 pm
Level 9 : Apprentice Mage
dadude1552's Avatar
Nice!
1

Welcome