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.
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.
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.