⊚
M-Timer ⊚
Add a timer to your HUD to stop times or display the current time (ingame or real). You have full control over your timer with design customization or even automated actions like time stops on certain events (like killing the Ender Dragon) and rules like automatically set the gamemode to spectator after deaths.
You can also give players the opportunity to opt in or out to the global timer and let them use their own customized timer, only visible for them!
⊚ Access & customize the Timer ⊚
→ All commands (except config commands) can be used with /timer for globale timer or with /ptimer for personal timer
→ /timer resume resumes global timer & /ptimer pause pauses your personal timer
⊚ Create Designs ⊚
The timer provides a complete design creator inside an easy to use GUI. Custom designs support:
- Separate idle and running state design
- Placeholder for time values to change your syntax
- Separate prefix, suffix and hide rule for every placeholder
- Custom animations like gradients
If you have any problems or unanswered questions join our Discord to contact us and share your experience with other users!
MTimer implements a public API that can be used by developers to manipulate or inject into the timer. The API is written in Kotlin like MTimer and is located at Maven Central, so no extra repository is needed. The API contains java docs.
Code (Kotlin):
dependencies
{
implementation
(
"de.miraculixx:timer-api:1.1.2"
)
}
To receive more information about the API visit the official GitHub Repository:
→ MTimer API