====== NoTelemetry ====== ^ NoTelemetry ^^ |{{ notelemetry.webp?500 |NoTelemetry's entry in the Navigator GUI.}}|| ^Type|[[:Other Feature]]| ^Category|[[:No Category|none]]| ^In-game description|"Disables the forced telemetry that Mojang introduced in 21w38a."| ^[[:keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/other_features/NoTelemetryOtf.java]]| |:::|[[w7src>net/wurstclient/mixin/TelemetrySenderMixin.java]]| NoTelemetry is a Wurst feature that disables the forced [[mc>telemetry]] that [[mc>Mojang]] introduced in [[mc>Java Edition 1.18]] snapshot [[mc>21w38a]]. Whenever NoTelemetry successfully prevents a tracking attempt, it writes ''Telemetry sending attempt blocked.'' to the log file. This is currently the only way how a user can verify that NoTelemetry is working correctly. In vanilla Minecraft, telemetry is always enabled and hidden from the user, with no way to opt out. This system is quite disrespectful towards the end-user and probably violates [[https://gdpr-info.eu/art-21-gdpr/|Article 21]] of the GDPR ((https://www.reddit.com/r/Minecraft/comments/pzatop/telemetry_snooper_useridentifiable_data/)) ((https://bugs.mojang.com/browse/MC-237493)). NoTelemetry turns this into an opt-in system - no data is sent to Mojang unless the user manually allows it in the settings (by turning NoTelemetry off). ===== Known Issues ===== Even with NoTelemetry, the user most likely still has no idea what data Mojang wants to collect from them. The [[https://www.minecraft.net/en-us/article/minecraft-snapshot-21w38a|21w38a changelog]] and the [[mc>Snooper#Client_Fields_(C)|"Snooper" Minecraft wiki page]] provide some general information about what data Mojang's telemetry collects, but neither of these sources can really give the user a good idea of what their own specific telemetry data would look like. Ideally, NoTelemetry should have an option save a copy of the telemetry data to a local file, so that the user can look at the raw data and use it to make an informed decision about whether or not to allow Mojang's telemetry. This would be disabled by default to avoid wasting the user's disk space. ===== Settings ===== ==== Disable telemetry ==== ^ Disable telemetry ^^ ^Type|Checkbox| ^In-game description|(none)| ^Default value|checked| This checkbox turns NoTelemetry on and off. Since NoTelemetry is not a regular hack, it needs this setting to store its on/off state. ===== Changes ===== ^Version^Changes^ |[[update:Wurst 7.27]]|Added NoTelemetry.| {{tag>privacy}}