Tags
Creators
Details
All versions
mc26.2-26.7.0-fabric
Release
Played 26.7.0 for Fabric 26.23 weeks ago 250
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Changelog
Optional Playtime HUD
- Added an opt-in playtime HUD that can be placed in any screen corner.
- Added adjustable HUD sizing from 50% to 200%.
- Added horizontal and vertical offsets for precise placement relative to the selected corner.
- Added an optional translucent HUD background for readability.
- The HUD background is disabled by default for a cleaner display.
- The HUD stays hidden while another screen is open and remains disabled by default.
Richer Display Templates
- Display templates now support
{session},{current}, and{total}alongside the existing{time}placeholder. - Added a separate MiniMessage HUD template, defaulting to the current world or server playtime.
Command Improvements
- Added
/played session,/played current, and/played totalshortcuts. /playedcommand output now follows the configured time format.
Configuration Screen
- Reorganized settings into clear collapsible sections.
- Grouped every HUD option, including its template, inside a dedicated HUD section.
- All collapsible sections are expanded by default while remaining manually collapsible.
Dependency Updates
- Updated Fabric API to
0.155.2+26.2. - Updated Mod Menu to
20.0.1. - Cloth Config remains on the current
26.2.155+fabricrelease.
Release Automation
publishPatchandpublishMinornow create a matching GitHub release after the Modrinth and CurseForge uploads finish.- GitHub releases use the Gradle mod version and provide platform download links plus
.public/changelog.mdas release notes without attaching a mod JAR. - Version auto-bumps are skipped for Gradle help requests and dry runs, so previewing a publish no longer changes
gradle.properties. - GitHub download links are maintained separately in
.public/release-header.mdand prepended to the generated release notes. - Modrinth uploads now retry safely after timeouts and verify the exact online version before CurseForge or GitHub runs.
- Releases now run strictly in the order Modrinth, CurseForge, then GitHub, and only store the bumped version after every platform succeeds.
- A release preflight now validates local credentials, release files, and GitHub CLI authentication before uploading anything.
Source Available
- The mod is now source available on GitHub for transparency, private modifications, and contributions.
- Added the Played Source-Available License 1.0, which reserves publishing and distribution to Zorblock.
Optional dependencies
Any compatible version
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:UXGoimWa:o2lca2YQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UXGoimWa:o2lca2YQ"
}

