Tags
Creators
Details
5.7+build.3341
Compatibility
Changes
5.7 DEV build 3341
This dev release includes support for mc version 26.1 on fabric, new sessions tab and bugfixes.
Special thanks to AnttiMK & Minecraft0122 for contributions to this update
Change log
Website
New sessions tab
Sessions tab was rewritten on all pages (Network, Server, Player) and it now gets you up to 10k sessions, which can be searched further and exported as CSV. You can choose a date range using the session calendar or the new date picker component.
All of the data on session page will reflect the selected dates. All ongoing sessions within selected date range are shown, even if they didn't start within the date range, but before it.
On the Export website this feature is not available and defaults to most recent data (Similar to before)
New Web permissions
To implement dynamic date based filtering seen above, new endpoint /v1/datapoint was implemented. This will be expanded upon in the future. This endpoint uses data.player, data.server, data.network (and further subdivisions) to control visiblity. These permissions are granted automatically based on existing permissions:
- access.network -> group is given data.network
- access.server -> group is given data.server
- access.player -> group is given data.player
/v1/datapoint will also check for access.player and access.player.self if looking for player specific data.
Other
The new date picker component is in use anywhere you can input dates to a text field
Bugfixes
- Fixed Average MSPT not showing if MSPT was under 1ms
- Fixed date saying 'Today' if it was in the future
- Fixed Alternative_IP.Address changes not being reflected in Javascript due to Cache policy
- Fixed boolean Extension values causing 'variable t not found' error.
Fabric 26.1
AnttiMK implemented Fabric 26.1 support. 1.21.9-1.21.11 are no longer supported by this version.
Config
- Display_options.Sessions.Show_on_page setting has been removed
- Changed default value for
Time.Thresholds.Remove_time_series_afterto 3650 on Bungee/Velocity (Default is not automatically replaced)
Locale
- CN locale updated by Minecraft0122
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:wJQfHhxh:Ch1dLRRF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wJQfHhxh:Ch1dLRRF"
}

