fStats

fStats

Fabric metric system for developers

by
3.7K Downloads
fabriclibrarymanagementutility
Rent Server with this Mod

Screenshots

New Project Page
Old Project Page
fStats Badge

About this Mod

Contributors
Forks
Stargazers
Issues
MIT License
LinkedIn
Discord
Modrinth


Logo

fStats

Fabric metric system for developers
Support · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing
  5. License

About The Project

Project Page Preview

fStats is a 3rd-party metric collection library. The Main idea is help developers to recognize their actual community based on charts

(back to top)

Usage

For user

The mod has a config that allows to turn off a metric collection from the server/client and hiding location

../config/fstats-api/config.json

{
    "enabled": true,      // Enable/Disable collection from our server
    "hideLocation": false // Mod does not collect your IP, only the country name 
}

For developers

The first thing that you need to do is register and create a project to get projectId

After that, you are ready to add a library as/to dependency

Java - build.gradle
repositories {
    maven {
        url "https://api.modrinth.com/maven"
    }
}

dependencies {
    // Option 1: Include fStats API to project for it to be available within your own jar (IT'S ONLY ~9KB!)
    include(modImplementation("maven.modrinth:fstats:<version>")

    // Option 2: Depend on fStats API, but require that users install it manually
    modImplementation "maven.modrinth:fstats:<version>"
}
Kotlin - build.gradle.kts
repositories {
    maven("https://api.modrinth.com/maven")
}

dependencies {
    // Option 1: Include fStats API to project for it available within your own jar IT'S ONLY ~9KB!
    include(modImplementation("maven.modrinth", "fstats", "<version>"))

    // Option 2: Depend on fStats API, but require that users install it manually
    modImplementation("maven.modrinth", "fstats", "<version>")
}

fabric.mod.json

"suggests": {
    "fstats-api": "*"
}

Setup project

fabric.mod.json

"custom": {
    "fstats": <projectId>
}

Done, now when any server uses your mod, and if they don't disable fStats, you are going to get data about that on website

Also, recommend adding the badge to your project description to notify users that you collect information.

Resize badge to any size that you want
Badge

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known
issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any
contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also
simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

  1. Fork the Project
    1. Create your Feature Branch (git checkout -b feature/AmazingFeature)
    2. Commit your Changes (git commit -m 'Add some AmazingFeature')
    3. Push to the Branch (git push origin feature/AmazingFeature)
    4. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Available Versions

fStats 2026.3.1release
MC 26.1, 26.1.1, 26.1.2fabric
April 1, 2026
fStats 2026.3.1 Server Onlyrelease
MC 26.1fabric
March 31, 2026
fStats 2026.1.1release
MC 1.21.11fabric
January 26, 2026
fStats 2026.1.1release
MC 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10fabric
January 25, 2026
fStats 2025.6.1 Server Onlyrelease
MC 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11fabric
June 18, 2025

How to Install fStats on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).

3

Install Mod

Open the mod browser in the dashboard and search for "fStats". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabric

Minecraft Versions

26.1.2, 26.1.1, 26.1 (+46 more)

Server-side

~ Optional

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

fStats server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.

Is fStats compatible with fabric?

fStats officially supports fabric for Minecraft 26.1.2, 26.1.1, 26.1. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with fStats – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if fStats consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install fStats with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Optional

Supported Versions

26.1.226.1.126.11.21.111.21.101.21.91.21.81.21.71.21.61.21.5+39 more