Compatibility
Minecraft: Java Edition
1.17
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 3 years ago
SpaceServe Playtime API
An easy to use api for all your playtime needs. Playtime Tracker is a simple implementation of this library that tracks playtime, has simple leaderboards, and more.
- Track Playtime
- All playtime
- Improved afk detection
- Afk time
- Non-afk playtime
- The above, but dimension specific
- Playtime Triggers and Events
- Playtime event on afk and on active
- All playtime types as advancement triggers
- All playtime types as scoreboard objectives
- Simple playtime to Duration conversion
Add to your project
repositories {
maven {
name = "Modrinth"
url = uri("https://api.modrinth.com/maven")
}
}
dependencies {
// Playtime
modImplementation("maven.modrinth:playtime:0.1.0-rc1")
include("maven.modrinth:playtime:0.1.0-rc1")
}