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

https://github.com/mustafabinguldev/hanmcserver

Minecraft protocol and netty | Protocol v47 & 1.8.x
https://github.com/mustafabinguldev/hanmcserver

minecraft-protocol minecraft-server minecraft-server-protocol netty

Last synced: 5 months ago
JSON representation

Minecraft protocol and netty | Protocol v47 & 1.8.x

Awesome Lists containing this project

README

          

# Minecraft Server Protocol with Netty

A lightweight implementation of Minecraft server protocol using Netty.
minecraft protocol: v47

#
For now, the project is completely finished and handshake
and motd have been added.

## Features
- Handles Minecraft server communication
- Utilizes Netty for efficient networking
- Lightweight and simple structure

## Installation
```sh
# Clone the repository
git clone https://github.com/mustafabinguldev/hanmcserver.git

# Navigate to the project directory
cd hanmcserver

# Build the project
mvn clean package
```

![Motd](src/main/resources/motd.png)
![Screen](src/main/resources/screen.png)

## Usage
```sh
java -jar target/hanserver.jar
```