-
-
Notifications
You must be signed in to change notification settings - Fork 132
Home
A proxy made to allow Minecraft: Bedrock Edition clients to connect to Minecraft: Java Edition servers.
The goal of DragonProxy is to bridge Minecraft: Bedrock Edition and Minecraft: Java Edition by allowing Bedrock clients to join Java Edition servers. It is, however, still in development and not everything works currently.
DragonProxy is a standalone program. It is NOT a plugin. It simply works as a proxy and requires its own directory and configuration files.
- Download the latest build on jenkins.
- Run DragonProxy with
java -jar DragonProxy.jar
- Type 'stop' in console and edit the
config.yml
to your liking
The raw basic config options you need to change to get things running are remote-address
and remote-port
this is the Java server IP/Port you want to connect to on bedrock.
If you are having trouble please refer to our Discord.
- Apache Maven
- Java 8+
- Git bash
- Clone the repo:
git clone --recursive https://github.com/DragonetMC/DragonProxy
- Go to the repo folder
cd DragonProxy
(or whatever you called it) - Execute
mvn clean package
The output jar can be found at
bootstrap/target/DragonProxy.jar
.