This plugin displays a time on to each player's hotbar and the time can be stopped or paused.
- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- 1.18
- Source Code:
- https://github.com/DDQuin/StopwatchPlugin
/st start - Starts the timer or resets it if already running
/st stop - Stops the timer
/st showall - to show timer message to all players (by default)
/st show [playername] - to show message to specific player
/st pause - Pauses the timer and unpauses if already paused
/st help - Shows all commands and usages
/st item - Gives 3 items which will stop, start or pause the timer when clicked.
/st offset [seconds] offset the timer by the given amount of seconds, positive or negative
/st endsec [seconds] the timer will automatically stop at this time
/st message [message] change how the message will be displayed to the hotbar, must include {0} which is a placeholder for the time.
stopwatch.admin is the permission needed to use the commands.
stopwatch.default is the permission needed to see the timer message
Example /st message &6Time: &a{0}
![]()
You can also set the message in the config but you have to restart for it to take effect
Code (YAML):timerMessage: '&6Time: &a{0}'

Stopwatch 1.0.4
A simple stopwatch/timer which displays the time to the hotbar with customisable messages.
Recent Updates
- Timer goes above 1 hour Dec 30, 2020
- Added permissions Dec 23, 2020
- Show Timer to Certain player Dec 22, 2020