Infinidoge / nix-minecraft

An attempt to better support Minecraft-related content for the Nix ecosystem
MIT License
172 stars 18 forks source link

Feature Request: geysermc.org plugins (floodgate and geyser) for allowing bedrock clients #68

Open RonnyPfannschmidt opened 3 weeks ago

RonnyPfannschmidt commented 3 weeks ago

https://geysermc.org has mods/tools to enable a java edition server to also accept bedrock clients i'd love to easily use it

Infinidoge commented 3 weeks ago

Hmm. Generally I avoid packaging mods and plugins, due to version churn and the sheer scope. However Geyser and Floodgate are good contenders, since a Geyser standalone module would very much make sense here.

RonnyPfannschmidt commented 2 weeks ago

i did a little more research

https://download.geysermc.org/docs/swagger-ui/index.html has nice tools for the updates as well

geyser can be added as option to all server kinds and has pre-defined builds

when opening the firewall for it as well it would be perfect

im testing a local build of it atm, once it works i'l try to upstream