Robin Brämer

Results 39 comments of Robin Brämer

I don't think ProtocolSupport will be able to add 1.19 support soon. This is because 1.19 adds features to the server and client that can hardly be simulated by ProtocolSupport....

@R167 github.com/go-logr/logr dependency is now updated in the [new release](https://github.com/minekube/gate/releases/tag/v0.18.0)

> I have two suggestions regarding the logging of the Gate proxy: > > * It would be nice to have the possibility to choose what we want in the...

I've now started planning on Bedrock edition support and I'm glad to have you @Sandertv as someone already experienced in this works. I'll look into your projects to see how...

For everyone's interest, the `bedrock` branch has everything set to implement a Bedrock into Gate, but as per Minekube's internal projects there is currently no need for Bedrock support. Everyone...

@AaronNBrock good question. The [transfer packet ](https://wiki.vg/Bedrock_Protocol#Transfer) would not be suitable for server networks with the requirements like: - handle transfer error gracefully (retries, move to lobby if failed, etc.)...

Yes, this functionality is supported. Every player has it's own [TabList](https://github.com/minekube/gate/blob/244d11b69b2067ad6860f6cfb7aee59039b505a0/pkg/edition/java/proxy/player.go#L67). Then you can [modify the display name](https://github.com/minekube/gate/blob/244d11b69b2067ad6860f6cfb7aee59039b505a0/pkg/edition/java/proxy/tablist/entry.go#L25) for every player. I haven't tried it yet but I think you...

There is currently no other straight forward way to modify the player entries packet sent from the server to the proxy so right now the player would receive the normal...

Let me know if that's enough or you want smth like a "TabListEvent" to do it properly.

Thanks for your contribution! Could you explain why Gate needs to know about this packet and why it is useful for the proxy?