A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition. https://geysermc.org
You can not 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
Tydium 45e043c6e9
Fix Custom Model Data not working on Potions. (#3616)
4 hours ago
.github Modrinth: submodules exist too 1 week ago
.idea/copyright Clean copyright message and update all files (#1053) 3 years ago
ap Bump Geyser to version 2.0.7-SNAPSHOT and default Bedrock to 1.19.20 8 months ago
api Add implementation for ClientEmoteEvent 1 month ago
bootstrap Clean up jar file classes a bit 2 days ago
build-logic Clean up jar file classes a bit 2 days ago
common Remove Windows version number from UWP. (#3339) 6 months ago
core Fix Custom Model Data not working on Potions. (#3616) 4 hours ago
gradle Fix command redirection detection 1 week ago
.gitignore Custom item support for extensions (#2822) 9 months ago
.gitmodules The Great Refactor Part 1 - connector -> core 1 year ago
CONTRIBUTING.md Update PR Build Action for API (#3535) 1 month ago
Jenkinsfile Simplify publish logic and move to GitHub Actions (#3579) 1 month ago
LICENSE We're in 2022 now 1 year ago
README.md Update README with new download link 1 week ago
build.gradle.kts Moved the base api to a separate repo 2 months ago
gradle.properties Refactor package and cleanup dependencies for Fabric 5 months ago
gradlew Make gradlew executable 1 year ago
gradlew.bat Initial move to gradle 1 year ago
licenseheader.txt We're in 2022 now 1 year ago
settings.gradle.kts Moved the base api to a separate repo 2 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.30 - 1.19.71 and Minecraft Java 1.19.4.

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: