-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoTip and Labymod not working together #13
Comments
Okay, so I've used the /at debug command on a different client (BLC), and it came up with basically the same except it showed "Tab Header: You're connected to mc.hypixel.net" or something. So I think LB changes the tab list in some way |
This would be an issue related to Labymod, please reach out to its developers to figure out why it can't be read. Autotip reads the tab header through Java's reflection library. It does so by reading the relevant field during runtime. The field in question can be found here. This should be enough info for the developers to figure out what's going on. I'm very busy myself at the moment, so that's why reaching out to them myself isn't an option right now. If you can contact them and figure out what's the issue using the details I supplied above, I'll try my best to fix it and add Labymod support. Thanks for reporting the issue! |
Alright, I've reached out to them and I'll tell you when I get a response |
I might be "necro-posting" but, what if you had a version or a command where you could toggle it is so you would ignore whether or not you were on hypixel. Maybe "/at bypassip" |
While I am 100% sure this is a terrible solution, you can disable the hypixel check by replacing |
Generally the problem is labymod is reimplementing |
@js6pak Could you create a pull request for this change? I'll make some additional changes on top of your commit but it's a good start for a fix 👍 |
Instead of doing this and using reflection, you can check the client (server, mcp is bad) brand for "BungeeCord (Hypixel)", as used here in Skyblock Addons https://github.com/BiscuitDevelopment/SkyblockAddons/blob/69d036aff9cd978d8b411df44983c40f4f4c7f2d/src/main/java/codes/biscuit/skyblockaddons/utils/Utils.java#L189 |
When using LabyMod and AT (3.0), AT does not detect the client as playing on Hypixel(
The text was updated successfully, but these errors were encountered: