TyphoonCore icon indicating copy to clipboard operation
TyphoonCore copied to clipboard

Lightweight minecraft server engine

Results 6 TyphoonCore issues
Sort by recently updated
recently updated
newest added

goroutine 1402 [running]: main.(*Player).ReadByteArray(0xc42016a460, 0xffffffffffffffc7, 0xc4203d5b30, 0x42, 0x43, 0x0, 0x0) /home/earthmc/servers/hublite/1.0.4/TyphoonLimbo-1.0.4/utils.go:245 +0x40 main.(*PacketPlayPluginMessage).Read(0xc4204a2090, 0xc42016a460, 0xa, 0x5a4f60, 0xc4204a2090) /home/earthmc/servers/hublite/1.0.4/TyphoonLimbo-1.0.4/packet_handle.go:414 +0x127 main.(*Player).HandlePacket(0xc42016a460, 0x9, 0xa, 0xc4200d1378, 0x1, 0x0, 0x0) /home/earthmc/servers/hublite/1.0.4/TyphoonLimbo-1.0.4/packet_registry.go:62 +0x335 main.(*Player).ReadPacketWithoutCompression(0xc42016a460, 0x0,...

Modern forwarding isn't compatible with versions below 1.13, but that's not a problem for everyone.

Current message: Incompatible version Suggested message: Server is on version [version number]

Some players are reporting this error message when connecting to Typhoon: Connecting:QuietException : Unexpected packet received during server login process! It seems like a bungee error but it only happens...

make possible 1.12+ packets to be sent

enhancement

Random time out after unknown packet read Maybe multithread colision ? ``` 2018/07/27 22:06:27 Server launched on port :25565 2018/07/27 22:06:33 127.0.0.1:48472(#1) connected. 2018/07/27 22:06:33 #1 -> 0 &{393 localhost...

bug