broadcastBossBar

fun broadcastBossBar(message: String, color: BarColor = BarColor.BLUE, style: BarStyle = BarStyle.SOLID): BossBar

Sends a broadcast boss bar message to all online players.

Return

The created BossBar.

Parameters

message

The message displayed on the boss bar.

color

The color of the boss bar.

style

The style of the boss bar.