Hypixel_Stats
Get the statistics of a (or more) Hypixel player(s)
Who needs this?
Everyone who plays a lot of Minecraft and often plays on mc.hypixel.net.
What is it doing?
Specified:
You can enter a name of a player and it will return his stats on Hypixel.
Unspecified:
It automatically finds the player names of the Hypixel round that you are playing and returns all their stats after pressing a hotkey.
Installation
- Make sure you have installed Python 3.x
- Download and run
install.py
Usage
Specified:
- Download and run
Hypixel_Status_specified.py
- Enter the name of the Minecraft player of whom you want statistics
- Enter the mode (General/Skywars/Bedwars) entering nothing will return general statistics
Unspecified:
- Download and run
Hypixel_Status_infinite_general.py
- If you run it the first time it will ask you to enter your own Minecraft player name and which client you are using (standard, lunarclient and badlion are courrently supported)
- Press "strg + alt + p" (you can change the hotkey by changing the "hotkey" variable in Hypixel_Status_infinite_general.py)
- Read the output and/or refresh it by pressing "strg + alt + p" again
How does it work?
- It is searching through the source code of plancke.io with the link https://plancke.io/hypixel/player/stats/ + playername and reading all the important stuff it needs.
- The names of players, that are in your round, get extracted from the logfile, which is basically the Minecraft chat as a text file.
Credits
Huge thanks to Chris077 (has no GitHub yet), who made the base for reading the BedWars statistics from the website source code.