All versions
2.0.0
Release
Playtime Toast v2.0.0 — The Log & Language Expansion4 days ago 10
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
🚀 Playtime Toast — v2.0.0 Changelog
✨ New Features
/playtime logCommand: You can now list your daily playtime history date-by-date directly in the chat screen! (e.g.,[YYYY-MM-DD] - X Hours Y Minutes)- Automatic Data Saving (Auto-Save): Your daily playtime is automatically saved to disk in the background every 30 seconds. The risk of data loss during potential crashes has been fully minimized.
🌐 Localization & Languages
- 10 New Languages Added:
- 🇹🇼 Traditional Chinese (
zh_tw) - 🇻🇳 Vietnamese (
vi_vn) - 🇺🇦 Ukrainian (
uk_ua) - 🇹🇭 Thai (
th_th) - 🇸🇪 Swedish (
sv_se) - 🇵🇱 Polish (
pl_pl) - 🇳🇱 Dutch (
nl_nl) - 🇮🇹 Italian (
it_it) - 🇭🇺 Hungarian (
hu_hu) - 🇨🇿 Czech (
cs_cz)
- 🇹🇼 Traditional Chinese (
- Total Language Support Expanded to 20!
- Translation Updates: Localization strings for the newly added
/playtime logsystem have been integrated into all existing 10 languages (tr_tr,de_de,fr_fr,es_es,ru_ru,zh_cn,ja_jp,ko_kr,pt_br,en_us).
🛠️ Fixes & System Verification
- Milestone Celebrations: The milestone celebration system (10, 50, 100, 200, 500, 1000 hours) has been thoroughly reviewed from top to bottom, and logic errors have been resolved.
- Break & Session Reminders: Continuous playtime notification alerts (triggering at the 2nd hour and every 1 hour thereafter) have been optimized and fully verified.
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:dCkA7kI4:ZUgN5AOJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dCkA7kI4:ZUgN5AOJ"
}

