Changelog
- Update to Minecraft 1.21.6+.
- Improve config GUI.
- Added a rank preview which shows the spoofed rank along with your username.
- Added a list of color and formatting codes.
- Fix chat width spoofing.
- Chat messages will now be properly wrapped to multiple lines if necessary.
- Rewrite legacy formatting converter.
- Removes our dependency on
Adventure
. - Because I had to rewrite the legacy formatting converter pretty much from the ground up, there may be some bugs. If you encounter any, please create an issue on GitHub.
- Removes our dependency on
This is the modern version (v2
), made for the latest versions of Minecraft. To see the legacy version (v1
), made for 1.8.9, check out the latest v1
release.
Changelog
- Fix mod incompatibilities (VanillaHUD, Skytils, ChatTriggers & probably more) which caused scoreboard and/or tooltip rank spoofing to break.
- If you find any more incompatibilities, please make an issue on GitHub!
- Indirectly fix scoreboard text width spoofing.
This is the legacy version (v1
), made for Forge 1.8.9. To see the modern version (v2
), made for 1.21+, check out the latest v2
release.
Our first modern release for 1.21.4
+! 🎉
Don't worry, the legacy version (v1
) for 1.8.9
will continue to be updated alongside the modern version—seeing how Hypixel SkyBlock will eventually transition to modern just made me want to port it to the latest version sooner rather than later.
If you encounter any bugs, issues, weird things, or anything else, please create an issue on GitHub! This was my first time working with modern mod development and it will be greatly appreciated.
Changelog
- Improved performance.
- Cached regexes to avoid recalculating them every frame (oops) — went from dropping ~40 FPS to just ~5 FPS in the Hypixel main lobby.
- Fixed rank getting spoofed in team-based games.
- In games like BedWars, previously the team color would get overriden by your rank color. This has been fixed.
Known Issues
- Mod incompatibilities cause scoreboard/tooltip spoof to not work.
- Skytils breaks scoreboard rank spoofing.
- ChatTriggers breaks both scoreboard and tooltip rank spoofing.
VanillaHUD breaks scoreboard rank spoofing.This has been fixed and will be included in the next update.
Changelog
- Add scoreboard rank spoof.
- Add tooltip rank spoof (in "My Profile").
- Increase font renderer mixin priority.
- This should improve compatibility with other mods that visually change your username, like TextReplacer.