Skip to content

Analytics

maucon edited this page Jun 27, 2026 · 6 revisions

Analytics

MCEndgame collects anonymous gameplay events to help us understand how the mod is being played and improve the experience.

What is collected

No personal data is collected. All data is tied to a randomly generated session ID that is discarded when the game closes.

Event Data
Dungeon Join Dungeon level, gamemode, armor, hotbar, offhand
Player Death Dungeon level, armor, hotbar, offhand, active effects, killer entity and equipment

Every event also includes your mod version and a timestamp.

Why

We use this data to:

  • Balance dungeon difficulty based on real player loadouts
  • Identify which mod versions are in use
  • Understand common causes of death

How to disable

Open config/mcendgame.json and set enableAnalytics to false:

{
  "enableAnalytics": false
}

The file is created automatically on first launch. Changes take effect on the next game start.

Clone this wiki locally