Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 4 months ago
ā± BossBarTimer
BossBarTimer is a clean, lightweight and fully configurable BossBar timer plugin for your Minecraft server. Players can start their own personal countdown or stopwatch with a single command ā only they see it. Admins can push a timer to every online player at once, or target a specific player individually. No database, no complex setup, just drop it in and go.
Every color, title, sound and message is controlled through a single config.yml. The BossBar color shifts automatically from yellow to red as a countdown nears zero, tick sounds play in the final seconds and a finish sound fires when the timer ends.
āØļø Commands
Player Commands
| Command | Permission | Description | Default |
|---|---|---|---|
/timer <minutes> |
bossbartimer.use |
Start a personal countdown timer | ā All |
/timer <minutes> stopwatch |
bossbartimer.use |
Start a personal stopwatch | ā All |
/timer stop |
bossbartimer.use |
Stop your own active timer | ā All |
Admin Commands
| Command | Permission | Description | Default |
|---|---|---|---|
/alltimer <minutes> |
bossbartimer.admin |
Start a countdown for ALL players | š OP |
/alltimer <minutes> stopwatch |
bossbartimer.admin |
Start a stopwatch for ALL players | š OP |
/alltimer stop |
bossbartimer.admin |
Stop ALL active timers on the server | š OP |
/playertimer <player> <minutes> |
bossbartimer.admin |
Start a timer for a specific player | š OP |
/playertimer <player> <minutes> stopwatch |
bossbartimer.admin |
Start a stopwatch for a specific player | š OP |
/playertimerstop <player> |
bossbartimer.admin |
Stop a specific player's timer | š OP |
š Permissions
| Permission | Default | Description |
|---|---|---|
bossbartimer.use |
All | Start and stop personal timers |
bossbartimer.admin |
OP | All admin timer commands |
š BossBar Behavior
| Remaining Time | Bar Color |
|---|---|
| > 30 seconds | Configured color |
| ⤠30 seconds | š” Yellow |
| ⤠10 seconds | š“ Red + tick sound |
| Timer Type | Default Color |
|---|---|
| Personal timer | šµ Blue |
Server-wide timer (/alltimer) |
š“ Red |
Player-specific timer (/playertimer) |
š£ Purple |
| Stopwatch | š¢ Green |
All colors are fully configurable in config.yml.
āļø Config Features
settings:
language: de # en, de
personal-color: BLUE # BossBar color for personal timers
all-color: RED # BossBar color for /alltimer
player-color: PURPLE # BossBar color for /playertimer
stopwatch-color: GREEN # BossBar color for stopwatches
personal-title: "ā³ Dein Timer {time}" # BossBar title templates
all-title: "ā³ Server Timer {time}"
player-title: "ā³ Timer {time}"
stopwatch-title: "ā± Stoppuhr {time}"
countdown-drains: true # Bar drains as time runs out
start-sound: BLOCK_NOTE_BLOCK_PLING # Sound on timer start
start-sound-pitch: 2.0
tick-at-seconds: 5 # Tick sound in final N seconds
tick-sound: BLOCK_NOTE_BLOCK_PLING
finish-sound: UI_TOAST_CHALLENGE_COMPLETE
show-hours: false # MM:SS vs HH:MM:SS
- Switch between English and German with one line
- Four separate color profiles ā personal, all, player-specific and stopwatch
- Fully configurable BossBar titles with
{time}placeholder - Bing sound on timer start ā only the affected player hears it
- Tick sounds in the configurable final seconds
- Finish sound when countdown reaches zero
- Player who has a timer and leaves the server ā timer is cleaned up automatically
- Tab completion for
/playertimerstoponly shows players with an active timer - All messages fully customizable per language in
config.yml
š Language Support
| Code | Language |
|---|---|
en |
š¬š§ English |
de |
š©šŖ Deutsch |
š„ļø Compatibility
| Server Software | Version | Supported |
|---|---|---|
| Paper | 1.21 ā 1.21.1+ | ā |
| Purpur | 1.21 ā 1.21.1+ | ā |
| Spigot | 1.21 ā 1.21.1+ | ā |
| Bukkit | 1.21 ā 1.21.1+ | ā |
| Folia | 1.21 ā 1.21.1+ | ā |
Java 21 required.
š¬ Support & Updates: Join our Discord


