A proxy for Minecraft: Pocket Edition/Windows 10 Edition connecting to Minecraft PC/Mac servers.
Bukkit
/Spigot
/Glowstone
/SpongeVanilla
/BungeeCord
Note: Target server must be off-line mode for now, we may add online authentication later.
- Step 1. Install Java 8(or higher), download the JAR file.
- Step 2. Run the proxy by running command:
java -Xmx256M -jar dragonproxy-x.x.x.jar
where256M
indicates memory size anddragonproxy-x.x.x.jar
is the file name. - Step 3. Close the server by typing
stop
in the console. - Step 4. Edit
config.properties
and changeremote_ip
andremote_port
to your Minecraft PC/Mac server, such as127.0.0.1
and25565
. - Step 5. Do
Step 3
again, and you should be able to connect to a PC/Mac server through your computer/server from Pocket/Win 10 Edition.
Website: http://dragonet.org
Forums: http://forums.dragonet.org
git clone git@github.com:DragonetMC/DragonProxy.git
- Download and install IntelliJ IDEA Community Edition (free download)
- Just "open" the project in IntelliJ, it should work and compile seamlessly
- Add "Lombok Plugin" to add first class support for Lombok annotations in IntelliJ