
LifeTime
A highly customizable Minecraft mod that adds two in-game timers: a World Timer tracking total playtime and a Session Timer tracking current play sessions. Features full color customization (including rainbow effects), draggable HUD positioning, and flexib
Tags
Creators
Details
1.0
Compatibility
Required content
Changes
📝 Changelog - v1.0
✨ Initial Release
- Added World Timer to track total playtime in a world or server
- Added Session Timer to track current play session time since joining
🎨 Customization Features
- Full color customization for all timer elements
- Individual colors for each time unit (seconds, minutes, hours, days)
- Rainbow color effect support 🌈
- Adjustable formatting and display options
🖱️ UI & Controls
- Draggable HUD system for freely positioning timers on screen
- Toggle visibility for each timer
⚙️ Configuration
Integration with Mod Menu required for full configuration access
Default: World Timer enabled with white color preset
⌨️ Commands
- /totaltime pause – Pause total playtime counter
- /totaltime start – Resume total playtime counter
- /sessiontimer pause – Pause session timer
- /sessiontimer start – Resume session timer
🌍 Compatibility
- Fully compatible with singleplayer and multiplayer
- Lightweight client-side implementation
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ulYgRePv:j9Tz9NEt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ulYgRePv:j9Tz9NEt"
}
