HypixelDev / PublicAPI

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

Guild Ranks/Priorities #462

Closed BlueSnapple closed 3 years ago

BlueSnapple commented 3 years ago

I'm trying to make a plugin using the api and part of it hooks into a permissions plugin and creates groups based off of a guild's rank. I'm unable to locate methods in the api to create a solid method of automating this sort of ranking system. Is there any way I can get part of the api accessing the priority method for guild ranks and I can sort it from there? or maybe just an easy way to grab all ranks in a guild and have it listed in order of priority or numbered? I've looked at the json created from getPlayer data and getGuild data and even getResource(GuildPermissions). It seems like getResource(GuildPermissions) is still being worked on and will implement the things I'd like in the future? I'm not sure. Anything helps, thank you!