ЛОГИ
container@pterodactyl~ java -version
openjdk version "25.0.3" 2026-04-21 LTS
OpenJDK Runtime Environment Temurin-25.0.3+9 (build 25.0.3+9-LTS)
OpenJDK 64-Bit Server VM Temurin-25.0.3+9 (build 25.0.3+9-LTS, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -Xmx2048M -Dfml.queryResult=confirm -Dlog4j2.formatMsgNoLookups=true -Dterminal.jline=false -Dterminal.ansi=true -DIReallyKnowWhatIAmDoingISwear=true -Djdk.module.illegalAccess=deny -Duser.timezone=Europe/Moscow -Dfile.encoding=UTF-8 -XX:G1ReservePercent=5 -XX:G1HeapWastePercent=10 -XX:+OptimizeStringConcat -XX:+TieredCompilation -XX:+EliminateLocks -XX:+UseSuperWord -XX:+OptimizeFill -XX:LoopUnrollMin=4 -XX:LoopMaxUnroll=16 -XX:+UseLoopPredicate -XX:+RangeCheckElimination -XX:+DisableExplicitGC -XX:+UseFastJNIAccessors -jar velocity.jar nogui
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::loadLibrary has been called by io.netty.util.internal.NativeLibraryUtil in an unnamed module (file:/home/container/velocity.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
[00:20:55 INFO]: Booting up Velocity 3.5.0-SNAPSHOT (git-25fbd833-b599)...
[00:20:55 INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.x.x (Linux x86_64) ciphers
[00:20:55 WARN]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
[00:20:55 INFO]: Loading localizations...
[00:20:55 INFO]: Loading plugins...
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::staticFieldBase has been called by com.google.inject.internal.aop.HiddenClassDefiner (file:/home/container/velocity.jar)
WARNING: Please consider reporting this to the maintainers of class com.google.inject.internal.aop.HiddenClassDefiner
WARNING: sun.misc.Unsafe::staticFieldBase will be removed in a future release
[00:20:56 INFO]: Loaded plugin forcepack 1.3.74 by SamB440
[00:20:56 WARN] [limboapi]: Current LimboAPI version doesn't support current Velocity version (protocol version numbers: supported - 761, velocity - 775)
[00:20:56 WARN] [limboapi]: Please update LimboAPI (
[00:20:56 INFO]: Loaded plugin limboapi 1.1.0 by Elytrium (
[00:20:56 INFO]: Loaded plugin skinsrestorer 15.12.5 by knat, AlexProgrammerDE, Blackfire62, McLive
[00:20:56 INFO]: Loaded plugin tiauth 1.4.2 by 1050TI_top, OverwriteMC
[00:20:56 INFO]: Loaded plugin tiauth-socialaddon 1.0.3 by
[00:20:56 INFO]: Loaded 6 plugins
[00:20:56 INFO] [forcepack]: Enabling ForcePack (velocity)...
[00:20:57 INFO] [forcepack]: Performing version size check for lobby (default)...
[00:20:57 INFO] [forcepack]: 1.8-1.15 (50 MB): Supported.
[00:20:57 INFO] [forcepack]: 1.16-1.17 (100 MB): Supported.
[00:20:57 INFO] [forcepack]: 1.18+ (250 MB): Supported.
[00:20:57 INFO]: Hash verification complete for server lobby (default).
[00:20:57 INFO]: Loaded 2 verified resource packs.
[00:20:57 WARN] [limboapi]: ************* FIRST LAUNCH *************
[00:20:57 WARN] [limboapi]: Thanks for installing LimboAPI!
[00:20:57 WARN] [limboapi]: (C) 2021 - 2023 Elytrium
[00:20:57 WARN] [limboapi]:
[00:20:57 WARN] [limboapi]: Check out our plugins here:
[00:20:57 WARN] [limboapi]: Discord:
[00:20:57 WARN] [limboapi]: ****************************************
[00:20:57 ERROR]: Couldn't pass ProxyInitializeEvent to limboapi 1.1.0
java.lang.ExceptionInInitializerError
at net.elytrium.limboapi.LimboAPI.onProxyInitialization(LimboAPI.java:203) ~[?:?]
at net.elytrium.limboapi.Lmbda$4.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:677) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:542) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1474) [?:?]
Caused by: net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
at net.elytrium.limboapi.thirdparty.fastprepare.PreparedPacketFactory.<clinit>(PreparedPacketFactory.java:97) ~[?:?]
... 8 more
Caused by: java.lang.NoSuchMethodException: no such method: com.velocitypowered.proxy.protocol.netty.MinecraftVarintLengthEncoder.encode(ChannelHandlerContext,ByteBuf,ByteBuf)void/invokeVirtual
at java.base/java.lang.invoke.MemberName.makeAccessException(MemberName.java:910) ~[?:?]
at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:989) ~[?:?]
at java.base/java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:3591) ~[?:?]
at java.base/java.lang.invoke.MethodHandles$Lookup.findVirtual(MethodHandles.java:2610) ~[?:?]
at net.elytrium.limboapi.thirdparty.fastprepare.PreparedPacketFactory.<clinit>(PreparedPacketFactory.java:80) ~[?:?]
... 8 more
Caused by: java.lang.NoSuchMethodError: 'void com.velocitypowered.proxy.protocol.netty.MinecraftVarintLengthEncoder.encode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf)'
at java.base/java.lang.invoke.MethodHandleNatives.resolve(Native Method) ~[?:?]
at java.base/java.lang.invoke.MemberName$Factory.resolve(MemberName.java:957) ~[?:?]
at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:986) ~[?:?]
... 11 more
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Starting...
[00:20:58 INFO] [skinsrestorer]: ----------------------------------------------
[00:20:58 INFO] [skinsrestorer]: +===================+
[00:20:58 INFO] [skinsrestorer]: | SkinsRestorer |
[00:20:58 INFO] [skinsrestorer]: |-------------------|
[00:20:58 INFO] [skinsrestorer]: +===================+
[00:20:58 INFO] [skinsrestorer]: ----------------------------------------------
[00:20:58 INFO] [skinsrestorer]: Version: 15.12.5
[00:20:58 INFO] [skinsrestorer]: Commit: 98b9488
[00:20:58 INFO] [skinsrestorer]: This is the latest version!
[00:20:58 INFO] [skinsrestorer]: ----------------------------------------------
[00:20:58 INFO] [skinsrestorer]: Do you have issues? Read our troubleshooting guide:
[00:20:58 INFO] [skinsrestorer]: Want to support SkinsRestorer or receive priority support? Become a supporter:
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.zaxxer.hikari.pool.HikariPool]: HikariPool-1 - Added connection conn0: url=jdbc:h2:/home/container/plugins/tiAuth/auth-v2 user=
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Start completed.
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: creating table 'auth_users'
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: creating table 'recovery_codes'
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: creating table 'discord_users'
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: creating table 'telegram_users'
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
[00:20:58 ERROR]: Couldn't pass ProxyInitializeEvent to limboapi 1.1.0
java.lang.ClassCastException: class com.velocitypowered.proxy.event.VelocityEventManager cannot be cast to class net.elytrium.limboapi.injection.event.EventManagerHook (com.velocitypowered.proxy.event.VelocityEventManager is in unnamed module of loader 'app'; net.elytrium.limboapi.injection.event.EventManagerHook is in unnamed module of loader com.velocitypowered.proxy.plugin.PluginClassLoader @2234078)
at net.elytrium.limboapi.LimboAPI.postProxyInitialization(LimboAPI.java:244) ~[?:?]
at net.elytrium.limboapi.Lmbda$3.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:677) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:542) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1474) [?:?]
[00:20:59 INFO]: Listening on /[0:0:0:0:0:0:0:0]:25602
[00:20:59 INFO]: Done (4s)!
server@minely~ Server marked as running...
[00:20:59 INFO] [tiauth]: You are using the latest version
container@pterodactyl~ java -version
openjdk version "25.0.3" 2026-04-21 LTS
OpenJDK Runtime Environment Temurin-25.0.3+9 (build 25.0.3+9-LTS)
OpenJDK 64-Bit Server VM Temurin-25.0.3+9 (build 25.0.3+9-LTS, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -Xmx2048M -Dfml.queryResult=confirm -Dlog4j2.formatMsgNoLookups=true -Dterminal.jline=false -Dterminal.ansi=true -DIReallyKnowWhatIAmDoingISwear=true -Djdk.module.illegalAccess=deny -Duser.timezone=Europe/Moscow -Dfile.encoding=UTF-8 -XX:G1ReservePercent=5 -XX:G1HeapWastePercent=10 -XX:+OptimizeStringConcat -XX:+TieredCompilation -XX:+EliminateLocks -XX:+UseSuperWord -XX:+OptimizeFill -XX:LoopUnrollMin=4 -XX:LoopMaxUnroll=16 -XX:+UseLoopPredicate -XX:+RangeCheckElimination -XX:+DisableExplicitGC -XX:+UseFastJNIAccessors -jar velocity.jar nogui
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::loadLibrary has been called by io.netty.util.internal.NativeLibraryUtil in an unnamed module (file:/home/container/velocity.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
[00:20:55 INFO]: Booting up Velocity 3.5.0-SNAPSHOT (git-25fbd833-b599)...
[00:20:55 INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.x.x (Linux x86_64) ciphers
[00:20:55 WARN]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
[00:20:55 INFO]: Loading localizations...
[00:20:55 INFO]: Loading plugins...
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::staticFieldBase has been called by com.google.inject.internal.aop.HiddenClassDefiner (file:/home/container/velocity.jar)
WARNING: Please consider reporting this to the maintainers of class com.google.inject.internal.aop.HiddenClassDefiner
WARNING: sun.misc.Unsafe::staticFieldBase will be removed in a future release
[00:20:56 INFO]: Loaded plugin forcepack 1.3.74 by SamB440
[00:20:56 WARN] [limboapi]: Current LimboAPI version doesn't support current Velocity version (protocol version numbers: supported - 761, velocity - 775)
[00:20:56 WARN] [limboapi]: Please update LimboAPI (
Авторизуйтесь для просмотра ссылок.
). LimboAPI support:
Авторизуйтесь для просмотра ссылок.
[00:20:56 INFO]: Loaded plugin limboapi 1.1.0 by Elytrium (
Авторизуйтесь для просмотра ссылок.
)[00:20:56 INFO]: Loaded plugin skinsrestorer 15.12.5 by knat, AlexProgrammerDE, Blackfire62, McLive
[00:20:56 INFO]: Loaded plugin tiauth 1.4.2 by 1050TI_top, OverwriteMC
[00:20:56 INFO]: Loaded plugin tiauth-socialaddon 1.0.3 by
[00:20:56 INFO]: Loaded 6 plugins
[00:20:56 INFO] [forcepack]: Enabling ForcePack (velocity)...
[00:20:57 INFO] [forcepack]: Performing version size check for lobby (default)...
[00:20:57 INFO] [forcepack]: 1.8-1.15 (50 MB): Supported.
[00:20:57 INFO] [forcepack]: 1.16-1.17 (100 MB): Supported.
[00:20:57 INFO] [forcepack]: 1.18+ (250 MB): Supported.
[00:20:57 INFO]: Hash verification complete for server lobby (default).
[00:20:57 INFO]: Loaded 2 verified resource packs.
[00:20:57 WARN] [limboapi]: ************* FIRST LAUNCH *************
[00:20:57 WARN] [limboapi]: Thanks for installing LimboAPI!
[00:20:57 WARN] [limboapi]: (C) 2021 - 2023 Elytrium
[00:20:57 WARN] [limboapi]:
[00:20:57 WARN] [limboapi]: Check out our plugins here:
Авторизуйтесь для просмотра ссылок.
<3[00:20:57 WARN] [limboapi]: Discord:
Авторизуйтесь для просмотра ссылок.
[00:20:57 WARN] [limboapi]: ****************************************
[00:20:57 ERROR]: Couldn't pass ProxyInitializeEvent to limboapi 1.1.0
java.lang.ExceptionInInitializerError
at net.elytrium.limboapi.LimboAPI.onProxyInitialization(LimboAPI.java:203) ~[?:?]
at net.elytrium.limboapi.Lmbda$4.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:677) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:542) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1474) [?:?]
Caused by: net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
at net.elytrium.limboapi.thirdparty.fastprepare.PreparedPacketFactory.<clinit>(PreparedPacketFactory.java:97) ~[?:?]
... 8 more
Caused by: java.lang.NoSuchMethodException: no such method: com.velocitypowered.proxy.protocol.netty.MinecraftVarintLengthEncoder.encode(ChannelHandlerContext,ByteBuf,ByteBuf)void/invokeVirtual
at java.base/java.lang.invoke.MemberName.makeAccessException(MemberName.java:910) ~[?:?]
at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:989) ~[?:?]
at java.base/java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:3591) ~[?:?]
at java.base/java.lang.invoke.MethodHandles$Lookup.findVirtual(MethodHandles.java:2610) ~[?:?]
at net.elytrium.limboapi.thirdparty.fastprepare.PreparedPacketFactory.<clinit>(PreparedPacketFactory.java:80) ~[?:?]
... 8 more
Caused by: java.lang.NoSuchMethodError: 'void com.velocitypowered.proxy.protocol.netty.MinecraftVarintLengthEncoder.encode(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf)'
at java.base/java.lang.invoke.MethodHandleNatives.resolve(Native Method) ~[?:?]
at java.base/java.lang.invoke.MemberName$Factory.resolve(MemberName.java:957) ~[?:?]
at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:986) ~[?:?]
... 11 more
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Starting...
[00:20:58 INFO] [skinsrestorer]: ----------------------------------------------
[00:20:58 INFO] [skinsrestorer]: +===================+
[00:20:58 INFO] [skinsrestorer]: | SkinsRestorer |
[00:20:58 INFO] [skinsrestorer]: |-------------------|
[00:20:58 INFO] [skinsrestorer]: +===================+
[00:20:58 INFO] [skinsrestorer]: ----------------------------------------------
[00:20:58 INFO] [skinsrestorer]: Version: 15.12.5
[00:20:58 INFO] [skinsrestorer]: Commit: 98b9488
[00:20:58 INFO] [skinsrestorer]: This is the latest version!
[00:20:58 INFO] [skinsrestorer]: ----------------------------------------------
[00:20:58 INFO] [skinsrestorer]: Do you have issues? Read our troubleshooting guide:
Авторизуйтесь для просмотра ссылок.
[00:20:58 INFO] [skinsrestorer]: Want to support SkinsRestorer or receive priority support? Become a supporter:
Авторизуйтесь для просмотра ссылок.
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.zaxxer.hikari.pool.HikariPool]: HikariPool-1 - Added connection conn0: url=jdbc:h2:/home/container/plugins/tiAuth/auth-v2 user=
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Start completed.
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: creating table 'auth_users'
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
auth_users (username VARCHAR(255) NOT NULL , realName VARCHAR(255) NOT NULL , password VARCHAR(255) NOT NULL , premium BOOLEAN , lastIp VARCHAR(255) , regIp VARCHAR(255) , lastLogin BIGINT , regDate BIGINT , totpToken VARCHAR(255) , PRIMARY KEY (username) ) [00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: creating table 'recovery_codes'
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
recovery_codes (recoveryCode VARCHAR(255) NOT NULL , username VARCHAR(255) NOT NULL , PRIMARY KEY (recoveryCode) ) [00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: creating table 'discord_users'
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
discord_users (username VARCHAR(255) NOT NULL , discordId VARCHAR(255) NOT NULL , twoFa BOOLEAN NOT NULL , alert BOOLEAN NOT NULL , PRIMARY KEY (username) ) [00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: creating table 'telegram_users'
[00:20:58 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS
telegram_users (username VARCHAR(255) NOT NULL , telegramId VARCHAR(255) NOT NULL , twoFa BOOLEAN NOT NULL , alert BOOLEAN NOT NULL , PRIMARY KEY (username) ) [00:20:58 ERROR]: Couldn't pass ProxyInitializeEvent to limboapi 1.1.0
java.lang.ClassCastException: class com.velocitypowered.proxy.event.VelocityEventManager cannot be cast to class net.elytrium.limboapi.injection.event.EventManagerHook (com.velocitypowered.proxy.event.VelocityEventManager is in unnamed module of loader 'app'; net.elytrium.limboapi.injection.event.EventManagerHook is in unnamed module of loader com.velocitypowered.proxy.plugin.PluginClassLoader @2234078)
at net.elytrium.limboapi.LimboAPI.postProxyInitialization(LimboAPI.java:244) ~[?:?]
at net.elytrium.limboapi.Lmbda$3.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:677) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:542) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1474) [?:?]
[00:20:59 INFO]: Listening on /[0:0:0:0:0:0:0:0]:25602
[00:20:59 INFO]: Done (4s)!
server@minely~ Server marked as running...
[00:20:59 INFO] [tiauth]: You are using the latest version