Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Simple Timer
This is a simple timer plugin for Minecraft servers running on Bukkit, Spigot, Paper, etc. You can create timers for your projects, like speedruns. If you want to save a timer for later to use another timer, you can do that too.
What does the Plugin add?
The Plugin adds a simple timer for all Minecraft Servers supporting Spigot plugins. To use the timer two commands are added:- The
/timer
command - The
/timerc
command
How to use?
Start/Resume the timer
To start the timer, you use the /timer resume
command.
Pause the timer
To pause the timer, you use the /timer pause
command.
Reset the timer
To reset the timer, you use the /timer reset
command.
Set the Simple Timer to a specific time
To set the timer to a specific time you use the /timer set <int:time>
command. The time must be given in seconds. To set the timer to 5 minutes, for example, you have to enter /timer set 300
.
Save the timer
To save the timer for later, you use the /timer save <string:name>
command. To save the timer as speedrun, for example, you have to enter /timer save speedrun
Load a timer
To load a saved timer, you use the /timer load <string:name>
command. If you want to load the speedrun timer, use the /timer load speedrun
command.
List the timers
To list all saved timer, you use the /timer list
command.
Show the status of the timer
To show the status of a saved timer, you use the /timer show <string:name>
command. If you want to show the status of the speedrun timer, use the /timer show speedrun
Reload the config
If you changed something in the config, use the /timerc reload
command to reload the config.
How to install?
To install the Simple Timer plugin on your Minecraft server, save the downloaded .jar file in your server's plugins folder and restart your server.
How to edit the config?
The config.yml file is in the SimpleTimer subfolder of the plugins folder on your server. To edit something, you open the file. To change the colors of the timer, you can change the entries under colors. The allowed colors are listed below. The entry timer
represents the color of the timer when it is running and timer-pause
when it is paused.
Allowed colors:
- AQUA
- BLACK
- BLUE
- GRAY
- GREEN
- GOLD
- ITALIC
- LIGHT_PURPLE
- RED
- WHITE
- YELLOW
- DARK_AQUA
- DARK_BLUE
- DARK_GRAY
- DARK_GREEN
- DARK_PURPLE
- DARK_RED