wow, the way you breeze through the coding in the command blocks like this is any other regular day… as someone new to command blocks and learning how to make custom bosses for my server of friends, i can only hope to be as great as you one day 😭 awesome video, thank you
hey amazing vid but for some people it's confusing when you use the "Fake Player" for scores as "Dummy" while the scoreboard is counted via "dummy" so you can try doing some other name EX: "notch", besides that overall amazing video and an easy showcase plus the boss you showed in the beginning looks extraordinary, a sub well deserved.
How do you make a respawn timer, so like when you kill it, it respawns like 5 minutes later and only when you kill it, then it respawns in a 5 minute interval?
Hmm so I have been thinking about this since yesterday, and I think the way you do that would probably be: 1. Find a way to detect when they kill the boss, and when they do set a dummy scoreboard to 1 then have a command block that constantly adds 1 onto that score if it’s more than 1 already. This is your timer. Then make a command block that detects when the score passes 6000 ticks and when it does it will respawn the boss then the next command block will reset the score. This will allow it to start all over again. Hope this was useful?
3:18 it won’t let me change the color of the boss bar, it’s just stuck on dark red, and it isn’t my world I made a new world and it still wouldn’t change
Very useful video, thank you very much, but I have a question, my boss has 1024 HP, but the bossbar starts to display only when he has 100 HP left, do you know how to make it so that all 1024 HP are displayed?
Well there is a system that you could do, it goes smth like this: so you set these armor stands on top of these lines of command blocks for your attacks. When you want to run a random attack just use execute as @e[tag=name,sort=random,limit=1] at @s run setblock ~ ~ ~ redstone_block
wow, the way you breeze through the coding in the command blocks like this is any other regular day…
as someone new to command blocks and learning how to make custom bosses for my server of friends, i can only hope to be as great as you one day 😭 awesome video, thank you
@@chikunz thank you! I wish you luck in your command block journey!
hey amazing vid but for some people it's confusing when you use the "Fake Player" for scores as "Dummy" while the scoreboard is counted via "dummy" so you can try doing some other name EX: "notch", besides that overall amazing video and an easy showcase plus the boss you showed in the beginning looks extraordinary, a sub well deserved.
Thanks :D
How do you make a respawn timer, so like when you kill it, it respawns like 5 minutes later and only when you kill it, then it respawns in a 5 minute interval?
Hmm so I have been thinking about this since yesterday, and I think the way you do that would probably be: 1. Find a way to detect when they kill the boss, and when they do set a dummy scoreboard to 1 then have a command block that constantly adds 1 onto that score if it’s more than 1 already. This is your timer. Then make a command block that detects when the score passes 6000 ticks and when it does it will respawn the boss then the next command block will reset the score. This will allow it to start all over again. Hope this was useful?
@@cultist5577 tysm
@Kepl_ Heya, wanna join a modded smp? I'd recently used this tutorial to add a similar boss to it.
@@O-OO1-O Can I join?? (If you saw my previous reply, i didn’t see who you were talking to mb)
3:18 it won’t let me change the color of the boss bar, it’s just stuck on dark red, and it isn’t my world I made a new world and it still wouldn’t change
@@BlueToadCentral make sure you don’t have any repeating command blocks that are constantly setting the bossbar to dark red.
@@BlueToadCentral do you have any datapacks or perhaps other creations that could be tampering with your bossbar? That could be a reason for the issue
Quick question, where did you get those boss datapacks?
@@kooshkoosh310 If you are talking about the one in the very beginning, it is my own creation
How do you disbale the little messages the commans blocks send you in chat?
@@ZombieDoctorine type /gamerule commandBlockOutput false
@@cultist5577 Thank You!
earned my respect and like
Very useful video, thank you very much, but I have a question, my boss has 1024 HP, but the bossbar starts to display only when he has 100 HP left, do you know how to make it so that all 1024 HP are displayed?
@@ZafarGD Yes do /bossbar set max 1024
what did u make the tag for the boss?
Are you talking about the tag that I put on the boss itself? For that I put the tag of “ paladin “
Is it java only or is it bedrock too?
@@GemdidFiskå this is mainly a java tutorial but if you alter the code and apply the same concepts to bedrock it could work
What happens if you make your boss without MCstacker?????
@@birdcraft2287 Nothing would happen, MCstacker is just a tool that makes custom mob creation a lot easier. As long as it works you’re good.
@@cultist5577 okay.
Then your a psychopath
helpful 👍
How to make the boss attack to be like more random so that you’ll never know his next attack🤔
Well there is a system that you could do, it goes smth like this: so you set these armor stands on top of these lines of command blocks for your attacks. When you want to run a random attack just use execute as @e[tag=name,sort=random,limit=1] at @s run setblock ~ ~ ~ redstone_block