Skip to content

A library for communication with a Minecraft client/server. 1.12.2 LTS fork.

License

Notifications You must be signed in to change notification settings

Gjum/MCProtocolLib-1.12.2-LTS

 
 

Repository files navigation

Build Status JCenter/Bintray

MCProtocolLib 1.12.2 LTS

This repository offers Long-Term Support for 1.12.2 of MCProtocolLib by cherry-picking any compatible mainline fixes onto the last official 1.12.2 version.

It's only maintained every so often, so if you see a fix that applies to 1.12.2 please open an issue. Thanks!

How to use this repository

Builds are available through the JCenter Maven repository under group id com.github.Gjum and artifact id MCProtocolLib-1.12.2-LTS.

Instead of 1.0.0 you can depend on any tag or get the latest snapshot of a branch, for example master-SNAPSHOT. You can see all available versions on the releases page and all branches on the branches page.

Maven

<repositories>
    <repository>
        <id>jcenter</id>
        <url>https://jcenter.bintray.com</url>
    </repository>
</repositories>
<dependency>
    <groupId>com.github.Gjum</groupId>
    <artifactId>MCProtocolLib-1.12.2-LTS</artifactId>
    <version>1.0.0</version>
</dependency>

Gradle

allprojects {
    repositories {
        maven { url 'https://jcenter.bintray.com' }
    }
}
dependencies {
    implementation 'com.github.Gjum:MCProtocolLib-1.12.2-LTS:1.0.0'
}

License

MCProtocolLib is licensed under the MIT license.

About

A library for communication with a Minecraft client/server. 1.12.2 LTS fork.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%