GeyserMC/Geyser

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

Open

#2 807 ouverte le 2 févr. 2022

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Java (611 forks)batch import
Feature RequestHelp WantedPriority: Low

Métriques du dépôt

Stars
 (4 297 stars)
Métriques de merge PR
 (Merge moyen 10j 19h) (20 PRs mergées en 30 j)

Description

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!

Guide contributeur