Skip to content

udu3324/Hytools

Repository files navigation

Mod Loader: Forge
Latest Release
License
Localization
Github Clones
Latest Release

Hytools

Hytools is a forge mod that adds useful client sided features to make the experience better on Hypixel.

PartyGuess

A tool that looks at chat and guesses players that are in a party. 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.

⌨️ Commands

These are the commands to toggle certain tools in Hytools.

📜 Translations

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.

💾 Installation

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.

  1. Download Forge 1.8.9 or have a client like Feather/Lunar/etc. that supports forge mods.
  2. Download the latest version of Hytools here.
  3. Place the jar file into your mods folder. (.minecraft/mods)
  4. Tada! Hytools is installed.

🛠️ Build From Source

If you want to build your own jar of Hytools, you can!

  1. Make sure you have Java Development Kit 8 Installed.
  2. Clone the repository.
  3. Extract the zip.
  4. Open a terminal and navigate to all of the mod's files. (cd on windows)
  5. Run gradlew build or .\gradlew build depending on your OS.
  6. The artifacts should now be in the /build/libs folder
  7. (optional) Set up a dev workflow by opening the repo in your favorite IDE (vsc recommended) and run gradlew runClient to start minecraft with the mod. Add ReAuth to /run/mods to allow logging into Hypixel.

❤️ Contribute

You can contribute by starring the repo, reporting issues, creating pull requests, and suggesting ideas.