HypixelDev / ModAPI

Hypixel Mod API for interfacing with the Hypixel Server via the Minecraft Plugin Message system.
MIT License
82 stars 10 forks source link

[Suggestion] Add player names to ClientboundPartyInfoPacket #47

Open ItsEmpa opened 1 day ago

ItsEmpa commented 1 day ago

Currently the ClientboundPartyInfoPacket packet returns a map of the members in your party, only giving the role they have and their uuid. Most mods, however, would benefit more on having their ign rather than the uuid, as commands related to party are all done using the player's name, not uuid.

Also while talking about the party info packet, is there a reason for the uuid to be stored both in the party member class and as a key in the map?

hannibal002 commented 1 day ago

As a developer of a SkyBlock mod, I believe this addition would be helpful and I would be pleased to see it included in the API.