Links
Tags
Creators
Details
All versions
1.10
Release
Playtime Velocity 1.10last year 2,064
Compatibility
Minecraft: Java Edition
1.21–1.21.8
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
Platform
Velocity
Changes
v1.10
- Updated to java 21, which the plugin now requires.
- The default messages parser is now minimessage, with gradients, and console colors support.
- Playtime is now handled in seconds, as it was redundant to use milliseconds for this. Your saves will automatically be converted, but you'll need to convert the rewards by yourself, if used.
- Fixed a bug where the plugin would throw an error if the player was disconnected from the proxy before being fully connected.
- Fixed a bug where adding to someone's playtime who wasn't in the cache didn't put them on the toplist when needed.
- You can now tab complete your own name too on pt modify commands.
- Added on option in the config to define excluded servers, where playtime won't be counted.
- Added support for configuring the plugin's command names and aliases in the config.
- Removed the old config data converter, as there was no point in having it anymore.
- Made it so the update checker now properly closes it's HttpClient after usage.
- Updated libs.
Note: You should also update PlaytimeLink, if used.
Optional dependencies
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:KI4EIC0X:Zj7QV9Re"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KI4EIC0X:Zj7QV9Re"
}


