-
-
Notifications
You must be signed in to change notification settings - Fork 134
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.
Then on your bedrock device type to IP of the PC running DragonProxy to join.
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
.