FivePB (Xer)
                                            FivePB (Xer)
                                        
                                    While we are on this subject, shouldn't JoinGame be resent if the next server is != the same mode (hardcore or not hardcore) ?
Well yes, disable entity meta rewriting in the config. If you still have issues then I’d suggest you try using Velocity instead of Travertine. I’m sure that if the config...
That was intentional indeed, there are now some packets that can easily exceed that size (up to 16mb) which is already a whole ton too much Not sure how to...
It seems like this the disconnect that happens when the player is already online is an intentionally detached/async event that detaches here: https://github.com/SpigotMC/BungeeCord/blob/master/proxy/src/main/java/net/md_5/bungee/netty/ChannelWrapper.java#L83 From: https://github.com/SpigotMC/BungeeCord/blob/c987ee199d3ec93ce13469deefb1e2787d97147c/proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java#L485 refers to: https://github.com/SpigotMC/BungeeCord/blob/c987ee199d3ec93ce13469deefb1e2787d97147c/proxy/src/main/java/net/md_5/bungee/UserConnection.java#L391
This probably can’t/won’t be fixed by paper. You should open an issue upstream on Bungeecord as this is a design change we probably won’t accommodate
The draft mentioned in this issue doesn’t take a lot of channel logic into account. Fact of the matter is that to actually get this to follow the right order...
@PurpleIsEverything here is how my implementation looks like for now 1. Server list has a second ping response type to indicate PROXY and mark it with an extra type compatible...
I’ve tried many things and among long convoluted hacks that try to reset the client state without closing the connection- No. Forge mods can’t be expected to be completely reset...
@PurpleIsEverything Right. I have some family matters to take care off of. If I have the time I’ll get something out to you to test.
Can you reproduce this issue on Bungeecord itself? If yes please move this to upstream. The update **we** did wasn’t any higher quality than the Bungeecord update, simply because Waterfall...