ViaVersion / ViaProxy

Standalone proxy which allows players to join EVERY Minecraft server version (Classic, Alpha, Beta, Release, Bedrock)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Legacy skin loading doesnt't work

kristupas098 opened this issue · comments

title

commented

Upload your ViaProxy log

debug.txt

[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: [19:37:04] [ERROR] Error while reading console input
[19:37:04] [main/INFO] (ViaProxy) Initializing ViaProxy GUI v3.0.19 (Injected using Launcher Agent)...
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: java.io.IOException: The handle is invalid
[19:37:04] [main/INFO] (ViaProxy) Using java version: Java HotSpot(TM) 64-Bit Server VM 20.0.1 (Oracle Corporation) on Windows Server 2019
[19:37:04] [main/INFO] (ViaProxy) Available memory (bytes): 31675383808
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/java.io.FileInputStream.available0(Native Method)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/java.io.FileInputStream.available(FileInputStream.java:475)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/java.io.BufferedInputStream.implAvailable(BufferedInputStream.java:481)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/java.io.BufferedInputStream.available(BufferedInputStream.java:468)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at net.raphimc.viaproxy.cli.DelayedStream.available(DelayedStream.java:71)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at net.raphimc.viaproxy.cli.DelayedStream.waitForInput(DelayedStream.java:42)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at net.raphimc.viaproxy.cli.DelayedStream.read(DelayedStream.java:65)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:333)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:376)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/sun.nio.cs.StreamDecoder.lockedRead(StreamDecoder.java:219)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:173)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/java.io.InputStreamReader.read(InputStreamReader.java:189)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/java.io.BufferedReader.fill(BufferedReader.java:161)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/java.io.BufferedReader.implReadLine(BufferedReader.java:371)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/java.io.BufferedReader.readLine(BufferedReader.java:348)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/java.io.BufferedReader.readLine(BufferedReader.java:437)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at net.raphimc.viaproxy.cli.ConsoleHandler.listen(ConsoleHandler.java:41)
[19:37:04] [Console-Handler/INFO] (net.raphimc.viaproxy.util.logging.LoggerPrintStream) [STDERR]: at java.base/java.lang.Thread.run(Thread.java:1623)
[19:37:04] [main/DEBUG] (io.netty.util.internal.logging.InternalLoggerFactory) Using SLF4J as the default logging framework
[19:37:04] [main/DEBUG] (io.netty.util.ResourceLeakDetector) -Dio.netty.leakDetection.level: simple
[19:37:04] [main/DEBUG] (io.netty.util.ResourceLeakDetector) -Dio.netty.leakDetection.targetRecords: 4
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent0) -Dio.netty.noUnsafe: false
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent0) Java version: 20
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.theUnsafe: available
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.copyMemory: available
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent0) sun.misc.Unsafe.storeFence: available
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.Buffer.address: available
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent0) direct buffer constructor: unavailable
java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
at io.netty.util.internal.ReflectionUtil.trySetAccessible(ReflectionUtil.java:31) ~[ViaProxy-3.0.19.jar:?]
at io.netty.util.internal.PlatformDependent0$5.run(PlatformDependent0.java:289) ~[ViaProxy-3.0.19.jar:?]
at java.security.AccessController.doPrivileged(AccessController.java:319) ~[?:?]
at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:282) [ViaProxy-3.0.19.jar:?]
at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:333) [ViaProxy-3.0.19.jar:?]
at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:88) [ViaProxy-3.0.19.jar:?]
at io.netty.util.ConstantPool.(ConstantPool.java:34) [ViaProxy-3.0.19.jar:?]
at io.netty.util.AttributeKey$1.(AttributeKey.java:27) [ViaProxy-3.0.19.jar:?]
at io.netty.util.AttributeKey.(AttributeKey.java:27) [ViaProxy-3.0.19.jar:?]
at net.raphimc.netminecraft.constants.MCPipeline.(MCPipeline.java:23) [ViaProxy-3.0.19.jar:?]
at net.raphimc.viaproxy.ViaProxy.loadNetty(ViaProxy.java:202) [ViaProxy-3.0.19.jar:?]
at net.raphimc.viaproxy.ViaProxy.injectedMain(ViaProxy.java:121) [ViaProxy-3.0.19.jar:?]
at net.raphimc.viaproxy.ViaProxy.main(ViaProxy.java:83) [ViaProxy-3.0.19.jar:?]
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.Bits.unaligned: available, true
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent0) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable
java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @6253c26
at jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394) ~[?:?]
at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:709) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
at io.netty.util.internal.PlatformDependent0$7.run(PlatformDependent0.java:411) ~[ViaProxy-3.0.19.jar:?]
at java.security.AccessController.doPrivileged(AccessController.java:319) ~[?:?]
at io.netty.util.internal.PlatformDependent0.(PlatformDependent0.java:402) [ViaProxy-3.0.19.jar:?]
at io.netty.util.internal.PlatformDependent.isAndroid(PlatformDependent.java:333) [ViaProxy-3.0.19.jar:?]
at io.netty.util.internal.PlatformDependent.(PlatformDependent.java:88) [ViaProxy-3.0.19.jar:?]
at io.netty.util.ConstantPool.(ConstantPool.java:34) [ViaProxy-3.0.19.jar:?]
at io.netty.util.AttributeKey$1.(AttributeKey.java:27) [ViaProxy-3.0.19.jar:?]
at io.netty.util.AttributeKey.(AttributeKey.java:27) [ViaProxy-3.0.19.jar:?]
at net.raphimc.netminecraft.constants.MCPipeline.(MCPipeline.java:23) [ViaProxy-3.0.19.jar:?]
at net.raphimc.viaproxy.ViaProxy.loadNetty(ViaProxy.java:202) [ViaProxy-3.0.19.jar:?]
at net.raphimc.viaproxy.ViaProxy.injectedMain(ViaProxy.java:121) [ViaProxy-3.0.19.jar:?]
at net.raphimc.viaproxy.ViaProxy.main(ViaProxy.java:83) [ViaProxy-3.0.19.jar:?]
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent0) java.nio.DirectByteBuffer.(long, {int,long}): unavailable
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent) sun.misc.Unsafe: available
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent) maxDirectMemory: 31675383808 bytes (maybe)
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.tmpdir: C:\Users\Austeja\AppData\Local\Temp\3 (java.io.tmpdir)
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.bitMode: 64 (sun.arch.data.model)
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent) Platform: Windows
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.maxDirectMemory: -1 bytes
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.uninitializedArrayAllocationThreshold: -1
[19:37:04] [main/DEBUG] (io.netty.util.internal.CleanerJava9) java.nio.ByteBuffer.cleaner(): available
[19:37:04] [main/DEBUG] (io.netty.util.internal.PlatformDependent) -Dio.netty.noPreferDirect: false
[19:37:04] [main/DEBUG] (io.netty.util.concurrent.GlobalEventExecutor) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
[19:37:04] [main/DEBUG] (io.netty.util.internal.InternalThreadLocalMap) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
[19:37:04] [main/DEBUG] (io.netty.util.internal.InternalThreadLocalMap) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
[19:37:05] [Via-Mappingloader-0/INFO] (ViaVersion) Loading block connection mappings ...
[19:37:05] [ViaLoader/INFO] (ViaBackwards) Loading translations...
[19:37:05] [ViaLoader/INFO] (ViaBackwards) Registering protocols...
[19:37:06] [ViaLoader/DEBUG] (io.netty.channel.MultithreadEventLoopGroup) -Dio.netty.eventLoopThreads: 24
[19:37:06] [ViaLoader/DEBUG] (io.netty.channel.nio.NioEventLoop) -Dio.netty.noKeySetOptimization: false
[19:37:06] [ViaLoader/DEBUG] (io.netty.channel.nio.NioEventLoop) -Dio.netty.selectorAutoRebuildThreshold: 512
[19:37:06] [ViaLoader/DEBUG] (io.netty.util.internal.PlatformDependent) org.jctools-core.MpscChunkedArrayQueue: available
[19:37:06] [ViaLoader/DEBUG] (io.netty.channel.DefaultChannelId) -Dio.netty.processId: 3488 (auto-detected)
[19:37:06] [ViaLoader/DEBUG] (io.netty.util.NetUtil) -Djava.net.preferIPv4Stack: false
[19:37:06] [ViaLoader/DEBUG] (io.netty.util.NetUtil) -Djava.net.preferIPv6Addresses: false
[19:37:06] [ViaLoader/DEBUG] (io.netty.util.NetUtilInitializations) Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1)
[19:37:06] [ViaLoader/DEBUG] (io.netty.util.NetUtil) Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200
[19:37:06] [ViaLoader/DEBUG] (io.netty.channel.DefaultChannelId) -Dio.netty.machineId: 58:20:b1:ff:fe:01:e4:2c (auto-detected)
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.numHeapArenas: 24
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.numDirectArenas: 24
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.pageSize: 8192
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxOrder: 9
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.chunkSize: 4194304
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.smallCacheSize: 256
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.normalCacheSize: 64
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.cacheTrimInterval: 8192
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.useCacheForAllThreads: false
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.PooledByteBufAllocator) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.allocator.type: pooled
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.threadLocalDirectBufferSize: 0
[19:37:06] [ViaLoader/DEBUG] (io.netty.buffer.ByteBufUtil) -Dio.netty.maxThreadLocalCharBufferSize: 16384
[19:37:06] [ViaLoader/INFO] (ViaBedrock) Started resource pack HTTP server on http://127.0.0.1:50002/
[19:37:07] [ViaLoader/INFO] (ViaVersion) ViaVersion detected lowest supported version by the proxy: 1.7.2-1.7.5 (4)
[19:37:07] [ViaLoader/INFO] (ViaVersion) Highest supported version by the proxy: 1.20 (763)
[19:37:07] [main/INFO] (ViaProxy) ViaProxy started successfully!
[19:37:07] [Via-Mappingloader-11/DEBUG] (io.netty.buffer.AbstractByteBuf) -Dio.netty.buffer.checkAccessible: true
[19:37:07] [Via-Mappingloader-11/DEBUG] (io.netty.buffer.AbstractByteBuf) -Dio.netty.buffer.checkBounds: true
[19:37:07] [Via-Mappingloader-11/DEBUG] (io.netty.util.ResourceLeakDetectorFactory) Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@6b50f4c2
[19:37:08] [Via Async Scheduler 0/INFO] (ViaVersion) Finished mapping loading, shutting down loader executor!
[19:37:14] [Thread-1/INFO] (ViaProxy) Starting proxy server
[19:37:14] [Thread-1/INFO] (ViaProxy) Binding proxy server to 0.0.0.0:25572
[19:37:21] [Netty Server IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.maxCapacityPerThread: 4096
[19:37:21] [Netty Server IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.ratio: 8
[19:37:21] [Netty Server IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.chunkSize: 32
[19:37:21] [Netty Server IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.blocking: false
[19:37:21] [Netty Server IO #0/DEBUG] (io.netty.util.Recycler) -Dio.netty.recycler.batchFastThreadLocalOnly: true
[19:37:21] [Netty Server IO #0/INFO] (ViaProxy) [CONNECT] (127.0.0.1 | null) [1.19.4 <-> b1.7-b1.7.3] Connecting to localhost:25574
[19:37:22] [Netty Server IO #0/ERROR] (ViaProxy) [KICK] (127.0.0.1 | null) Could not connect to the backend server!
Try again in a few seconds.
[19:37:54] [Netty Server IO #1/INFO] (ViaProxy) [CONNECT] (127.0.0.1 | null) [1.19.4 <-> b1.7-b1.7.3] Connecting to localhost:25574
[19:37:54] [Netty Client IO #1/INFO] (com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[19:37:54] [Netty Client IO #1/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Opening connection to https://api.mojang.com/profiles/minecraft
[19:37:54] [Netty Client IO #1/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Writing POST data to https://api.mojang.com/profiles/minecraft: ["austeja_"]
[19:37:54] [Netty Client IO #1/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Reading data from https://api.mojang.com/profiles/minecraft
[19:37:54] [Netty Client IO #1/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Successful read, server response was 200
[19:37:54] [Netty Client IO #1/DEBUG] (com.mojang.authlib.HttpAuthenticationService) Response: [ {
"id" : "1ef50c7e66f8454dbf7ade94646fe2a8",
"name" : "Austeja_"
} ]
[19:37:54] [Netty Client IO #1/DEBUG] (com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository) Page 0 returned 1 results, parsing
[19:37:54] [Netty Client IO #1/DEBUG] (com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository) Successfully looked up profile com.mojang.authlib.GameProfile@7cf520f7[id=1ef50c7e-66f8-454d-bf7a-de94646fe2a8,name=Austeja_,properties={},legacy=false]
[19:37:54] [Netty Client IO #1/INFO] (ViaProxy) [CONNECT] (127.0.0.1 | Austeja_) Connected successfully! Switching to PLAY state
[19:37:55] [Netty Client IO #1/WARN] (ViaVersion) Ignoring incoming plugin channel register of 'fabric-screen-handler-api-v1:open_screen', as it is longer than 32 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'midnightcontrols:con', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'fabric:registry/sync', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'velocityvanish:main', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'fabric:registry/sync', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'velocityreport:main', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'sr:messagechannel', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'fabric:container/ope', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'xaeroworldmap:main', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'midnightcontrols:fea', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'xaerominimap:main', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'lambdacontrols:hello'
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'midnightcontrols:con'
[19:37:55] [Netty Client IO #1/WARN] (ViaVersion) Ignoring incoming plugin channel register of 'fabric-screen-handler-api-v1:open_screen', as it is longer than 32 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'fabric:container/ope', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'midnightcontrols:fea', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'fabric:registry/sync', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'xaeroworldmap:main', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'xaerominimap:main', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'midnightcontrols:con', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'fabric:registry/sync', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityreport:main'
[19:37:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityreport:main'
[19:37:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:57] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:57] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:57] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:57] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:58] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:58] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:58] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:58] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:59] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:59] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:59] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:59] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:00] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:00] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:00] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:00] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:01] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:01] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:01] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:01] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:02] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:02] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:02] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:02] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:03] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:03] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:03] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:03] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:04] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:04] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:04] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:04] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:05] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:05] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:05] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:05] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:06] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:06] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:06] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:06] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:07] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:07] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:07] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:07] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:08] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:08] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:08] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:08] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:09] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:09] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:09] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:09] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:10] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:10] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:10] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:10] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:11] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:11] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:11] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:11] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:12] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:12] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:12] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:12] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:13] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:13] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:13] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:13] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:14] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:14] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:14] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:14] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:15] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:15] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:15] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:15] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:16] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:16] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:16] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:16] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:17] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:17] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:17] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:17] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:18] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:18] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:18] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:18] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:19] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:19] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:19] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:19] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:20] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:20] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:20] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:20] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:21] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:21] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:21] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:21] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:22] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:22] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:22] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:22] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:23] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:23] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:23] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:23] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:24] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:24] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:24] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:24] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:25] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:25] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:25] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:25] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:26] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:26] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:26] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:26] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:27] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:27] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:27] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:27] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:28] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:28] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:28] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:28] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:29] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:29] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:29] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:29] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:30] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:30] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:30] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:30] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:31] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:31] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:31] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:31] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:32] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:32] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:32] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:32] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:33] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:33] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:33] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:33] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:34] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:34] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:34] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:34] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:35] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:35] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:35] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:35] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:36] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:36] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:36] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:36] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:37] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:37] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:37] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:37] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:38] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:38] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:38] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:38] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:39] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:39] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:39] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:39] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:40] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:40] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:40] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:40] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:41] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:41] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:41] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:41] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:42] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:42] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:42] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:42] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:43] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:43] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:43] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:43] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:44] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:44] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:44] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:44] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'

latest.txt

[19:37:04] [main/INFO] (ViaProxy) Initializing ViaProxy GUI v3.0.19 (Injected using Launcher Agent)...
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: [19:37:04] [ERROR] Error while reading console input
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: java.io.IOException: The handle is invalid
[19:37:04] [main/INFO] (ViaProxy) Using java version: Java HotSpot(TM) 64-Bit Server VM 20.0.1 (Oracle Corporation) on Windows Server 2019
[19:37:04] [main/INFO] (ViaProxy) Available memory (bytes): 31675383808
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/java.io.FileInputStream.available0(Native Method)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/java.io.FileInputStream.available(FileInputStream.java:475)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/java.io.BufferedInputStream.implAvailable(BufferedInputStream.java:481)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/java.io.BufferedInputStream.available(BufferedInputStream.java:468)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at net.raphimc.viaproxy.cli.DelayedStream.available(DelayedStream.java:71)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at net.raphimc.viaproxy.cli.DelayedStream.waitForInput(DelayedStream.java:42)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at net.raphimc.viaproxy.cli.DelayedStream.read(DelayedStream.java:65)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:333)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:376)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/sun.nio.cs.StreamDecoder.lockedRead(StreamDecoder.java:219)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:173)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/java.io.InputStreamReader.read(InputStreamReader.java:189)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/java.io.BufferedReader.fill(BufferedReader.java:161)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/java.io.BufferedReader.implReadLine(BufferedReader.java:371)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/java.io.BufferedReader.readLine(BufferedReader.java:348)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/java.io.BufferedReader.readLine(BufferedReader.java:437)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at net.raphimc.viaproxy.cli.ConsoleHandler.listen(ConsoleHandler.java:41)
[19:37:04] [Console-Handler/INFO] (LoggerPrintStream) [STDERR]: at java.base/java.lang.Thread.run(Thread.java:1623)
[19:37:05] [Via-Mappingloader-0/INFO] (ViaVersion) Loading block connection mappings ...
[19:37:05] [ViaLoader/INFO] (ViaBackwards) Loading translations...
[19:37:05] [ViaLoader/INFO] (ViaBackwards) Registering protocols...
[19:37:06] [ViaLoader/INFO] (ViaBedrock) Started resource pack HTTP server on http://127.0.0.1:50002/
[19:37:07] [ViaLoader/INFO] (ViaVersion) ViaVersion detected lowest supported version by the proxy: 1.7.2-1.7.5 (4)
[19:37:07] [ViaLoader/INFO] (ViaVersion) Highest supported version by the proxy: 1.20 (763)
[19:37:07] [main/INFO] (ViaProxy) ViaProxy started successfully!
[19:37:08] [Via Async Scheduler 0/INFO] (ViaVersion) Finished mapping loading, shutting down loader executor!
[19:37:14] [Thread-1/INFO] (ViaProxy) Starting proxy server
[19:37:14] [Thread-1/INFO] (ViaProxy) Binding proxy server to 0.0.0.0:25572
[19:37:21] [Netty Server IO #0/INFO] (ViaProxy) [CONNECT] (127.0.0.1 | null) [1.19.4 <-> b1.7-b1.7.3] Connecting to localhost:25574
[19:37:22] [Netty Server IO #0/ERROR] (ViaProxy) [KICK] (127.0.0.1 | null) Could not connect to the backend server!
Try again in a few seconds.
[19:37:54] [Netty Server IO #1/INFO] (ViaProxy) [CONNECT] (127.0.0.1 | null) [1.19.4 <-> b1.7-b1.7.3] Connecting to localhost:25574
[19:37:54] [Netty Client IO #1/INFO] (YggdrasilAuthenticationService) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[19:37:54] [Netty Client IO #1/INFO] (ViaProxy) [CONNECT] (127.0.0.1 | Austeja_) Connected successfully! Switching to PLAY state
[19:37:55] [Netty Client IO #1/WARN] (ViaVersion) Ignoring incoming plugin channel register of 'fabric-screen-handler-api-v1:open_screen', as it is longer than 32 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'midnightcontrols:con', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'fabric:registry/sync', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'velocityvanish:main', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'fabric:registry/sync', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'velocityreport:main', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'sr:messagechannel', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'fabric:container/ope', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'xaeroworldmap:main', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'midnightcontrols:fea', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'xaerominimap:main', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'lambdacontrols:hello'
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'midnightcontrols:con'
[19:37:55] [Netty Client IO #1/WARN] (ViaVersion) Ignoring incoming plugin channel register of 'fabric-screen-handler-api-v1:open_screen', as it is longer than 32 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'fabric:container/ope', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'midnightcontrols:fea', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'fabric:registry/sync', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'xaeroworldmap:main', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'xaerominimap:main', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'midnightcontrols:con', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel register of 'fabric:registry/sync', as it is longer than 16 characters
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityreport:main'
[19:37:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityreport:main'
[19:37:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:57] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:57] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:57] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:57] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:58] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:58] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:58] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:58] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:59] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:59] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:59] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:37:59] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:00] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:00] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:00] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:00] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:01] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:01] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:01] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:01] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:02] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:02] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:02] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:02] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:03] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:03] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:03] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:03] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:04] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:04] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:04] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:04] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:05] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:05] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:05] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:05] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:06] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:06] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:06] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:06] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:07] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:07] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:07] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:07] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:08] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:08] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:08] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:08] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:09] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:09] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:09] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:09] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:10] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:10] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:10] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:10] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:11] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:11] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:11] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:11] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:12] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:12] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:12] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:12] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:13] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:13] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:13] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:13] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:14] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:14] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:14] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:14] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:15] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:15] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:15] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:15] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:16] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:16] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:16] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:16] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:17] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:17] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:17] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:17] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:18] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:18] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:18] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:18] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:19] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:19] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:19] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:19] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:20] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:20] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:20] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:20] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:21] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:21] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:21] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:21] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:22] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:22] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:22] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:22] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:23] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:23] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:23] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:23] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:24] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:24] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:24] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:24] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:25] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:25] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:25] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:25] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:26] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:26] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:26] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:26] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:27] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:27] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:27] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:27] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:28] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:28] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:28] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:28] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:29] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:29] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:29] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:29] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:30] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:30] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:30] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:30] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:31] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:31] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:31] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:31] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:32] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:32] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:32] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:32] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:33] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:33] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:33] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:33] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:34] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:34] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:34] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:34] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:35] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:35] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:35] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:35] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:36] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:36] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:36] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:36] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:37] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:37] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:37] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:37] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:38] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:38] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:38] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:38] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:39] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:39] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:39] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:39] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:40] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:40] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:40] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:40] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:41] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:41] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:41] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:41] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:42] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:42] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:42] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:42] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:43] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:43] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:43] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:43] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:44] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:44] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:44] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:44] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:45] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:45] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:45] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:45] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:46] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:46] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:46] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:46] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:47] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:47] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:47] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:47] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:48] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:48] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:48] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:48] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:49] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:49] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:49] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:49] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:50] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:50] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:50] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:50] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:51] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:51] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:51] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:51] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:52] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:52] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:52] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:52] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:53] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:53] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:53] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:53] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:54] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:54] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:54] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:54] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:55] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:56] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:57] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:57] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:57] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:57] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:58] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:58] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:58] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:58] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:59] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:59] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:59] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:38:59] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:00] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:00] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:00] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:00] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:01] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:01] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:01] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:01] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:02] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:02] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:02] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:02] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:03] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:03] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:03] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:03] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:04] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:04] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:04] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:04] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:05] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:05] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:05] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:05] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:06] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:06] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:06] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:06] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:07] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:07] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:07] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:07] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:08] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:08] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:08] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:08] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:09] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:09] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:09] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:09] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:10] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:10] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:10] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:10] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:11] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:11] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:11] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:11] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:12] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:12] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:12] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:12] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:13] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:13] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:13] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:13] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:14] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:14] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:14] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:14] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:15] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:15] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:15] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:15] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:16] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:16] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:16] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:16] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:17] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:17] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:17] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:17] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:18] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:18] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:18] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:18] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:19] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:19] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:19] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:19] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:20] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:20] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:20] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:20] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:21] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:21] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:21] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:21] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:22] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:22] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:22] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:22] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:23] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:23] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:23] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:23] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:24] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:24] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:24] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:24] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:25] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:25] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:25] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:25] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:26] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:26] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:26] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:26] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:27] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:27] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:27] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:27] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:28] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:28] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:28] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:28] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:29] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:29] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:29] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:29] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:30] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:30] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:30] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:30] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:31] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:31] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:31] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:31] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:32] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:32] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:32] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:32] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:33] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:33] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:33] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:33] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:34] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:34] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:34] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:34] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:35] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:35] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:35] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:35] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:36] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:36] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:36] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:36] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:37] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:37] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:37] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:37] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:38] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:38] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:38] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:38] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:39] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:39] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:39] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:39] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:40] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:40] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:40] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:40] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:41] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:41] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:41] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:41] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:42] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:42] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:42] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:42] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:43] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:43] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:43] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:43] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:44] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:44] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:44] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:44] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:45] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:45] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:45] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:45] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:46] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:46] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:46] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:46] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:47] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:47] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:47] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:47] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:48] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:48] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:48] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'
[19:39:48] [Netty Client IO #1/WARN] (ViaLegacy) Ignoring incoming plugin channel, as it is longer than 16 characters: 'velocityvanish:main'

commented

Did you enable "Proxy Online Mode" in the advanced tab? Thats needed for any skin loading to work

commented

Closed due to inactivity