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
- Host: GitHub
- URL: https://github.com/mustafabinguldev/hanmcserver
- Owner: mustafabinguldev
- Created: 2025-02-25T19:11:52.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-03-01T18:07:13.000Z (11 months ago)
- Last Synced: 2025-08-20T22:36:46.861Z (5 months ago)
- Topics: minecraft-protocol, minecraft-server, minecraft-server-protocol, netty
- Language: Java
- Homepage:
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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
```


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