QuickplayMod / quickplay

Minecraft mod that allows Hypixel users to quickly join games and execute functions on the network.
https://bugg.co/quickplay/
Other
20 stars 5 forks source link

Open Quickplay GUI on Hypixel compass interaction #132

Open robere2 opened 3 years ago

robere2 commented 3 years ago

When a user interacts with the Hypixel compass, there should be a setting to make it open the Quickplay menu instead of the normal compass.

robere2 commented 3 years ago

Doing this by detecting a GUI with the title "Game Menu" is more reliable, but slightly riskier, because it involves packets, and the client behaves weirdly when the GUI is quickly opened and closed. It's easier to detect interaction with a compass in hand.

robere2 commented 3 years ago

This is done, but only fully works in English. A new packet should be introduced to let the server communicate regular expressions used to match different languages.