Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moresteck/mojangtelemetrytroll
Ever wanted to troll Mojang?
https://github.com/moresteck/mojangtelemetrytroll
minecraft minecraft-software telemetry
Last synced: about 1 month ago
JSON representation
Ever wanted to troll Mojang?
- Host: GitHub
- URL: https://github.com/moresteck/mojangtelemetrytroll
- Owner: Moresteck
- Created: 2021-12-12T22:54:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T23:19:02.000Z (about 3 years ago)
- Last Synced: 2023-03-08T18:22:30.263Z (almost 2 years ago)
- Topics: minecraft, minecraft-software, telemetry
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this?
This is le epic software made to troll Mojang telemetry. You can send custom telemetry data, that means you can set the following properties to whatever you like:
- client version
- java version
- operating system (and its version)
- gamemode
- modded status
- "server type"**xuid** and **clientid** arguments are nullable, you only have to pass your **accesstoken**
**This software is dedicated for professional users. Please be professional while using it.**
Support won't be provided for non-professional users.### Expected behavior
Command `send` should return the following lines:
```
{
"status": "OK"
}
```
If not, well, something's not right then.## Dependency: gson
This project came to be because Mojang recently decided to force telemetry on players in the newest 1.18 versions.
So, to express my disgust and opposition, I decided to make this simple piece of software. Hope it helps you!