-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] UDP support #8
Comments
@CherubicBoot there is no udp support at the moment. |
alright! can't wait for the UDP port support^^ |
@CherubicBoot yea the thing is the mod (and the plugin) work based on the internal minecraft connection (they kinda hijack the underlying socket). so adding support for multiple tunnels would mean having to implement support for every mod that needs another port. Would be doable, but if you really need a lot of ports for every different mod you might want to use the playit program instead. But Geyser support can probably be specifically implemented at some point |
Alright! I mainly only used raknetify and geysermc at the same time, so adding raknetify support (alongside with geysermc at the same time) instead of configurable multiple ports seems to be enough for me, but only geysermc support alone is still highly appreciated. I understand adding those supports are not an easy task. Tysm for considering my suggestion! ^^ |
TL:DR: title <3
Hello there! I'm wondering if this mod has the ability to open UDP Port for mods that uses UDP Port such as geysermc or raknetify? if not, is it possible to support it? Ty in advance! ^^
The text was updated successfully, but these errors were encountered: