[22:14:19] [Velocity - Task Executor #8/INFO] [com.velocitypowered.proxy.protocol.packet.chat.CommandHandler]: [connected player] leMaggiWuerze (/REDACTED:63222) -> executed command /p h
[22:14:19] [Netty epoll Worker #41/INFO] [com.velocitypowered.proxy.connection.MinecraftConnection]: [server connection] leMaggiWuerze -> cb1 has connected
[22:14:19] [Netty epoll Worker #41/INFO] [com.velocitypowered.proxy.connection.MinecraftConnection]: [server connection] leMaggiWuerze -> cb1_fw6 has disconnected
[22:14:19] [PrimeCoreVelocity - Task Executor #497/INFO] [de.primecodes.core.velocity.listener.DevinReconfigureListener]: PlayerEnterConfigurationEvent: PlayerEnterConfigurationEvent[player=[connected player] leMaggiWuerze (/REDACTED:63222), server=[server connection] leMaggiWuerze -> cb1]
[22:14:25] [ForkJoinPool.commonPool-worker-12/INFO] [de.primecodes.sessions.manager.SessionManager]: Session(id=566958, userId=83477, loginTime=2026-03-05 22:14:14.0, logoutTime=null, lastServer=null, lastProxy=null, active=true)
[22:14:30] [ForkJoinPool.commonPool-worker-12/INFO] [de.primecodes.sessions.manager.SessionManager]: Session(id=566958, userId=83477, loginTime=2026-03-05 22:14:14.0, logoutTime=null, lastServer=lobby3, lastProxy=proxy-1, active=true)
[22:14:49] [Netty epoll Worker #41/ERROR] [com.velocitypowered.proxy.connection.MinecraftConnection]: [server connection] leMaggiWuerze -> cb1: read timed out
[22:14:49] [Netty epoll Worker #41/INFO] [com.velocitypowered.proxy.connection.MinecraftConnection]: [server connection] leMaggiWuerze -> cb1 has disconnected
[22:14:49] [Netty epoll Worker #41/ERROR] [com.velocitypowered.proxy.connection.client.ConnectedPlayer]: [connected player] leMaggiWuerze (/REDACTED:63222): unable to connect to server cb1
java.io.IOException: Unexpectedly disconnected from remote server
at com.velocitypowered.proxy.connection.backend.ConfigSessionHandler.disconnected(ConfigSessionHandler.java:376)
at com.velocitypowered.proxy.connection.MinecraftConnection.channelInactive(MinecraftConnection.java:128)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:250)
at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81)
at com.velocitypowered.proxy.protocol.netty.PlayPacketQueueOutboundHandler.channelInactive(PlayPacketQueueOutboundHandler.java:79)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:250)
at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81)
at com.velocitypowered.proxy.protocol.netty.PlayPacketQueueInboundHandler.channelInactive(PlayPacketQueueInboundHandler.java:75)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:250)
at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:81)
at io.netty.handler.timeout.IdleStateHandler.channelInactive(IdleStateHandler.java:284)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:250)
at io.netty.handler.codec.ByteToMessageDecoder.channelInputClosed(ByteToMessageDecoder.java:412)
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:377)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:250)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelInactive(DefaultChannelPipeline.java:1424)
at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:876)
at io.netty.channel.AbstractChannel$AbstractUnsafe$8.run(AbstractChannel.java:684)
at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:148)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:141)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:535)
at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:201)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1583)