This article is about Minecraft data collection. For type of fish, see Tropical Fish § Varieties.
This article is a stub.
You can help by expanding it.
Example Snooper Settings Page
Snooper is a feature Mojang is using to collect data on users, either by the client or by the server. This feature was removed in 1.13 globally because of the European Union's General Data Protection Regulations.[1] However, it was re-added as an always on telemetry tool in Java Edition 1.18 snapshot 21w38a to "improve players' experience".[2] It is no longer possible to disable the Snooper without client modifications.
Fields
Client Fields (C)
| Name | Type | Notes |
|---|---|---|
| client_brand | String | |
| cpu_cores | integer | |
| current_action | String | |
| display_frequency | integer | |
| display_type | String | `windowed` or `fullscreen` |
| endianness | String | `big` or `little` endianness |
| fps | integer | |
| gl_max_texture_size | integer | |
| java_version | String | |
| jvm_arg[...] | String | Launch arguments |
| jvm_args | integer | Number of launch arguments |
| launched_version | String | |
| memory_free | integer | |
| memory_max | integer | |
| memory_total | integer | |
| opengl_vendor | String | |
| opengl_version | String | |
| os_architecture | String | |
| os_name | String | Does not include Linux distribution name in most cases. |
| os_version | String | |
| resource_packs | integer | |
| run_time | integer | |
| snooper_partner | UUID | |
| snooper_token | UUID | |
| version | String | |
| vsync_enabled | boolean |
Server Fields (S)
GL Caps
OpenGL keys for the client.
History
| Java Edition | |||||
|---|---|---|---|---|---|
| 1.3.1 | 12w30a | Added Snooper. | |||
| 1.7.4 | 13w48a | Upgraded protocol to version 2. | |||
| 1.13 | 18w21a | Force turned Snooper off. The menu was still visible, but the button was disabled. | |||
| 1.14 | 19w11a | Removed Snooper UI. [more information needed] | |||
| 1.18 | 21w38a | Re-added Snooper, but without its UI. | |||
References