Backend-only credentials
The Hypixel API key lives in the backend environment. The Fabric client never receives it, stores it, or writes it to logs.
READ-ONLY • REQUEST-DRIVEN
SkyScope Player Insights turns your selected profile into a measurable progression view: the field, the checkpoint, and the reason it matters.
Built for Minecraft 26.1.2 · Fabric client · v0.1.0
PLAYER INSIGHTS
SkyScope is an independent third-party project, not a Hypixel service.
THE POINT
Player Insights is intentionally small. It takes a snapshot when you ask, makes the source fields visible, and gives you a short list of targets you can act on in-game.
The Hypixel API key lives in the backend environment. The Fabric client never receives it, stores it, or writes it to logs.
The mod asks for an analysis only after you open the panel, press the button, or run the refresh command. There is no background player poller.
Raw profile fields become checkpoints and explanations. Missing fields stay unavailable instead of turning into invented progress.
ARCHITECTURE
The client sends a fixed request to the backend. The backend makes the authenticated calls, keeps the key server-side, and returns a transformed Player Insights response.
FROM FIELDS TO FOCUS
A checkpoint is only useful when it is anchored to a field returned by the selected profile. If a field is missing, the UI says so.
Read the normalization codeSTART HERE
Build the Fabric JAR, install it alongside Fabric API, and set the backend URL in the generated config file. The public repo contains the backend, docs, and CI in the same reviewable tree.