HypixelDev / PublicAPI

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

Invalid bingo goal id in personal bingo api. Bingo api key 20 #644

Closed HacktheTime closed 1 month ago

HacktheTime commented 1 month ago

I have a lot of free time right now which is causing me to write up all the data of the previous events. This takes uhm a couple of days. So far I spent over 6 Hours and there's a lot left in regard to Com Goals.

During this time I noticed that in Bingo 21 there seems to be an incorrect goal id

example request. (Enter your own API key at the end) https://api.hypixel.net/skyblock/bingo?uuid=4fa1228c8dd647c48fe3b04b580311b8&key=

bingo key 20 (→21th Bingo)

what is incorrect and why (to my beliefs)?

we had similar goals like multi_enchant_RAIDER_AXE_10

but in this case we had multi_enchant_ 7

goal description: §7Put §e7§7 enchantments on a §7§aHoe§7.

this would mean that the id should be something along the lines of multi_enchant_hoe_7 If this doesnt get reverted in api as send right now it would be good to know on how the id works. What indicates that it is any hoe and not just an specific item like raiders axe etc.

why is this problematic? It's an inconsistency which is annoying and problematic with code.

ConnorLinfoot commented 1 month ago

All the data provided by the bingo endpoint is what is set in the game, the API has no effect on the data provided. If you believe there to be a specific issue with how the game handles this, you would need to create a bug report here.