Minecraft Custom Boss Tutorial

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 31

  • @chikunz
    @chikunz 4 месяца назад +3

    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

    • @cultist5577
      @cultist5577  4 месяца назад

      @@chikunz thank you! I wish you luck in your command block journey!

  • @dalegendsEC
    @dalegendsEC 6 месяцев назад +3

    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.

  • @Kepl_
    @Kepl_ 2 месяца назад +2

    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?

    • @cultist5577
      @cultist5577  2 месяца назад +1

      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?

    • @Kepl_
      @Kepl_ 2 месяца назад +1

      @@cultist5577 tysm

    • @O-OO1-O
      @O-OO1-O 2 месяца назад +2

      ​@Kepl_ Heya, wanna join a modded smp? I'd recently used this tutorial to add a similar boss to it.

    • @cultist5577
      @cultist5577  2 месяца назад

      @@O-OO1-O Can I join?? (If you saw my previous reply, i didn’t see who you were talking to mb)

  • @BlueToadCentral
    @BlueToadCentral 4 месяца назад +1

    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

    • @cultist5577
      @cultist5577  4 месяца назад

      @@BlueToadCentral make sure you don’t have any repeating command blocks that are constantly setting the bossbar to dark red.

    • @cultist5577
      @cultist5577  4 месяца назад

      @@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

  • @kooshkoosh310
    @kooshkoosh310 Месяц назад

    Quick question, where did you get those boss datapacks?

    • @cultist5577
      @cultist5577  Месяц назад

      @@kooshkoosh310 If you are talking about the one in the very beginning, it is my own creation

  • @ZombieDoctorine
    @ZombieDoctorine 3 месяца назад +1

    How do you disbale the little messages the commans blocks send you in chat?

    • @cultist5577
      @cultist5577  3 месяца назад +1

      @@ZombieDoctorine type /gamerule commandBlockOutput false

    • @ZombieDoctorine
      @ZombieDoctorine 3 месяца назад +1

      @@cultist5577 Thank You!

  • @bifruvin
    @bifruvin 3 месяца назад

    earned my respect and like

  • @ZafarGD
    @ZafarGD 3 месяца назад +1

    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?

    • @cultist5577
      @cultist5577  3 месяца назад

      @@ZafarGD Yes do /bossbar set max 1024

  • @Castiliz
    @Castiliz 11 дней назад

    what did u make the tag for the boss?

    • @cultist5577
      @cultist5577  11 дней назад

      Are you talking about the tag that I put on the boss itself? For that I put the tag of “ paladin “

  • @GemdidFiskå
    @GemdidFiskå Месяц назад +1

    Is it java only or is it bedrock too?

    • @cultist5577
      @cultist5577  Месяц назад

      @@GemdidFiskå this is mainly a java tutorial but if you alter the code and apply the same concepts to bedrock it could work

  • @birdcraft2287
    @birdcraft2287 3 месяца назад +3

    What happens if you make your boss without MCstacker?????

    • @cultist5577
      @cultist5577  3 месяца назад +1

      @@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.

    • @birdcraft2287
      @birdcraft2287 3 месяца назад +1

      @@cultist5577 okay.

    • @vaaron8524
      @vaaron8524 9 дней назад

      Then your a psychopath

  • @simonlin-oe9hi
    @simonlin-oe9hi 6 месяцев назад +1

    helpful 👍

  • @beedra426
    @beedra426 3 месяца назад +1

    How to make the boss attack to be like more random so that you’ll never know his next attack🤔

    • @cultist5577
      @cultist5577  3 месяца назад

      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