Implementation of server-side (per world) statistics for legacy versions of Minecraft.
Find a file
Lilly Rose Berner e15c31abab
Award inventory open achievement server-side
This is required to make the achievement menu
not freak out after syncing when this is missing.

Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
2025-04-03 21:51:07 +02:00
.forgejo/workflows Remove all jar variant from artifacts 2025-04-03 21:24:17 +02:00
build-logic Consolidate duplicate code into a common module 2025-04-03 20:48:45 +02:00
gradle Consolidate duplicate code into a common module 2025-04-03 20:48:45 +02:00
module Award inventory open achievement server-side 2025-04-03 21:51:07 +02:00
src/main/resources Consolidate duplicate code into a common module 2025-04-03 20:48:45 +02:00
.editorconfig Update code style to use tabs for Java and kts files 2025-04-02 16:30:20 +02:00
.git-blame-ignore-revs Ignore previous commit in blame by default 2025-04-02 16:33:32 +02:00
.gitattributes Initial commit 2023-07-24 22:24:01 +02:00
.gitignore Convert buildscripts to Kotlin, use convention plugins 2025-03-31 19:17:47 +02:00
build.gradle.kts Consolidate duplicate code into a common module 2025-04-03 20:48:45 +02:00
gradle.properties Convert buildscripts to Kotlin, use convention plugins 2025-03-31 19:17:47 +02:00
gradlew Update dependencies 2025-03-31 19:15:46 +02:00
gradlew.bat Update dependencies 2025-03-31 19:15:46 +02:00
LICENSE Initial commit 2023-07-24 22:24:01 +02:00
README.md Add module fixing crafting result amount tracking 2025-04-02 12:05:36 +02:00
settings.gradle.kts Consolidate duplicate code into a common module 2025-04-03 20:48:45 +02:00

The mod's icon

Server Stats

Implementation of server-side (per world) statistics for legacy versions of Minecraft.

Information

Allows recording player statistics on legacy servers using the modern statistics system introduced in 1.7.
Previously statistics were stored client-side, shared between all your worlds, and often reset themselves.

To see your own statistics you can either install Server Stats on the client as well as the server to sync
them whenever you join a single- or multiplayer world using the mod or upgrade to Minecraft 1.7.x or above.

Tip

To see your own statistics in 11w48a (1.1 snapshot) and earlier install OSL on client and server.

As Server Stats is intended to also be used by players eventually upgrading to Minecraft 1.8 (and beyond!)
it also includes a statistics upgrade system to convert ID-based statistics to resource location based ones.

Installation

Server Stats runs on Quilt Loader using the OrnitheMC Toolchain for legacy Minecraft versions.
To install the mod use the Ornithe installer, then simply drop Server Stats into your mods folder.

You can download the release version of Server Stats from either Modrinth or GitHub.

Supported Minecraft Versions

Server Stats supports a wide range of Minecraft versions including some snapshots,
however please note that some non-mainline versions are (currently) not supported.

Officially supported versions:

  • Beta 1.5 to Beta 1.8.1
  • Release 1.0 to 12w17a (1.3 snapshot)
  • Release 1.3.2 to Release 1.12.2

Leaked Beta builds, Beta 1.9 / 1.0 Pre-Releases, and certain 1.3 snapshots are unsupported.
The mod may function on these versions without issue, but you will receive no support doing so.