Mercurius

Mercurius

25M Downloads

I've been working on a very simple, transparent and open Analytics mod for Minecraft to allow the community to openly gain inside into the versions of Minecraft out there. The mod strictly respects Snooper settings.

The mod allows custom mod integration for other mod makers to send in their own data.

The data collected by the mod:

  • SessionID - Random identifier created with SecureRandom and SHA256 iterated 5 times. Value is reset every time the game restarts.
  • AdID - Random identifier created with SecureRandom and SHA256 iterated 5 times. Value is constant for each Minecraft instance. The value is computed on first run of Minecraft with the mod installed. 
  • JavaVersion
  • Allocated Memory and Max memory
  • Minecraft Version
  • MCP Version
  • Forge Version
  • Active mod count, total mod count
  • ModPack - custom value defined in forgeanalytics.cfg allowing modpack creators to identify their packs.

Each individual value is individually opt-out-able by the user by going to Mods -> Forge Analytics -> Config

This view also shows a snapshot of what data and their values is sent.

Source code and public dashboard to be released very shortly.

The mod is free to use in any modpack.