Skip to content

A library that allows you to use Minecraft's built-in StreamCodecs to define plugin messages between a modded client and Paper server.

License

Notifications You must be signed in to change notification settings

LooFifteen/paper-codec

Repository files navigation

paper-codec

Important

This library uses code from FabricMC/fabric, and is therefore under the Apache Licence 2.0.

paper-codec is a library that allows you to use Minecraft's built-in StreamCodecs to define plugin messages between a modded client and Paper server.

Example Usage

Information about an example use can be found in the test directory.

Gradle

repositories {
    maven("https://repo.hypera.dev/releases/")
}

dependencies {
    // replace `0.0.0` with the latest published version
    
    // if paper-codec will be installed on the server
    compileOnly("dev.lu15:paper-codec:0.0.0")
    
    // or if paper-codec will be shaded into your plugin
    implementation("dev.lu15:paper-codec:0.0.0")
}

About

A library that allows you to use Minecraft's built-in StreamCodecs to define plugin messages between a modded client and Paper server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages