How to Make a Custom Boss in Minecraft Bedrock

Описание к видео How to Make a Custom Boss in Minecraft Bedrock

How to Make a Custom Boss in Minecraft Bedrock, with this command block tutorial you can make one too!

in this video I will be showing you all how to make a custom boss in minecraft bedrock edition using ONLY command blocks! I make really simple and easy tutorials to follow for people who are beginners with command blocks! I would recommend using this custom boss in your minecraft realm or world and I added a part where you can make the custom boss drop a custom item if you wanted to! If this video did help you out, feel free to leave a like and subscribe to the channel! Thanks for all the love and support! Much Love - Gabe

Current Subscribers: 10,411

Join the Discord: discord.gg/gabedala

(Commands for the video) in order!
/gamerule sendcommandfeedback false
/gamerule commandblockoutput false
/tickingarea add circle ~ ~ ~ 4 blocks

(First Set of Command Blocks)
RUA
/replaceitem entity @e[type=wither_skeleton,name=§aBOSS§f] slot.armor.head 1 keep diamond_helmet 1 9999

CCA
/damage @e[type=wither] 20 entity_attack

CCA
/replaceitem entity @e[type=wither_skeleton,name=§aBOSS§f] slot.armor.head 1 diamond_helmet 1 9999

RUA
/effect @e[type=wither_skeleton,name=§aBOSS§f] resistance 999999999 225 true

(Second Set of Command Blocks)
RUA
/testfor @e[type=wither]

IUN
/kill @e[type=wither_skeleton,name=§aBOSS§f]

CCA (Rename Hover Note to §e§lServer)
/say @p §chas killed the §a§lBOSS

CCA
/playsound random.levelup @p

RUA
/testfor @e[type=wither_skeleton,name=§aBOSS§f]

IUN
/summon wither §aBOSS§f ~~35~

/give [name] structure_block

CCA (Optional Key / Item)
/execute at @p run /structure load "bosskey" ~~1~ 0_degrees none true false

IUN
/summon wither_skeleton §aBOSS§f ~4 ~ ~

Chapters:
0:00 Intro
0:35 How it Works
1:27 3 Main Commands!
2:10 First Set of Blocks!
2:45 Naming Boss!
3:21 Continuing Commands
4:29 Second Set of Blocks
5:00 Commands
5:43 Hover Note
6:14 Continuing Commands
7:15 Summoning Wither
8:02 Custom Items
8:35 Structure Block
9:21 Rename Structure
10:15 How to Spawn Boss
11:20 Outro

Комментарии

Информация по комментариям в разработке