Skip to content

SkyAerope/MinecraftProxy

 
 

Repository files navigation

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

If this command fails on Linux (command not found), you can try the following one.

 ~/.dotnet/dotnet ./MinecraftProxy2.dll

About

Minecraft proxy server with custom MOTD and handshake packet.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%