Timer Plugin+
This is a simple timer plugin for challenges, for example.
Above the hotbar there is a timer that can be started with /timer start which then counts up normally in seconds, minutes, hours and days.
Commands:
/timer start - Starts the Timer
/timer stop - Pauses the timer
/timer reset - Resets the timer to 0d 0h 0m 0d
/timer reload - Reloads the config.yml
Config.yml:
You can also change a few things in Config.yml.
# Configuration for the Timer Plugin
timer:
color: "WHITE" # The primary color of the timer text. Use standard Minecraft color names (e.g., WHITE, RED, BLUE).
sounds:
startSound: "ENTITY_EXPERIENCE_ORB_PICKUP" # The sound played when the timer starts.
deathSound: "ENTITY_ENDER_DRAGON_GROWL" # The sound played when the player dies (if stopOnDeath is enabled).
behavior:
stopOnDeath: false # If true, the timer will stop when a player dies.
spectateOnDeath: false # If true, players will instantly enter spectator mode at their death location, bypassing the death screen.
I hope you like the plugin and if you have any problems please write a comment, I will try to help as soon as possible