-
Notifications
You must be signed in to change notification settings - Fork 150
Common Questions
Nullicorn edited this page May 29, 2020
·
12 revisions
This page aims to answer some common questions users have about the Hypixel PublicAPI.
In the player endpoint, a player's rank is actually split up across 5 different fields. When displaying a player's rank, these fields take precedence in the following order:
-
player.prefix
- If this field is set, its value overrides the player's normal rank prefix- ie A prefix of
§c[OWNER]
overrides the defaultADMIN
prefix
- ie A prefix of
-
player.rank
- The player's special rank-
ADMIN
,MODERATOR
,HELPER
orYOUTUBER
-
-
player.monthlyPackageRank
- The player's subscription-based rank- Currently only
SUPERSTAR
for MVP++ players
- Currently only
-
player.newPackageRank
- The player's post-EULA lifetime rank-
VIP
,VIP_PLUS
,MVP
orMVP_PLUS
-
-
player.packageRank
- The player's pre-EULA lifetime rank- Same values as
player.newPackageRank
- Pre-eula ranks give players who bought ranks before August 1st 2014 certain ingame advantages that are no longer sold with ranks (like coin boosters, kits, etc)
- Same values as
NOTE:
If any of the above fields have the value NONE
or NORMAL
, they should be treated as if they didn't exist. The only exception is prefix
, which should always be displayed literally.
-
player.monthlyRankColor
- For players with MVP++, this determines whether they have anAQUA
tag or the normalGOLD
tag- If this field is not present, defaults to
GOLD
- If this field is not present, defaults to
-
player.rankPlusColor
- For players with MVP+ or MVP++, this determines what color their +s are- This field should contain the capitalized version of a Minecraft color's name. For all possible values, see this table.
- If this field is not present, defaults to
RED
-
player.mostRecentMonthlyPackageRank
- The player's most recent subscription-based rank- If this field is present, it means that the user has had the MVP++ rank before
- If this field is present, it should only ever contain
SUPERSTAR
as of now
-
player.buildTeam
- Whether or not a player is on the Hypixel Build Team
player.buildTeamAdmin
- Whether or not the player is an administrator on the Hypixel Build Team- Both are likely only used for avatar frames on the forums
- If either of these fields are not present, they default to false
- How do I convert numbers to dates?
- How do I check if a player is online?
- How do I calculate network level?
- How do I calculate guild level?