Skip to content

HypixelDev/ModAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypixel Mod API

The Hypixel Mod API is an implementation of custom packets for communicating with the Hypixel Server via plugin messages.

At this time the API is in an early preview state to obtain feedback from the community. The API is subject to change and may be changed or disabled at any time. You can read more about on the announcement forum thread.

Usage

You can use this API as a dependency via the public Hypixel maven repo.

Hypixel Maven Repo

<repository>
    <id>Hypixel</id>
    <url>https://repo.hypixel.net/repository/Hypixel/</url>
</repository>

This repo can also be used with Gradle.

repositories {
    maven { url 'https://repo.hypixel.net/repository/Hypixel/' }
}

You can then include the dependency in your project.

<dependency>
    <groupId>net.hypixel</groupId>
    <artifactId>mod-api</artifactId>
    <version>0.2.1</version>
</dependency>
dependencies {
    implementation 'net.hypixel:mod-api:0.2.1'
}

About

Hypixel Mod API for interfacing with the Hypixel Server via the Minecraft Plugin Message system.

Topics

Resources

License

Stars

Watchers

Forks

Languages