promotional bannermobile promotional banner
premium banner
A lightweight client-side mod that lets you selectively hide boss bars by name using a simple JSON config.

Description

Boss Bar Begone

A lightweight client-side Fabric mod that lets you selectively hide boss bars by name.

Some modpacks have boss mobs whose boss bars clutter your screen or don't fit the intended experience. Boss Bar Begone gives you full control over which boss bars are displayed.

Features

  • Hide specific boss bars by display name
  • Case-insensitive substring matching
  • Simple JSON config - no dependencies beyond Fabric Loader
  • Zero performance impact

Configuration

On first launch, the mod creates config/bossbarbegone.json:

{
  "hidden_names": [
    "Example Boss Name"
  ]
}