Skip to content

dancing-ipsum/DragonProxy

 
 

Repository files navigation

Logo

DragonProxy

Build status indicator

IRC: http://webchat.esper.net/?nick=&channels=dragonet

Project is NOT dead, I am currently VERY busy so I can't maintain this project myself. But the repo will be checked usually so PRs are welcomed.

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

Test servers: https://github.com/DragonetMC/DragonProxy/blob/master/TestServers.md

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 - You must be logged in to download a build.

Supported Remote Server Types

  • Bukkit/Spigot/Glowstone/SpongeVanilla/BungeeCord
  • Not listed is not mean unsupported, just untested.

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. 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 3. Close the server by typing stop in the console.
  • Step 4. 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 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.

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%