BG-Software-LLC / SuperiorSkyblock2

Optimized, feature packed Skyblock core.
https://bg-software.com/superiorskyblock/
GNU General Public License v3.0
167 stars 142 forks source link

getIslandMembers method returns only online players #2204

Closed m-surowiec closed 1 month ago

m-surowiec commented 1 month ago

Minecraft's Version

This server is running AdvancedSlimePaper version 1.21-16202-HEAD@88f6d33 (2024-07-26T04:53:29Z) (Implementing API version 1.21-R0.1-SNAPSHOT)

Plugin's Version

SuperiorSkyblock2-2024.2-b300.jar

Describe the bug

When using the plugin's api and the getIslandMembers(true) method, it returns only active players

To Reproduce

get the list and print it

Additional Information

No response

OmerBenGera commented 1 month ago

getIslandMembers returns all the island members of the island. If you pass true as an argument, the leader will be returned as well.

m-surowiec commented 1 month ago

I parsed the returned members as players, not offline players. Fixed