BossBarCountdown [1.13–1.20+] ⏳
Customizable BossBar countdowns with end actions — Titles, Sounds, Commands & More!
✅ Features
️ Configuration
# BossBarCountdown Configuration File
# Language file to load for messages.
# Must match one of the lang_XX.yml files (e.g., lang_en.yml or lang_es.yml)
lang : en # Require restart
# BossBars are countdowns you can start via commands.
# Each type must have a unique key under 'bossbars'.
bossbars :
example:
title : "&eCountdown: &a%time%"
color : RED # Available: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
style : SEGMENTED_10 # Available: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20
type : global # global = all players; permission = only players with permission "bossbar.view.<type>"
# Optional actions that trigger when the countdown ends
on_finish:
repeat : 1 # How many times to repeat the whole sequence
delay_between : 1 # Delay between each repetition (in seconds)
actions:
message_welcome:
type : message
values :
- "&6The countdown has ended!"
- "&aGood luck, %player%!"
sound_bell:
type : sound
values :
- "ENTITY_EXPERIENCE_ORB_PICKUP"
delay_1s:
type : message
values:
- delay : 1
run_command:
type : command
values :
- "say Countdown over for %player%"
broadcast_end:
type : broadcast
values :
- "&c[Server] &7%player% finished the countdown!"
show_title:
type : title
title : "&aTime's Up!"
subtitle : "&eLet's Go!"
fadeIn : 10
stay : 60
fadeOut : 10
Localization
The plugin supports multiple languages via lang_*.yml.
Default included:
language: en
Add your own translation by copying and editing files in /lang.
Dependencies
Coming soon...
Ideas & Suggestions
Feel free to DM me on Spigot if you have feedback or feature requests!
❤️ Support the Plugin
Leave a ⭐ review if you like the plugin — it helps a lot!
Customizable BossBar countdowns with end actions — Titles, Sounds, Commands & More!
✅ Features
- Create custom bossbars with countdowns
- Fully configurable title, color, and style
- Global or permission-based visibility
- Execute actions on finish:
- message, broadcast, command, sound, title
- ⏱️ Repeating and delayed action sequences
- /bossbar reload to reload config
- /bossbar test and /bossbar verify for debugging
- Supports PlaceholderAPI
- Multi-language support (English & Spanish by default)
Commands & Permissions
Command Description Permission
/bossbar help Show help menu bossbar.command.help
/bossbar start <type> <seconds> Start a countdown bossbar.command.start
/bossbar stop Stop active countdown bossbar.command.stop
/bossbar reload Reload config and lang files bossbar.command.reload
/bossbar test <type> Execute on_finish actions manually bossbar.command.test
/bossbar verify Check config for errors bossbar.command.verify
/bossbar create <type> <color> <style> Create new bossbar type bossbar.command.createClick to expand...
Code (YAML):
# BossBarCountdown Configuration File
# Language file to load for messages.
# Must match one of the lang_XX.yml files (e.g., lang_en.yml or lang_es.yml)
lang : en # Require restart
# BossBars are countdowns you can start via commands.
# Each type must have a unique key under 'bossbars'.
bossbars :
example:
title : "&eCountdown: &a%time%"
color : RED # Available: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
style : SEGMENTED_10 # Available: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20
type : global # global = all players; permission = only players with permission "bossbar.view.<type>"
# Optional actions that trigger when the countdown ends
on_finish:
repeat : 1 # How many times to repeat the whole sequence
delay_between : 1 # Delay between each repetition (in seconds)
actions:
message_welcome:
type : message
values :
- "&6The countdown has ended!"
- "&aGood luck, %player%!"
sound_bell:
type : sound
values :
- "ENTITY_EXPERIENCE_ORB_PICKUP"
delay_1s:
type : message
values:
- delay : 1
run_command:
type : command
values :
- "say Countdown over for %player%"
broadcast_end:
type : broadcast
values :
- "&c[Server] &7%player% finished the countdown!"
show_title:
type : title
title : "&aTime's Up!"
subtitle : "&eLet's Go!"
fadeIn : 10
stay : 60
fadeOut : 10
The plugin supports multiple languages via lang_*.yml.
Default included:
- lang_en.yml
- lang_es.yml
language: en
Add your own translation by copying and editing files in /lang.
Dependencies
- ✅ PlaceholderAPI (optional, but supported)
- Countdown not showing?
→ Make sure type is valid (global, permission) and permissions are correct
- Config not working?
→ Use /bossbar verify to find mistakes
- Console errors?
→ Check YAML formatting and indentation
Coming soon...
Ideas & Suggestions
Feel free to DM me on Spigot if you have feedback or feature requests!
❤️ Support the Plugin
Leave a ⭐ review if you like the plugin — it helps a lot!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.13, 1.14, 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
BossBarCountdown OFFICIAL Version is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15, 1.16 and newer. Downloaded 251 times (via Spigot). Download it and open it directly in the game.