A simple, easy-to-use Java wrapper for the Hypixel API.
To add Hypixel4j to your Maven project, add the JitPack repository to your pom.xml
:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
and then add the Hypixel4j dependency:
<dependency>
<groupId>com.github.TheNullicorn</groupId>
<artifactId>Hypixel4j</artifactId>
<version>-SNAPSHOT</version>
</dependency>