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
- Host: GitHub
- URL: https://github.com/0x1bd/kmcprotocol
- Owner: 0x1bd
- Created: 2025-03-12T22:13:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-30T09:08:40.000Z (about 1 year ago)
- Last Synced: 2025-03-30T10:20:00.122Z (about 1 year ago)
- Topics: kotlin, ktor, minecraft, minecraft-protocol, packets
- Language: Kotlin
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
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