GeyserMC / Floodgate

Hybrid mode plugin to allow for connections from Geyser to join online mode servers.
https://geysermc.org
MIT License
575 stars 170 forks source link

Forward commands from floodgate to geyser standalone #460

Closed isInstance closed 6 months ago

isInstance commented 1 year ago

Geyser standalone (which most production servers are using) cannot send command descriptions to bedrock players, as it doesn't have access to the command map of backend servers, this PR forwards it to geyser, I have another PR to handle this data.

Tim203 commented 1 year ago

I personally think that Geyser should request the command descriptions from Floodgate, instead of Floodgate sending it automatically. I'm (still) open to the idea itself though.