https://github.com/geysermc/geyserconnect
GeyserConnect is an easy way for bedrock clients to connect to any Java edition servers without having to run anything.
https://github.com/geysermc/geyserconnect
geyser hacktoberfest minecraft
Last synced: about 1 year ago
JSON representation
GeyserConnect is an easy way for bedrock clients to connect to any Java edition servers without having to run anything.
- Host: GitHub
- URL: https://github.com/geysermc/geyserconnect
- Owner: GeyserMC
- License: mit
- Created: 2020-06-16T00:04:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T08:22:41.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T20:50:45.871Z (about 1 year ago)
- Topics: geyser, hacktoberfest, minecraft
- Language: Java
- Homepage: https://geysermc.org
- Size: 415 KB
- Stars: 209
- Watchers: 14
- Forks: 50
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeyserConnect
[](https://java.com/)
[](LICENSE)
[](https://github.com/GeyserMC/GeyserConnect/actions/workflows/build.yml)
[](http://discord.geysermc.org/)
[](http://hits.dwyl.io/GeyserMC/GeyserConnect)
GeyserConnect is an easy way for Bedrock Edition clients to connect to any Java Edition servers without having to run anything.
## What is GeyserConnect?
GeyserConnect is an extension for Geyser that allows for a list of Minecraft: Java Edition servers to be displayed and accessed through 1 public Geyser instance. It is effectively give the customisability of [BedrockConnect](https://github.com/Pugmatt/BedrockConnect) to [Geyser](https://github.com/GeyserMC/Geyser).
If you wish to use DNS redirection please see the [bind9](bind9) folder in this repository.
## Commands
All commands are prefixed ingame with `/geyserconnect` or in console with `geyserconnect`
| Command | Description | Example | Console only |
|------------------------------------|----------------------------------------------|--------------------------------------------------------|--------------------|
| `menu` | Reconnect and get back to the menu. | `/geyserconnect menu` | :x: |
| `messageall (chat\|gui) ` | Send a message to all online users. | `/geyserconnect messageall gui This is a test message` | :heavy_check_mark: |
| `transferall [passAsVhost]` | Transfer all online users to another server. | `/geyserconnect transferall gc.example.com true` | :heavy_check_mark: |