A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition. https://geysermc.org
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Konicai b344e21f7f
Fix loading contents keys of encrypted resource packs (#3925)
3 months ago
.github Fix condition for using author's api branch (#3893) 3 months ago
.idea/copyright Clean copyright message and update all files (#1053) 3 years ago
ap Yeet NbtItemStackTranslator 6 months ago
api Make PlatformType fields final (#3917) 3 months ago
bootstrap NMS adapter for spigot 1.20 (#3911) 3 months ago
build-logic Clean up jar file classes a bit 6 months ago
common Move PlatformType to API and expose it for extensions (#3798) 3 months ago
core Fix loading contents keys of encrypted resource packs (#3925) 3 months ago
gradle NMS adapter for spigot 1.20 (#3911) 3 months ago
.gitignore Custom item support for extensions (#2822) 1 year ago
.gitmodules The Great Refactor Part 1 - connector -> core 2 years ago
CONTRIBUTING.md Update PR Build Action for API (#3535) 7 months ago
Jenkinsfile Stop jenkins builds trying to trigger GeyserConnect build (#3737) 5 months ago
LICENSE Update LICENSE to cover 2023 5 months ago
README.md 1.20 bump in readme (#3818) 4 months ago
build.gradle.kts Update to use protocol 589 and other 1.20 updates 4 months ago
gradle.properties Update to use protocol 589 and other 1.20 updates 4 months ago
gradlew Update gradlew files 11 months ago
gradlew.bat Update gradlew files 11 months ago
licenseheader.txt We're in 2022 now 2 years ago
settings.gradle.kts Moved the base api to a separate repo 8 months ago

README.md

Geyser

License: MIT Discord Crowdin

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.

What is Geyser?

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!

Currently supporting Minecraft Bedrock 1.19.80 - 1.20 and Minecraft Java 1.20.

Setting Up

Take a look here for how to set up Geyser.

YouTube Video

What's Left to be Added/Fixed

  • Near-perfect movement (to the point where anticheat on large servers is unlikely to ban you)
  • Some Entity Flags
  • Structure block UI

What can't be fixed

There 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.

Compiling

  1. Clone the repo to your computer
  2. Navigate to the Geyser root directory and run git submodule update --init --recursive. This command downloads all the needed submodules for Geyser and is a crucial step in this process.
  3. Run gradlew build and locate to bootstrap/build folder.

Contributing

Any contributions are appreciated. Please feel free to reach out to us on Discord if you're interested in helping out with Geyser.

Libraries Used: