Skip to content

ttRMS/MCProtocolLib

 
 

Repository files navigation

MCProtocolLib

MCProtocolLib is a simple library for communicating with a Minecraft client/server. It aims to allow people to make custom bots, clients, or servers for Minecraft easily.

ttRMS fork

Our fork will contain any necessary changes required for 2b2t.org. All our changes will be on the ttrms branch.

Huge thanks to these wonderful people/groups for getting us to where we are today:

Adding as a Dependency

The recommended way of fetching MCProtocolLib is through JitPack.

build.gradle:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.ttrms:mcprotocollib:ttrms-SNAPSHOT'
}

Example Code

See example usage here.

Building the Source

MCProtocolLib uses Maven to manage dependencies. Simply run mvn clean install in the project root.

Support and development

Please join us at https://discord.gg/geysermc under #mcprotocollib for discussion and support for this project.

License

MCProtocolLib is licensed under the MIT license.

About

A library for communication with a Minecraft client/server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%