forked from GeyserMC/Geyser
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition.
f0e01ab1c9
Due to java doubles being somewhat more "precise" and bedrock positions being sent in floats instead, this caused bedrock players to get stuck in blocks when jumping or running near them in a certain way, thus causing the server to try and correct their position, potentially flagging anticheats and causing the server to print a "moved wrongly" message in console. See: https://stackoverflow.com/questions/322749/retain-precision-with-double-in-java |
||
---|---|---|
.github | ||
api | ||
common | ||
connector | ||
plugin | ||
screenshots | ||
.gitignore | ||
.gitmodules | ||
CONTRIBUTING.md | ||
Jenkinsfile | ||
LICENSE | ||
licenseheader.txt | ||
pom.xml | ||
README.md |
Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition, closing the gap from those wanting to play true cross-platform.
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.
Please note, this project is still a work in progress and should not be used on production. Expect bugs!
Setting Up
Please note, Geyser is not (currently) a plugin. Watch the video below or take a look here for how to set it up.
Links:
- Website: https://geysermc.org
- Docs: https://github.com/GeyserMC/Geyser/wiki
- Download: http://ci.geysermc.org
- Discord: http://discord.geysermc.org/
- Donate: https://patreon.com/GeyserMC
What's Left to be Added/Fixed
- Inventories (#67)
- Crafting (#67)
- Creative Mode (#67)
- Sounds
- Block Particles
- Block Entities (
block-entities
) - Some Entity Flags
- Proper Movement
- Support to be Ran as a Plugin (
plugin
)
Compiling
- Clone the repo to your computer
- Install Maven
- Navigate to the Geyser root directory and run
git submodule update --init --recursive
. This downloads all the needed submodules for Geyser and is a crucial step in this process. - Run
mvn clean install
and locate to thetarget
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.