Skip to content

ExtaSpace/DragonProxy

 
 

Repository files navigation

Logo

DragonProxy

Build status indicator
A proxy for Minecraft: Pocket Edition/Windows 10 Edition connecting to Minecraft PC/Mac servers.

Screenshot

Hypixel on Pocket/Win 10 Edition!

Join on Pocket/Win 10 Edition here hypixel.dragonet.org, port 19132(default).

Installation

Build status indicator Download from CircleCI

Usage

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. Set up a normal Minecraft PC/Mac server. You can also use Bukkit/Spigot/Glowstone/SpongeVanilla.
  • Step 3. Run the proxy by running command: java -Xmx256M -jar dragonproxy-x.x.x.jar where 256M indicates memory size and dragonproxy-x.x.x.jar is the file name.
  • Step 4. Close the server by typing stop in the console.
  • Step 5. Edit config.properties and change remote_ip and remote_port to your Minecraft PC/Mac server, such as 127.0.0.1 and 25565.
  • Step 6. 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.

Community

Development

Cloning the project

git clone git@github.com:DragonetMC/DragonProxy.git

Using IntelliJ IDEA

  • 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

Credits

  • Netty Networking Library(Link)
  • Google Guava(Link)

About

A proxy for Minecraft: Pocket Edition connecting to ANY Minecraft PC/Mac servers, even Bukkit/Spigot servers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%