HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
533 stars 152 forks source link

Get Player Rank #531

Closed DongShaoNB closed 2 years ago

DongShaoNB commented 2 years ago

Hello, players have MVP+ or MVP++ all show MVP_PLUS

Picsou993 commented 2 years ago

Hi, this is not a bug. MVP++ is a monthly rank and not a permanent rank so it is stored at monthlyPackageRank. You can read more information about how to get the rank of a player at https://github.com/HypixelDev/PublicAPI/wiki/Common-Questions#how-do-i-get-a-players-rank-prefix.

DongShaoNB commented 2 years ago

Hi, this is not a bug. MVP++ is a monthly rank and not a permanent rank so it is stored at monthlyPackageRank. You can read more information about how to get the rank of a player at https://github.com/HypixelDev/PublicAPI/wiki/Common-Questions#how-do-i-get-a-players-rank-prefix.

ok thank you, i have other problem,how to get player hypixel level

Picsou993 commented 2 years ago

That is on the same page: https://github.com/HypixelDev/PublicAPI/wiki/Common-Questions#how-do-i-find-a-players-network-level. If you have any more question feel free to create a discussion and not an issue instead.

DongShaoNB commented 2 years ago

If you have any more question feel free to create a discussion and not an issue instead.

ok thx