Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.02 KB

File metadata and controls

68 lines (53 loc) · 1.02 KB

Boss Bar Settings

Representing the [boss_bar] section in server.toml.

Boss Bar Title

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>"

:::

Boss Bar Health

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

:::

Boss Bar Color

The color of the boss bar.

:::code-group

[boss_bar]
color = "blue"

:::

Possible values:

pink
blue
red
green
yellow
purple
white

Boss Bar Divisions

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