BossBarCountdown
A lightweight and flexible plugin that displays countdown-based BossBars to all online players. Perfect for minigames, events, or global notifications.
---
✨ Main Features
✅ Countdown timer shown using BossBars
Fully customizable via config.yml (title, color, style)
⏳ PlaceholderAPI support for dynamic text per player
Reload config without restarting the server
---
Installation
1. Place the .jar file into your server’s /plugins folder.
2. Restart the server or use /reload.
3. (Optional) Install PlaceholderAPI for extra dynamic placeholders.
---
⚙️ Sample Configuration
bossbars:
example:
title: "&aStarts in %time%"
color: "BLUE"
style: "SEGMENTED_10"
battle:
title: "&cBattle begins in %time%!"
color: "RED"
style: "SOLID"
---
Commands
Command Description
/bossbar Show help menu
/bossbar start <type> <seconds> Start a countdown BossBar
/bossbar reload Reload the configuration file
---
️ Permissions
Permission Description
bossbar.use Use the base command (enabled by default)
bossbar.reload Reload configuration (OPs only)
---
Usage Example
/bossbar start battle 30
> Displays the battle BossBar to all players for 30 seconds.