Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated last month
All versions
1.1.0
Release
Stats4Us 1.1.0last month 48
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
[1.1.0] - 2026-08-24
Added
- Added support for Minecraft
26.2. - Added operator commands to hide, unhide, and list dashboard-hidden players.
- Added persistent hidden-player configuration using player UUIDs.
- Added sortable column headers to player statistics, leaderboards, and comparison tables.
- Added statistic search fields to player details and the All Stats page.
- Added bookmarkable dashboard routes, player deep links, browser history, and keyboard tab navigation.
- Added visibility modes to Leaderboards and Graphs & Charts:
- Show all stats
- Hide zero-only stats
- Require 2+ players
Changed
- Overhauled the dashboard layout and navigation to follow conventional web interface behavior.
- Removed the global search bar.
- Removed Player Activity Over Time, Total Playtime Grown, and Player Activity Timeline charts.
- Expanded Player Comparison into the primary Graphs & Charts feature.
- Replaced the compact horizontal bar display with a full vertical column graph.
- Centered the pie chart and its surrounding layout.
- Centered and reduced the size of the category and Refresh controls.
- Renamed the player statistic search placeholder to
Search statistic. - Improved responsive behavior for desktop and mobile layouts.
- Dashboard responses are now compressed when supported by the browser.
- Dashboard rendering now focuses on the currently active section.
- Continued collecting configured history data despite removing the history graph interface.
Fixed
- Dashboard-hidden players are excluded from player lists, totals, online counts, leaderboards, charts, and future history samples.
- The
stats4us webcommand now reports a usable IPv4 dashboard address instead of localhost or an unsuitable IPv6 interface address. - Prevented overlapping dashboard refresh requests and refresh-related interface flicker.
- Preserved negative playtime changes rather than incorrectly displaying them as zero.
- Prevented history totals from overflowing 32-bit integer limits.
- Removed category totals that combined statistics with incompatible units.
- Corrected statistic visibility labels and filtering behavior.
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:5XPamLxO:80CoXsl2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5XPamLxO:80CoXsl2"
}

