HypixelDev / PublicAPI

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

Changing the guildExp data type from integer to long #553

Closed hannibal002 closed 1 year ago

hannibal002 commented 2 years ago

Changing the guildExp data type from integer to long, as there are guilds that have more exp than the integer limit provides for.

Fixes #536

mdashlw commented 2 years ago

why not Long?

Rigner commented 1 year ago

Would need to be changed back to double to actually fix #536.