All versions
3.12.6+fabric-1.20.1
Release
BSS (fabric-1.20.1) - v3.12.62 years ago 3.09M
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Client and server
Required content
Any compatible version
Any compatible version
Changes
v3.12.5 changelogs:
- Fixed a consistency bug when it comes to closing the BSS screen. Prior to
1.20.5, pressing theEscapekeyboard key on the Statistics screen would unpause the game instead of going back to the game menu screen, so BSS should do the same. - You can now
Shift+LMB(aka shift-click) on theStatisticsbutton to quickly open the vanilla statistics screen. This now serves as a shortcut that allows you to access the vanilla stats screen in less clicks. - The quick-share feature now logs its related events to
latest.log, so its easier to debug any errors taking place. When submitting bug reports regarding quick-share errors, please include the logs from now on, so I can actually see what's going on. - To reduce network bandwidth usage, the quick-share feature will now compress the statistics using GZip prior to uploading them. I will likely be looking into finding ways to apply compression to downloads as well, so people viewing quick-shared stats can also benefit. For now, the compression only applies to uploads.
v3.12.6 changelogs
- The "Stat announcement system" feature is now disabled by default, rather than being enabled by default. You can always enable or disable it at any time.
- This was done because people download this mod primarily for the BSS itself, whereas SAS is an optional server-sided feature that is not what everyone is here for.
- The "Quick-share" feature has been tweaked a bit, so as to improve its server-sided security and reliability. The tweaks generally boil down to further helping the server combat people looking to exploit the system in a malicious way.
Optional dependencies
Any compatible version
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:n6PXGAoM:Ktw36uDC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n6PXGAoM:Ktw36uDC"
}

