GeyserMC/Geyser

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

Open

#2,807 创建于 2022年2月2日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Java (611 fork)batch import
Feature RequestHelp WantedPriority: Low

仓库指标

Star
 (4,297 star)
PR 合并指标
 (平均合并 10天 19小时) (30 天内合并 20 个 PR)

描述

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!

贡献者指南