Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 689 Bytes

README.MD

File metadata and controls

34 lines (25 loc) · 689 Bytes

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

# 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 Screen

Usage

java -jar target/hanserver.jar