Links
Tags
Creators
Details
1.3.0
Compatibility
Required content
Changes
1.3.0 release of Playtime Command
-
Commands in
/playtime --helpare now clickable -
Made internal changes to support Folia
-
Optimizations:
- The update checker no longer blocks the server’s main thread during startup, improving startup time (especially on slow internet connections)
- If multiple players run
/playtime --topat the same time, the leaderboard is now calculated once and then shown to everyone who ran the command. Leaderboard's cache duration has also been lowered from 3 seconds to 2 seconds.
-
Fixed missing mod name prefix in update checker notifications
SHA256:
8A40AF76B006C7E3E42383D4AE59D28B4CA88696C3A7C0605DAC9305C5ED2EC4
Source code at current commit: Github
Source code changelog: Github
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:okeAxC3Y:hOxAgqNd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:okeAxC3Y:hOxAgqNd"
}

