Skip to content

eclipseisoffline/statistics-info

Repository files navigation

Statistics Info

Modrinth Version Modrinth Game Versions Modrinth Downloads Discord Badge Github Badge GitHub License Available for Fabric Available for NeoForge

This mod adds a simple /stats command, which players can use to see their statistics, share them with other players, and see a leaderboard of a statistic.

License

This mod is licensed under the MIT license.

Donating

If you like this mod, consider donating.

Discord

For support and/or any questions you may have, feel free to join my discord.

Version support

Minecraft Version Status
26.1.x ✅ Current

I try to keep support up for the latest drop of Minecraft. Updates to newer Minecraft versions may be delayed from time to time, as I do not always have the time to immediately update my mods.

Unsupported versions are still available to download, but they won't receive new features or bugfixes.

Usage

The mod is available for both Fabric and NeoForge, the Fabric API is required on Fabric. This mod is not required on clients when playing on multiplayer.

The mod adds a single new command, /stats, which can be used as follows:

  • /stats get <type> <key>
    • Requires the statistics_info.get permission or operator level 2.
    • Displays a statistic for you. If you have the statistics_info.share permission (or operator level 2), a [share] button is displayed as well.
    • Pressing the [share] button shares your statistic with everyone online.
    • Examples:
      • /stats get minecraft:used minecraft:torch

        You have used Torch 5043 times [share]

      • /stats get mined stone

        You have mined Stone 30213 times [share]

  • /stats get <type> <key> <target
    • Requires the statistics_info.get and statistics_info.get.other permissions, or operator level 2.
    • Displays a statistic of <target>.
    • Examples:
      • /stats get minecraft:killed minecraft:villager Player123

        Player123 has killed Villager 67 times

      • /stats get crafted beacon Player987

        Player987 has crafted Beacon 42 times

  • /stats top <type> <key>
    • Requires the statistics_info.leaderboard permission or operator level 2.
    • Displays a leaderboard for the given statistic.
    • Examples:
      • /stats top minecraft:picked_up minecraft:elytra

        Leaderboard for picked up Elytra:
        1. Player271 (198)
        2. Player709 (79)
        3. Player818 (36)
        4. Player734 (34)
        5. Player753 (23)

      • /stats top custom play_time

        Leaderboard for Time Played:
        1. Player271 (11.01 h)
        2. Player709 (5.05 h)
        3. Player818 (2.1 h)
        4. Player734 (11.05 min)
        5. Player753 (5.49 min)

About

Statistics Info adds a simple command to the game to see your statistics and share them with others

Resources

License

Stars

Watchers

Forks

Contributors

Languages