Skip to main content

Module mojang

Module mojang 

Source
Expand description

Username and UUID resolution against the Mojang API.

Every keyed Hypixel endpoint takes a player UUID, but people know usernames; these helpers bridge the two. They call Mojang, not Hypixel, and need no API key.

Functionsยง

username_for_uuid
Resolve a player UUID (dashed or undashed) to its current username.
uuid_for_username
Resolve a Minecraft username to its undashed UUID.