FoggyBar

Very customizable boss bar plugin (can create fog and darken screen)

44

Quick challenge

How far can you run before the mobs catch you?

FoggyBar

FoggyBar

Russian README

A plugin that adds a boss bar (with optional fog) and points that can affect the boss bar within a specified radius.

- Full boss bar customization - Everything runs asynchronously - Config reload support (`/destructionbar reload`) - No dependencies

Config

```yaml

You can remove the entire default section — then there will be no default bar

default:

https://docs.papermc.io/adventure/minimessage/format/

title: '<rainbow>Supports MiniMessage!'

https://jd.advntr.dev/api/4.26.1/net/kyori/adventure/bossbar/BossBar.Color.html

Available colors: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW

color: WHITE

https://jd.advntr.dev/api/4.26.1/net/kyori/adventure/bossbar/BossBar.Overlay.html

Available styles: PROGRESS, NOTCHED_6, NOTCHED_10, NOTCHED_12, NOTCHED_20

style: NOTCHED_12

https://jd.advntr.dev/api/4.26.1/net/kyori/adventure/bossbar/BossBar.Flag.html

Available flags: CREATE_WORLD_FOG, DARKEN_SCREEN, PLAY_BOSS_MUSIC

flags: - CREATE_WORLD_FOG - DARKEN_SCREEN

test-point:

Point location

location: ==: org.bukkit.Location world: world x: 0.0 y: 100.0 z: 0.0

Radius in blocks where the point is active

radius: 100

Whether to change boss bar progress based on distance to the point

show-progress: true

Override default parameters

title: '<yellow>Zero coordinates' color: YELLOW style: PROGRESS flags: [] ```

ADS