Hytools is a forge mod that adds useful client sided features to make the experience better on Hypixel. It uses OneConfig to manage toggling certain tools.
A tool that looks at chat and guesses if players are partied together. PartyGuess also checks if the first player in that party is in a guild with anyone else in the party. This tool works about 73% of the time. This could fail if Hypixel decides to join everyone at the same time.
NickAlert
A tool that alerts if someone joined is nicked. This tool will not reveal the person behind the nick, but will just send it in chat. This tool will work half the time. (uses mc api) NickAlertHypixelAPI has been removed due to the api rework.
/scanfornicks
This command takes all the players currently in the game and scans if they are nicked. It is recommended to scan right before the game starts as NPCs in the game will be scanned too.
We have a Crowdin project for translations. You can also submit translations here on GitHub, but Crowdin is preferred since it makes it much easier to resolve issues.
Use the mod at your own risk. (this applies to all mods for hypixel) All chat messages from this mod is up to the player's interpretation of it.
- Download Forge 1.8.9 or have a client like Feather/Lunar/etc. that supports forge mods.
- Download the latest version of Hytools here.
- Place the jar file into your mods' folder. (.minecraft/mods)
- Ta-da! Hytools is installed.
If you want to build your own jar of Hytools, you can!
- Make sure you have Java Development Kit 8 Installed.
- Clone the repository.
- Extract the zip.
- Open a terminal and navigate to the root directory of the repository. (
cd
on windows) - Run
gradlew build
or.\gradlew build
depending on your OS. - The artifacts should now be in the
/build/libs
folder - (optional) Set up a dev workflow by opening the repo in Intellij (sorry vsc users) and run Intellij MC Run Config to start minecraft with the mod. Add ReAuth to
/run/mods
to allow logging into Hypixel.
You can contribute by starring the repo, reporting issues, creating pull requests, and suggesting ideas.