A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition. https://geysermc.org
Go to file
David Choo b33cc512b4
Add custom skull render distance (#2751)
* Add player skull render distance

* Improve updateVisibleSkulls a bit

Avoid rechecking visibility on small movements

* Periodically despawn unused skull entities

* Don't hide skull entity for position/rotation changes

Prevents flickering for skulls that are rotating

* Update visible skulls when a skull is removed

* Only update on removal if an entity is assigned

* No need to check for skull in ChunkUtils

Update copyright year

* Avoid rechecking all skulls when a skull is added/removed

* Allow skull render distance and number to be configured

Renamed some fields to better match their values

* Compare texture property directly from GameProfile

* Remove unnecessary blockState field from SkullPlayerEntity

* Use binarySearch for insertion

Wait for player movement before loading skulls

* Allow culling to be disabled by setting max-visible-custom-skulls to -1

* Only remove skulls in inRangeSkulls when culling is enabled

* Add suggestions from review

* Merge the for loops in updateVisibleSkulls

* Fix skulls being leaked on chunk unload
2022-05-14 15:12:18 -04:00
.github Update bug_report.yml 2022-04-21 14:23:02 -04:00
.idea/copyright Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
ap Actually bump to 2.0.3-SNAPSHOT 2022-04-17 20:10:16 -04:00
api Actually bump to 2.0.3-SNAPSHOT 2022-04-17 20:10:16 -04:00
bootstrap Spigot: programmatically add Geyser permissions and fix reloading 2022-05-06 15:32:43 -04:00
common Actually bump to 2.0.3-SNAPSHOT 2022-04-17 20:10:16 -04:00
core Add custom skull render distance (#2751) 2022-05-14 15:12:18 -04:00
.gitignore Deprecate userAuths in favor of a saved token system 2022-03-03 18:52:26 -05:00
.gitmodules The Great Refactor Part 1 - connector -> core 2021-11-20 13:56:40 -06:00
CONTRIBUTING.md Update grammar, links, deprecations, etc in various text files (#2000) 2021-04-10 00:34:29 -04:00
Jenkinsfile Build Geyser-Fabric 1.18 branch on successful build 2021-12-03 11:32:09 -05:00
LICENSE We're in 2022 now 2022-01-01 20:03:05 +01:00
README.md Indicate 1.18.31 support for Geyser 2022-04-27 20:04:13 -04:00
licenseheader.txt We're in 2022 now 2022-01-01 20:03:05 +01:00
pom.xml Use stable version for maven-shade-plugin 2022-04-23 14:14:09 -04:00

README.md

Geyser

forthebadge made-with-java

License: MIT Build Status 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.18.0 - 1.18.31 and Minecraft Java 1.18.2.

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)
  • Resource pack conversion/CustomModelData
  • 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. Install Maven
  3. 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.
  4. Run mvn clean install and locate to the target 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: