Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 864 Bytes

File metadata and controls

39 lines (24 loc) · 864 Bytes

This project is no longer maintained. Use this instead.

Minecraft Proxy

Features

  1. Custom motd
  2. Modify client handshake packet

How To Use

1. Install .NET 3.1

Windows: Download .NET Core 3.1 Runtime (microsoft.com)

Linux:

wget https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh && chmod +x ./dotnet-install.sh && sudo ./dotnet-install.sh -c 3.1

2. Download the program and unzip it

Windows:

Go to Releases and download, then unzip.

Linux:

wget https://github.com/SkyAerope/MinecraftProxy/releases/download/v1.0.0/release.zip
unzip release.zip

3. Start the program

dotnet ./MinecraftProxy2.dll