Skip to content

CloudburstMC/ProxyPass

Repository files navigation

ProxyPass

Introduction

Proxy pass allows developers to MITM a vanilla client and server without modifying them. This allows for easy testing of the Bedrock Edition protocol and observing vanilla network behavior.

ProxyPass requires Java 8 u162 or later to function correctly due to the encryption used during login
online-mode needs to be set to false in server.properties so that ProxyPass can communicate with your Bedrock Dedicated Server.

Building & Running

To produce a jar file, run ./gradlew shadowJar in the project root directory. This will produce a jar file in the build/libs directory.

If you wish to run the project from source, run ./gradlew run in the project root directory.

Links

Jenkins

Protocol library used in this project