Boss Bar Begone

Quick rating

Community listing page, reviews here may not be monitored by the author.

Boss Bar Begone

By BahanosOwner

No reviews yet

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

Mod Loaders
Minecraft

About

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

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