Guild Ranks/Priorities #463
-
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! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
In the guild endpoint under An aside...Your API tutorials from a few years back were what got me into using the API in the first place - really appreciate those! |
Beta Was this translation helpful? Give feedback.
-
The Hypixel Java API has not implemented the method to grab guild rank priorities. Pending - pull request |
Beta Was this translation helpful? Give feedback.
The Hypixel Java API has not implemented the method to grab guild rank priorities. Pending - pull request