Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kb-1000/no-telemetry
Disable the telemetry introduced in 21w38a
https://github.com/kb-1000/no-telemetry
Last synced: 3 days ago
JSON representation
Disable the telemetry introduced in 21w38a
- Host: GitHub
- URL: https://github.com/kb-1000/no-telemetry
- Owner: kb-1000
- License: cc0-1.0
- Created: 2021-09-23T21:57:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T03:19:57.000Z (5 months ago)
- Last Synced: 2024-10-11T00:18:07.227Z (25 days ago)
- Language: Java
- Size: 322 KB
- Stars: 225
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - kb-1000/no-telemetry - Disable the telemetry introduced in 21w38a (Java)
README
# No Telemetry
Download from [Curseforge](https://www.curseforge.com/minecraft/mc-mods/no-telemetry/) or [Modrinth](https://modrinth.com/mod/no-telemetry).
Disables the usage data collection, aka telemetry, introduced in Minecraft 1.18 [(snapshot 21w38a)](https://www.minecraft.net/en-us/article/minecraft-snapshot-21w38a#main-content).
The feature previously existed from Minecraft 1.3.1 to 1.12 as [Snooper](https://minecraft.wiki/w/Snooper), but was removed in 1.13 [(snapshot 18w21a)](https://bugs.mojang.com/browse/MC-130179) as it did not comply with European Union's General Data Protection Regulations.
In 1.18 it was re-added. You would expect it would be done in a more compliant way... However, from my understanding of GDPR, this is even less compliant than the original Snooper was.
Instead of being anonymous/pseudonymous (at least, the ids in the snooper screen don't match my user id), it now sends the XUID, your Xbox user id, in plain text... which means this data can be traced back to your user.It now sends the following data when loading a singleplayer world or connecting to a multiplayer server:
* launcher identifier
* user identitifer/XUID (**this can be used to identify you**)
* client session id (changes on restart)
* world session id (changes per world load, to be reused for later events)
* game version
* operating system name and version
* Java runtime version
* if client or server is modded (same information as on crash logs)
* server type (single player, Realms or other)
* game modeThis time [Mojang did not add a toggle](https://bugs.mojang.com/browse/MC-237493) for interested users to turn it off, though, so this mod fixes that by disabling the telemetry entirely.
## License
This mod is available under the CC0 license.