HypixelQol
A hypixel macro improvement mod for Hypixel Skyblock.
Table of Contents
How to use the fishing feature
You can toggle it with the Keybind, which you should set yourself in the Controls Menu (should be "I" key by default).
When toggleing, a chat message of it's state in the chat.
If you have it enabled then just cast your rod and wait!
Building it yourself
Due to the influx of rats in this community (yall ratters are desperate for coins man), many people are worried if the .jar is safe, which I totally understand.
Github Actions automatically updates the jar in the release tab, so it's not possible for me to modify it afterwards, but I will still include steps on how to get it yourself.
- Either:
- Open your Command line inside the FishingQol directory
- Run
gradlew.bat build
for Windows and./gradlew build
for Linux (if you get a permission missing error, runchmod +x gradlew;
) - After it's done running, the jar will appear in
output/
, which you can then copy to your mods directory - FOR NON DEVS ONLY: Delete any remenants after you're done.
Your home folder will contain a.gradle
, most likely hidden, folder which should/could contain multiple hundreds of Megabytes.
You can safely delete it, but if you want to build this project again, it will have to download everything again.