HypixelDev / PublicAPI

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

Purchased particles removed from player stats in latest TNT Games update #630

Closed ElotherYT closed 4 months ago

ElotherYT commented 4 months ago

Hello,

So as the latest TNT Games update has been rolled out, the purchased particle effects seem to have been removed from username.stats.TNTGames.packages. This is also reflected in game as all users particle effects they bought seem to have been reset (so people have had to buy them again from scratch, in which case they are readded to the API endpoint), I just wanted to ask if this is an intentional change or an error in the API?

Thank you.

ConnorLinfoot commented 4 months ago

Data through the player endpoint in the API is pretty much just all the data in the database, any changed fields would be due to changes in the game itself and not anything with the API.

If you are missing previously owned cosmetics, you should open a bug report.