Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

TheNullicorn/Hypixel4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A simple Hypixel Java API wrapper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages