Compatibility
Minecraft: Java Edition
1.20–1.20.2
1.19.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
A server-side Minecaft mod which allows the creation of custom boss bars.
Possible colours are: PINK
BLUE
RED
GREEN
YELLOW
PURPLE
WHITE
Possible styles are: PROGRESS
NOTCHED_6
NOTCHED_10
NOTCHED_12
NOTCHED_20
Example config:
{
"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
}
}
}