-
Notifications
You must be signed in to change notification settings - Fork 0
Analytics
maucon edited this page Jun 27, 2026
·
6 revisions
MCEndgame collects anonymous gameplay events to help us understand how the mod is being played and improve the experience.
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.
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
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.
Join the Discussion section if you have questions, or open an issue if anything is unclear or needs improvement.
Some wiki pages are AI-generated right now, will improve it progressively