title | description |
---|---|
Supported versions |
Information on the versions Geyser supports. |
import { Versions } from '@site/src/components/Versions' import DocCardList from '@theme/DocCardList';
:::info Geyser currently supports Minecraft Bedrock and Minecraft Java . :::
Older Bedrock versions are not supported. Minecraft: Bedrock Edition updates automatically on all platforms, so there are few users who would want to use older versions. Further, older Bedrock versions do not have all features which Geyser support, which would lead to a sub-par experience.
Geyser emulates a client, so a Java server must accept users using that version in order for Geyser to work. This is possible thanks to ViaVersion, which allows Java edition players with newer versions to join servers that run older versions of the game.
You can use Geyser-Spigot on servers that run on 1.16.5 or above. Do note that Geyser requires Java 17 to run! You will also need to run at least Java 17 or later to use Geyser. See here for more info on updating Java. Paper versions not supporting Java 17 can add -DPaper.IgnoreJavaVersion=true
flag to the Java startup arguments to allow Paper to run on Java 17.
In order for Bedrock players to chat (1.19.3+) or join (1.19.1/1.19.2), you need to disable chat signing. More information about that can be read on the chat signing page.
This is unfortunately not possible. You'll need to use a proxy such as Velocity or BungeeCord, or set up Geyser-Standalone separately with the ViaVersion plugin. Another alternative would be to install ViaProxy, which is a standalone ViaVersion proxy that translates between different Minecraft: Java edition versions, and to install Geyser-ViaProxy on it.
Using Geyser on Fabric/NeoForge servers not on the latest Minecraft version {#fabric-neoforge-servers}
Unfortunately, Geyser-Fabric and Geyser-NeoForge only support the latest version of Minecraft: Java edition. The recommended way to still use Geyser with older versions would be to install ViaProxy, which is a standalone ViaVersion proxy that translates between different Minecraft: Java edition versions, and to install Geyser-ViaProxy on it. This will also work with Floodgate auth.
Make sure you update your proxy software to the latest available version, and, if the backend servers are not on , also install the ViaVersion plugin on the backend servers. Velocity/BungeeCord support most Minecraft versions, so you can update them regardless of the backend server versions.