HypixelDev / PublicAPI

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

SkyBlock mayor API has votes hidden after end of election #652

Closed nea89o closed 3 months ago

nea89o commented 3 months ago

After a mayor election with hidden votes has concluded the (previously hidden) vote tallies can be found in-game by talking to the newly elected mayor, while the API still does not contain vote counts: image

{"success":true,"lastUpdated":1721148498164,"mayor":{"key":"shady","name":"Scorpius","perks":[{"name":"Bribe","description":"If Scorpius wins and you voted for him, Mayor Scorpius will offer you coins as a token of gratitude."},{"name":"Darker Auctions","description":"Scorpius will intrude in Dark Auctions, increasing the amount of rounds to 7 and offering special items."}],"election":{"year":360,"candidates":[{"key":"slayer","name":"Aatrox","perks":[{"name":"SLASHED Pricing","description":"Starting slayer quests is §ehalf price§7."},{"name":"Pathfinder","description":"Gain rare drops §d20% §7more often."}]},{"key":"events","name":"Foxy","perks":[{"name":"Chivalrous Carnival","description":"Schedules a §eCarnival §7in the hub, active throughout the §bentire year§7."}]},{"key":"fishing","name":"Marina","perks":[{"name":"Luck of the Sea 2.0","description":"Gain §315α Sea Creature Chance§7."}]},{"key":"economist","name":"Diaz","perks":[{"name":"Long Term Investment","description":"The §belected minister §7will appear as a candidate with §dall §7of their perks in the §anext election cycle§7."}]},{"key":"shady","name":"Scorpius","perks":[{"name":"Bribe","description":"If Scorpius wins and you voted for him, Mayor Scorpius will offer you coins as a token of gratitude."},{"name":"Darker Auctions","description":"Scorpius will intrude in Dark Auctions, increasing the amount of rounds to 7 and offering special items."}]}]}}}

(Also while I am here minister perk in API please)

ConnorLinfoot commented 3 months ago

Thanks, this is now fixed