Skip to content
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

Native Geyser/Floodgate implementation #293

Open
Naamloos opened this issue Oct 16, 2022 · 3 comments
Open

Native Geyser/Floodgate implementation #293

Naamloos opened this issue Oct 16, 2022 · 3 comments
Labels
enhancement New feature or request epic Very cool priority: low Nice to have server Relates to the server implementation

Comments

@Naamloos
Copy link
Member

This is somewhat of a stretch goal but I would very much love to see this make it into Obsidian. Geyser is a proxy for java edition Minecraft servers that allows bedrock edition servers to connect to it. To support online mode with bedrock players mixed in, we'd have to implement whatever changes the floodgate plugin implements to support it.

Small issue: as of right now I have not found any documentation on how floodgate works. We'd have to find that first (or, just ask them)

@Naamloos Naamloos added enhancement New feature or request epic Very cool server Relates to the server implementation priority: low Nice to have labels Oct 16, 2022
@Aaron2550
Copy link
Contributor

Should we also watch out for proxies like Velocity and maybe even Waterfall? Like their pages explain, velocity is probably the most-used proxy for networks today, and Waterfall is a bungeecord replacement for people who cant switch to Velocity. Velocity does need some special packets, but Its completly Vanilla-Client-Compatible. Only the Server needs to support it. Fabric/Quilt are compatible via a mod, and Paper and it's forks has native support.

@GuyInGrey
Copy link

Geyser has a standalone version which also supports Floodgate. Assuming that's compatible with a vanilla server, there shouldn't be any extra work needed to support it.

@Naamloos
Copy link
Member Author

I figured, yeah, but geyser still seems to have some issues with Obsidian. as for bungeecord/velocity, it may be nice to support them at some point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic Very cool priority: low Nice to have server Relates to the server implementation
Projects
None yet
Development

No branches or pull requests

3 participants