Minecraft Blogs / Tutorial

Command block tutorial; Snowball Grenades.

  • 4,022 views, 1 today
  • 1
  • 0
  • 1
zhbrzgx 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.

1
10/18/2014 3:29 pm
Level 9 : Apprentice Mage
dadude1552
dadude1552 avatar
Nice!
Planet Minecraft

Website

© 2010 - 2023
www.planetminecraft.com

Welcome