Command Block Tutorial #113: Custom Boss Commands in Minecraft (1.17+)
In this video I will show how to make custom boss mobs that are boss bar that in sync with that mob's health.
Commands:
* Setting up the boss bar:
1. Impulse Command Block: /bossbar add boss "Boss"
2. Impulse Command Block: /scoreboard objectives add health
3. Impulse Command Block: /bossbar set minecraft:boss color red
* Removing the boss bar:
1. Impulse Command Block: /bossbar remove minecraft:boss
2. Impulse Command Block: /scoreboard objectives remove health
* Activating the boss bar for the custom boss (Example):
1. Repeater Command Block: /execute store result bossbar minecraft:boss value run data get entity @e[tag=boss,limit=1] Health
2. Chain Command Block: /execute if entity @e[tag=boss] run bossbar set minecraft:boss players @a
3. Chain Command Block: /execute unless entity @e[tag=boss] run bossbar set minecraft:boss players
4. Chain Command Block: /execute as @e[tag=boss] store result score @s health run data get entity @s Health
5. Chain Command Block: /bossbar set minecraft:boss name [{"text":"Wither Skeleton Boss},{"score":{"name":"@e[tag=boss,limit=1]","objective":"health"}}]
* Summoning the custom boss (Example):
1. Impulse Command Block: /summon minecraft:wither_skeleton 106 232 -75 {Tags:[boss],HandItems:[{Count:1,id:netherite_sword,tag:{Enchantments:[{id:sharpness,lvl:5},{id:fire_aspect,lvl:2},{id:looting,lvl:2},{id:unbreaking,lvl:3}]}},{}],ArmorItems:[{Count:1,id:netherite_boots,tag:{Enchantments:[{id:protection,lvl:4}]}},{Count:1,id:netherite_leggings,tag:{Enchantments:[{id:protection,lvl:4}]}},{Count:1,id:netherite_chestplate,tag:{Enchantments:[{id:protection,lvl:4},{id:thorns,lvl:3}]}},{Count:1,id:netherite_helmet,tag:{Enchantments:[{id:projectile_protection,lvl:4}]}}],ActiveEffects:[{Id:1,Amplifier:0,Duration:999999}]}
2. Chain Command Block: /execute store result bossbar minecraft:boss max run data get entity @e[tag=boss,limit=1] Health
Music:
1. Gaming Sound FX:
* Monkeys Spinning Monkeys (Kevin MacLeod) - Gaming Background Music (HD):
https://www.youtube.com/watch?v=pr42a...
2. Hitman (Kevin McLeod) - Vanoss Gaming Background Music (HD):
https://www.youtube.com/watch?v=hTIIK...
Other Videos By RedstoneKnightX
Other Statistics
Minecraft Statistics For RedstoneKnightX
RedstoneKnightX presently has 1,527,317 views for Minecraft across 384 videos, with His channel uploaded over 2 days worth of Minecraft videos. This is 85.45% of the total watchable video on RedstoneKnightX's YouTube channel.