Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
/ MinecraftProxy Public archive

Minecraft proxy server with custom MOTD and handshake packet.

License

Notifications You must be signed in to change notification settings

sduoduo233/MinecraftProxy

Repository files navigation

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

About

Minecraft proxy server with custom MOTD and handshake packet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages