Mob Boss Bars - Customizable Health Bars for Mobs
This server-side Minecraft mod enables the creation of personalized health indicators for various creatures in the game. You can finely customize the appearance and behavior of these bars for each mob type individually.
A wide color palette is available for customization: pink, blue, red, green, yellow, purple, and white. Various display styles are also offered: standard progressive, notched with 6, 10, 12, or 20 divisions.
The configuration file example demonstrates customization capabilities:
{
"minecraft:elder_guardian": {
"enabled": true,
"colour": "WHITE",
"style": "PROGRESS",
"darkenSky": false,
"dragonMusic": false,
"thickenFog": false
},
"minecraft:warden": {
"enabled": true,
"colour": "BLUE",
"style": "NOTCHED_20",
"darkenSky": true,
"dragonMusic": false,
"thickenFog": true
},
"minecraft:wither": {
"enabled": true,
"colour": "PURPLE",
"style": "PROGRESS",
"darkenSky": true,
"dragonMusic": false,
"thickenFog": false
},
"minecraft:ender_dragon": {
"enabled": true,
"colour": "RED",
"style": "NOTCHED_10",
"darkenSky": false,
"dragonMusic": true,
"thickenFog": true
}
}
}
Additional options include the ability to darken the sky, activate special dragon music, and intensify fog during combat, creating a more atmospheric and tense boss encounter.