How to make a bossbar in minecraft 1.14
Mia Ramsey
Published Mar 29, 2026

In this video I will show you how to use the /bossbar command in Minecraft as well as how to add boss bars into your datapacks and boss mobs!Leave a like if …
There are other answers below:
If this video is a copy of someone from the media, contact us!Commands Block :1./bossbar a… Disclaimer : This video does not copy from someone or other media.
To create a bossbar called digminecraft:bossbar1 with the text “TheChallenge”: /bossbar add digminecraft:bossbar1 “TheChallenge” To show the bossbar called digminecraft:bossbar1 to all players: /bossbar set digminecraft:bossbar1 players @a. To set the current value of the bossbar called digminecraft:bossbar1 to 100:
Creates and modifies boss bars. bossbar add
BossBar bossBar; @Override public void onEnable { bossBar = Bukkit. createBossBar ( ChatColor. DARK_PURPLE + “Visit our Website! “+ ChatColor. LIGHT_PURPLE + “…”, BarColor. PURPLE, BarStyle. SOLID); } }
It has three commands, which first make the bossbar invisible to everyone, then store the currently displayed player’s mana score in the bossbar, and finally make the bossbar visible to that player. bossbar set minecraft:mana players @s [tag=nobody] execute as @a if score @s playerID = manaTimer global run execute store result bossbar …
level 1. · 1y. This command will display the bossbar when the player is within 10 blocks: /execute as @e[tag=deathlordazrax] at @s if entity @p[distance=..10] run bossbar set minecraft:deathlordazrax visible true. This command will hide the bossbar when the player is not within 10 blocks:
Create scoreboard called “health” linked to the player’s health; Create bossbar called “health” Run command /execute as @a store result bossbar minecraft:health value run scoreboard players get @s health; This way the bossbar will always be equal in value to your health, but as mentioned, it doesn’t work on more than one player.
Create the bossbar: /bossbar add mob “Mobs health”. Set the maximum value to 25, so that it matches the horse: /bossbar set minecraft:mob max 25. Now you’re ready to check a horse. I would suggest to rely on tags, that makes it easier to pinpoint a specific horse which you want to check up on.
#BossBar BossBar: true BossBar-Interval: 10 # in seconds bossbars: ‘1’: text: ‘&aText1 %player_name%’ color: ‘RED’ type: ‘SOLID’ ‘2’: text: ‘&aText2’ color: ‘GREEN’ type: ‘SEGMENTED_6’ ‘3’: text: ‘&aText3’ color: ‘YELLOW’ type: ‘SEGMENTED_10’ ‘4’: text: ‘&aText4’ color: ‘PURPLE’ type: ‘SEGMENTED_12’ ‘5’: text: ‘&aText5’ color: ‘WHITE’ type: ‘SEGMENTED_20’ #AutoBroadcast