Hytools

Hytools

143 Downloads

HEY

I no longer update the description of this mod & dont add newer versions of the mod to curseforge. (this is because curseforge has strange ui)
Look at my github to see the latest version of the mod & updated description.
https://github.com/udu3324/Hytools
https://github.com/udu3324/Hytools/releases

Hytools

A mod that has useful tools for Hypixel. Credit to the modding community for helping me make my first mod + EyeOfWither for using /nick so I can create NickAlert.

FriendCheck

A tool that checks if a player is friends with another player.

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 friends with anyone else in the party. This tool works about 90% 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 alert it in chat. This tool will half of the time. (uses mc api to check if username exists) You can enable NickAlertHypixelAPI to get more accuracy. (using hypixel api for nickalert is in the gray zone of being allowed. use at your own risk)

Installation

Use the mod at your own risk. (this applies to all mods for hypixel)

Make sure you have Forge 1.8.9 installed. You can install the latest version of Hytools by clicking here and clicking on the jar.

Go to your mods folder (.minecraft/mods) and drag Hytools-#.#.#.jar into it. Tada! Hytools is installed.

Commands

Here are the commands you can use to turn certain tools on and off with:

Build From Source

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

0, Make sure you have Java Development Kit 8 installed.

1, Clone the repository

2, Extract the zip

3, Open a terminal and cd to the source code

4, Run gradlew build or .\gradlew build depending on terminal

5, Navigate to build/libs

Done! You should now see 2 jars generated. The sources jar is for devs only and not for end users to put in the mods folder.

Contribute

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