hypixelts / hypixel.ts

A simple, easy to use wrapper for Hypixel API.
https://npmjs.com/hypixel.ts
12 stars 2 forks source link

player.rank is undefined #230

Closed KoNoLinLie closed 5 months ago

KoNoLinLie commented 5 months ago

I use it for my query bot QQ截图20240404180552 this is the code QQ图片20240404180626 player.rank should be mvp_plus but it returns undefined

FC5570 commented 5 months ago

Hello @KoNoLinLie.

As per Hypixel API Documentation, rank is not the player's actual rank, but the role (Admin, Moderator, Helper, Normal). This field might not be necessarily present.

Try using Player.packageRank, or Player.newPackageRank. I just tried with your username and newPackageRank is MVP_PLUS.