Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
Luke edited this page Sep 29, 2019 · 7 revisions

DragonProxy

License: GPL v3 Chat Build Status

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.


What's been done so far

The project has been undergoing a rewrite for some time, and development has recently picked up again.

  • RakNet broadcasting
  • Joining the remote server
  • Chat and commands support
    • Proper translation support
  • Chunks
    • Block translation (on the chunks branch)
    • Block entities
    • Biome colours
  • Player movement (somewhat working on the chunks branch)
  • Inventory support
    • Item NBT translation (name and lore, more to come soon)
  • Viewing entities (on the chunks branch)
  • Effects
  • Block breaking / placing
  • Authentication (online mode)
  • Titles
  • Bossbar
  • Scoreboard
  • Statistics viewing (./stats)
    • General
    • Items
    • Mobs

A more comprehensive TODO list will be created in an issue in the future.

Download

No updated releases are currently available.

  • snapshots: developments builds, unstable, latest features (recommended)

Libraries used

Clone this wiki locally