An open API service indexing awesome lists of open source software.

https://github.com/0x1bd/kmcprotocol

Kotlin implementation of the minecraft java protocol
https://github.com/0x1bd/kmcprotocol

kotlin ktor minecraft minecraft-protocol packets

Last synced: 8 months ago
JSON representation

Kotlin implementation of the minecraft java protocol

Awesome Lists containing this project

README

          

# KMCProtocol

KMCProtocol is a kotlin library which implements the minecraft java protocol.

## Features
- Encode and decode minecraft packets
- Easily add custom packets
- Networking with Ktor

## Installation

#### CURRENTLY NOT AVAILABLE
Add the following dependencies to your `build.gradle.kts` file:

```kotlin
dependencies {
implementation("de.kvxd.kmcprotocol:kmcprotocol:(version)")
}
```
Replace `(version)` with the latest version found [here](https://github.com/0x1bd/KMCProtocol/releases).

## Usage

The [wiki](https://github.com/0x1bd/KMCProtocol/wiki) provides some basic usage and examples