/Hypixel4j

A simple Hypixel Java API wrapper

Primary LanguageJavaMIT LicenseMIT

Hypixel4j

Release Run Tests

A simple, easy-to-use Java wrapper for the Hypixel API.

Installation

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>