1

Minecraft Command Blocks (Need Help Please)

Androo's Avatar Androo6/1/16 12:16 am
6/1/2016 9:19 am
Androo's Avatar Androo
Hi, thanks for coming by. I really need some help on my map. There's this thing about mobs. Okay, let me explain. I wanted to make a custom boss that can spawn TnTs and Shoot Fireballs and can Spawn Little Minions and all that sort of stuffs. Now I have been researching for weeks and I can't find the exact thing I need. Can you help me? For all of those command blocks geniuses? Thanks, By the way I'm using 1.9
Posted by Androo's Avatar
Androo
Level 4 : Apprentice Explorer
0

Create an account or sign in to comment.

12

1
06/01/2016 9:19 am
Level 4 : Apprentice Explorer
Androo
Androo's Avatar
Ok
1
06/01/2016 6:18 am
Level 4 : Apprentice Explorer
Androo
Androo's Avatar
Thanks Guys I'm really a big noob when it comes to commands So, How to activate it then. Sorry for the "keep coming" questions
1
06/01/2016 7:48 am
Level 29 : Expert Caveman
Lexxer
Lexxer's Avatar
Activate what?

The scoreboard will update automatically, so if you want to kill the Ghast just put the command in a repeating command block.
1
06/01/2016 4:25 am
Level 4 : Apprentice Explorer
Androo
Androo's Avatar
Wait, I also forgot! How to make the ghast be invisible for 1000000 and how can I also execute the ghast once the boss died?
1
06/01/2016 6:07 am
Level 29 : Expert Caveman
Lexxer
Lexxer's Avatar
/effect @e[type=Ghast] minecraft:invisibility 1000000 1 true

Let's say your boss is a Zombie:
/scoreboard objectives add bossKill stat.killEntity.Zombie

set it to 0 when the fight begins:
/scoreboard players set @a bossKill 0

and finally, if the player kills the boss, kill the Ghast:
/execute @a[score_bossKill_min=1] ~ ~ ~ /kill @er[type=Ghast]
1
06/01/2016 5:06 am
Level 22 : Expert Network
YTCereal
YTCereal's Avatar
alot of work.
nuff said.


its just scoreboards.
to lazy to type all of the scoreboard things, its complicated for you
1
06/01/2016 4:17 am
Level 4 : Apprentice Explorer
Androo
Androo's Avatar
WOAH!!! THANKS MAN

THANKS!!! THIS REALLY SOLVED MY PROBLEMS!!!

WAIT! HOW CAN I ACTIVATE THE TNT WHEN THE PLAYER IS NEAR THE BOSS?
1
06/01/2016 4:13 am
Level 1 : New Network
KyleDaHorsey
KyleDaHorsey's Avatar
Here are some commands of how you could do it

For the TNT use:
/execute @a ~ ~ ~ /summon PrimedTnt ~ ~ ~ {Fuse:30}

For the Fireballs :
/summon MinecartRideable ~ ~ ~ {Passengers:[{id:Ghast}]}
Then make them both invisible.
Good Luck
1
06/01/2016 3:18 am
Level 4 : Apprentice Explorer
Androo
Androo's Avatar
WOW! But how do I actually use the TNT? I don't get it and the fireballs thing? How do I actually make it to target the player? Sorry but But thanks for the advice tho
1
06/01/2016 1:53 am
Level 1 : New Network
KyleDaHorsey
KyleDaHorsey's Avatar
Easy.
First you wanna create your boss. You can use the Riding tag on mobs OR for more customization you could use an armor stand holding stuff.

Then for the spawning little minions you want to do /execute @e[name=CustomBoss] ~ ~ ~ /summon *Here you put all your minion spawning details*

For the TNT you want to use /execute again except use it on the player so that the TNT spawns in close proximity.

For the fireballs you want to just summon it by either
1. Keeping an invisible, invincible ghast.
2. By actually summoning them in all directions so they hit the player.


Good Luck!!
1
06/01/2016 12:34 am
Level 4 : Apprentice Explorer
Androo
Androo's Avatar
I mean it's up to somebody who wants to help me. As long as it works
1
06/01/2016 12:25 am
Level 16 : Journeyman Engineer
katdepoes
katdepoes's Avatar
Maybe you can draw our build 1, so we can see how you want it looks.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome