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

  1. Make sure you have installed Python 3.x
  2. Download and run install.py

Usage

Specified:

  1. Download and run Hypixel_Status_specified.py
  2. Enter the name of the Minecraft player of whom you want statistics
  3. Enter the mode (General/Skywars/Bedwars) entering nothing will return general statistics

Unspecified:

  1. Download and run Hypixel_Status_infinite_general.py
  2. 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)
  3. Press “strg + alt + p” (you can change the hotkey by changing the “hotkey” variable in Hypixel_Status_infinite_general.py)
  4. 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 @TheCoderChris, who made the base for reading the BedWars statistics from the website source code.

GitHub

View Github