GeyserMC/Geyser

Allow query port and bedrock port to be on the same port

Open

#2.807 geöffnet am 2. Feb. 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (611 Forks)batch import
Feature RequestHelp WantedPriority: Low

Repository-Metriken

Stars
 (4.297 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 10T 19h) (20 gemergte PRs in 30 T)

Beschreibung

What feature do you want to see added?

It's quite common for servers to have their query port on the same port as their query port (assuming the latter is enabled). Now since both use UDP this naturally can't work by default.

It would be lovely if there was a way for the plugin to detect such query requests and respond to them the same way the normal query port would, allowing server owners to add bedrock support without having to change their query port.

We talked about this on the Discord and I think adding exclusive Paper support would be a start but ultimately I need at least Spigot support for my own use case.

Are there any alternatives?

This is no urgent feature and I am aware one can just change the query or bedrock port.
Being able to have them both on the same port through some protocol multiplexing would just be a convinience!

Contributor Guide