BossBarCountdown
A lightweight and fully configurable plugin to display BossBars with countdown timers.
Perfect for events, rounds, alerts or visual messages — now with in-game creation support!
✅ Features
Countdown BossBars for all online players
⚙️ Fully customizable (title, color, style)
%time% placeholder shows remaining time
PlaceholderAPI support (optional)
️ In-game BossBar creation with /bossbar create
Stop bars manually with /bossbar stop
Full permission system
Auto-saves new types to config.yml
Command Description
/bossbar Show help
/bossbar start <type> <seconds> Start a BossBar of a specific type
/bossbar stop Stop any active BossBar
/bossbar create <name> <color> <style> <text> Create a new BossBar from chat
/bossbar reload Reload config
️ Permissions
Permission Description Default
bossbar.use Basic use (start/help) ✅ everyone
bossbar.stop Use /bossbar stop ❌ OP only
bossbar.create Use /bossbar create ❌ OP only
bossbar.reload Reload config ❌ OP only
Config Example (config.yml)
Code (YAML):
bossbars:
example:
title
:
"&aGame starts in %time%"
color
:
"GREEN"
style
:
"SOLID"
warning:
title
:
"&cHurry! Only %time% left!"
color
:
"RED"
style
:
"SEGMENTED_10"
%time% shows remaining time (like 30s or 2m 15s)
Use & for color codes
Supports PlaceholderAPI placeholders if installed
Example Usage
/bossbar start example 60
/bossbar create test BLUE SOLID "&bMatch starts in %time%"
/bossbar stop
Requirements
Spigot or Paper 1.13+
PlaceholderAPI (optional)
Wiki
A complete usage guide is available soon with examples, config options and tips.
Support & Feedback: Use the Discussion tab