mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2024-11-11 12:29:17 +00:00
GeyserConnect is an easy way for bedrock clients to connect to any Java edition servers without having to run anything.
59bfd77e8d
* Remove session usage in storage and server managers * Don't allow GC to start when Geyser auth-type is offline * Fix sessions still being held by Geyser when they are TransferPacket'ed to a bedrock server |
||
---|---|---|
.github/workflows | ||
.idea/copyright | ||
bind9 | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
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 to Geyser.
If you wish to use DNS redirection please see the 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 |
❌ |
messageall (chat|gui) <message> |
Send a message to all online users. | /geyserconnect messageall gui This is a test message |
✔️ |
transferall <ip> [passAsVhost] |
Transfer all online users to another server. | /geyserconnect transferall gc.example.com true |
✔️ |