Representing the [boss_bar] section in server.toml.
The title text displayed at the top of the player list. The title supports MiniMessage formatting for colors and styling.
:::code-group
[boss_bar]
title = "<blue><bold>Welcome to PicoLimbo!</bold></blue>":::
The health of the boss bar, represented as a float between 0.0 (empty) and 1.0 (full).
:::code-group
[tab_list]
health = 1.0:::
The color of the boss bar.
:::code-group
[boss_bar]
color = "blue":::
Possible values:
pink
blue
red
green
yellow
purple
white
The number of divisions in the boss bar, affecting its visual segmentation.
:::code-group
[boss_bar]
division = 0:::
Possible values:
0 - No divisions
6 - 6 segments
10 - 10 segments
12 - 12 segments
20 - 20 segments