fun bossBar(message: String, color: BarColor = BarColor.BLUE, style: BarStyle = BarStyle.SOLID): BossBar Creates and returns a BossBar for the target player.
Return
The created BossBar.
Parameters
The message displayed on the boss bar.
The color of the boss bar.
The style of the boss bar.