Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Geyser | 3,923 | 20 hours ago | 349 | mit | Java | |||||
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition. | ||||||||||
Bungeecord | 1,397 | 16 | 2 days ago | 4 | January 14, 2021 | 354 | other | Java | ||
BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers. | ||||||||||
Node Minecraft Protocol | 1,074 | 105 | 28 | 8 days ago | 146 | June 06, 2022 | 90 | bsd-3-clause | JavaScript | |
Parse and serialize minecraft packets, plus authentication and encryption. | ||||||||||
Dragonproxy | 996 | 2 years ago | 25 | gpl-3.0 | Java | |||||
🐲 A proxy to allow Minecraft: Bedrock clients to connect to Minecraft: Java Edition servers. | ||||||||||
Infrared | 511 | 16 days ago | 23 | July 11, 2022 | 36 | apache-2.0 | Go | |||
An ultra lightweight minecraft reverse proxy and idle placeholder | ||||||||||
Quarry | 450 | 2 | 6 months ago | 36 | June 19, 2022 | 50 | other | Python | ||
Python library that implements the Minecraft network protocol and data types | ||||||||||
2bored2wait | 413 | a month ago | 23 | gpl-3.0 | JavaScript | |||||
A proxy to wait out 2b2t.org's way too long queue. Includes a small webserver and a REST-like API for external control | ||||||||||
Gophertunnel | 330 | 26 | a month ago | 224 | November 29, 2022 | 10 | mit | Go | ||
General purpose library for Minecraft Bedrock Edition software written in Go | ||||||||||
Gate | 320 | 6 days ago | 77 | December 24, 2022 | 29 | apache-2.0 | Go | |||
An extensible lightweight high performance Minecraft reverse proxy with flexibility & excellent server version support - ready for the cloud! | ||||||||||
Waterdogpe | 212 | 11 days ago | 16 | gpl-2.0 | Java | |||||
Brand new proxy server for Minecraft: Bedrock Edition |
Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition, closing the gap from those wanting to play true cross-platform.
Geyser is an open collaboration project by CubeCraft Games.
Geyser is a proxy, bridging the gap between Minecraft: Bedrock Edition and Minecraft: Java Edition servers. The ultimate goal of this project is to allow Minecraft: Bedrock Edition users to join Minecraft: Java Edition servers as seamlessly as possible. However, due to the nature of Geyser translating packets over the network of two different games, do not expect everything to work perfectly!
Special thanks to the DragonProxy project for being a trailblazer in protocol translation and for all the team members who have joined us here!
Take a look here for how to set up Geyser.
test.geysermc.org
port 25565
for Java and 19132
for BedrockThere are a few things Geyser is unable to support due to various differences between Minecraft Bedrock and Java. For a list of these limitations, see the Current Limitations page.
git submodule update --init --recursive
. This command downloads all the needed submodules for Geyser and is a crucial step in this process.gradlew build
and locate to bootstrap/build
folder.Any contributions are appreciated. Please feel free to reach out to us on Discord if you're interested in helping out with Geyser.