Разрешается выкладывание кода, файлов конфигураций, логов и т.д. только под BB-код CODE
короче проблема выкакивает что прокси в оффлайне хотя у меня кфг вроде рабочий
The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
и потом загружаются плагины я не знаю что делать
логи:
[21:21:55] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Booting up Velocity 3.2.0-SNAPSHOT (git-7f776abf-b252)...
[21:21:55] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading localizations...
[21:21:55] [main/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Connections will use NIO channels, Java compression, Java ciphers
[21:21:55] [main/WARN] [com.velocitypowered.proxy.config.VelocityConfiguration]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
[21:21:55] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading plugins...
[21:21:56] [main/INFO] [limboapi]: Initializing Simple Virtual World system...
[21:21:56] [main/INFO] [limboapi]: Hooking into EventManager, PlayerList/UpsertPlayerInfo and StateRegistry...
[21:21:57] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin limboapi 1.1.12 by Elytrium (
[21:21:57] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin limboauth 1.1.12 by Elytrium (
[21:21:57] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin limbofilter 1.1.10 by Elytrium (
[21:21:57] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin skinsrestorer 14.2.10 by knat, AlexProgrammerDE, Blackfire62, McLive
[21:21:57] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loaded 4 plugins
[21:21:57] [Velocity Async Event Executor - #0/INFO] [limboapi]: Creating and preparing packets...
[21:21:57] [Velocity Async Event Executor - #0/INFO] [limboapi]: Loaded!
[21:21:57] [Velocity Async Event Executor - #0/ERROR] [limboapi]: ****************************************
[21:21:57] [Velocity Async Event Executor - #0/WARN] [limboapi]: The new LimboAPI update was found, please update.
[21:21:57] [Velocity Async Event Executor - #0/ERROR] [limboapi]:
[21:21:57] [Velocity Async Event Executor - #0/ERROR] [limboapi]: ****************************************
[21:22:00] [Velocity Async Event Executor - #0/ERROR] [com.velocitypowered.proxy.event.VelocityEventManager]: Couldn't pass ProxyInitializeEvent to limboauth
net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:305) ~[?:?]
at net.elytrium.limboauth.LimboAuth.onProxyInitialization(LimboAuth.java:207) ~[?:?]
at net.elytrium.limboauth.Lmbda$3.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[server.jar:3.2.0-SNAPSHOT (git-7f776abf-b252)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[server.jar:3.2.0-SNAPSHOT (git-7f776abf-b252)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[server.jar:3.2.0-SNAPSHOT (git-7f776abf-b252)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:842) [?:?]
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.fromDriver(DatabaseLibrary.java:149) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.lambda$static$4(DatabaseLibrary.java:71) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.connect(DatabaseLibrary.java:108) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.connectToORM(DatabaseLibrary.java:124) ~[?:?]
at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:297) ~[?:?]
... 8 more
Caused by: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) ~[?:?]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[?:?]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89) ~[?:?]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63) ~[?:?]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:898) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) ~[?:?]
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.fromDriver(DatabaseLibrary.java:149) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.lambda$static$4(DatabaseLibrary.java:71) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.connect(DatabaseLibrary.java:108) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.connectToORM(DatabaseLibrary.java:124) ~[?:?]
at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:297) ~[?:?]
... 8 more
Caused by: com.mysql.cj.exceptions.CJException: Access denied for user 'u122986_Ct0e6sHCVT'@'81.200.23.34' (using password: YES)
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) ~[?:?]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) ~[?:?]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151) ~[?:?]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:129) ~[?:?]
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:848) ~[?:?]
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:770) ~[?:?]
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:738) ~[?:?]
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:155) ~[?:?]
at com.mysql.cj.protocol.a.NativeAuthenticationProvider.proceedHandshakeWithPluggableAuthentication(NativeAuthenticationProvider.java:472) ~[?:?]
at com.mysql.cj.protocol.a.NativeAuthenticationProvider.connect(NativeAuthenticationProvider.java:212) ~[?:?]
at com.mysql.cj.protocol.a.NativeProtocol.connect(NativeProtocol.java:1433) ~[?:?]
at com.mysql.cj.NativeSession.connect(NativeSession.java:133) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:842) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) ~[?:?]
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.fromDriver(DatabaseLibrary.java:149) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.lambda$static$4(DatabaseLibrary.java:71) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.connect(DatabaseLibrary.java:108) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.connectToORM(DatabaseLibrary.java:124) ~[?:?]
at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:297) ~[?:?]
... 8 more
[21:22:00] [Velocity Async Event Executor - #0/INFO] [limbofilter]: Current captcha generator settings will consume 0,69GB RAM normally and 1,37GB RAM on reloads
[21:22:00] [Velocity Async Event Executor - #0/INFO] [limbofilter]: Modify the config to decrease RAM consumption
[21:22:03] [Velocity Async Event Executor - #0/ERROR] [limbofilter]: ****************************************
[21:22:03] [Velocity Async Event Executor - #0/WARN] [limbofilter]: The new LimboFilter update was found, please update.
[21:22:03] [Velocity Async Event Executor - #0/ERROR] [limbofilter]:
[21:22:03] [Velocity Async Event Executor - #0/ERROR] [limbofilter]: ****************************************
[21:22:04] [Netty NIO Boss #0/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Listening on /скрыто:25565
[21:22:04] [main/INFO] [com.velocitypowered.proxy.Velocity]: Done (9,81s)!
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [32;1m----------------------------------------------[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [32;1m +==================+[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [32;1m | SkinsRestorer |[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [32;1m +==================+[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [32;1m----------------------------------------------[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [36;1m Current version: [31;1m14.2.10[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [36;1m New version: [31;1m15.6.2[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [33;1m A new version is available! Download it at:[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [33;1m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [32;1m----------------------------------------------[0;39m
[21:22:11] [CaptchaGeneratorThread/INFO] [limbofilter]: Captcha generated in 8603 ms.
[21:22:50] [Thread-0/INFO] [com.velocitypowered.proxy.VelocityServer]: Shutting down the proxy...
[21:22:50] [Thread-0/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Closing endpoint /скрыто:25565
The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
и потом загружаются плагины я не знаю что делать
логи:
[21:21:55] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Booting up Velocity 3.2.0-SNAPSHOT (git-7f776abf-b252)...
[21:21:55] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading localizations...
[21:21:55] [main/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Connections will use NIO channels, Java compression, Java ciphers
[21:21:55] [main/WARN] [com.velocitypowered.proxy.config.VelocityConfiguration]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
[21:21:55] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading plugins...
[21:21:56] [main/INFO] [limboapi]: Initializing Simple Virtual World system...
[21:21:56] [main/INFO] [limboapi]: Hooking into EventManager, PlayerList/UpsertPlayerInfo and StateRegistry...
[21:21:57] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin limboapi 1.1.12 by Elytrium (
Авторизуйтесь для просмотра ссылок.
)[21:21:57] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin limboauth 1.1.12 by Elytrium (
Авторизуйтесь для просмотра ссылок.
)[21:21:57] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin limbofilter 1.1.10 by Elytrium (
Авторизуйтесь для просмотра ссылок.
)[21:21:57] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin skinsrestorer 14.2.10 by knat, AlexProgrammerDE, Blackfire62, McLive
[21:21:57] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loaded 4 plugins
[21:21:57] [Velocity Async Event Executor - #0/INFO] [limboapi]: Creating and preparing packets...
[21:21:57] [Velocity Async Event Executor - #0/INFO] [limboapi]: Loaded!
[21:21:57] [Velocity Async Event Executor - #0/ERROR] [limboapi]: ****************************************
[21:21:57] [Velocity Async Event Executor - #0/WARN] [limboapi]: The new LimboAPI update was found, please update.
[21:21:57] [Velocity Async Event Executor - #0/ERROR] [limboapi]:
Авторизуйтесь для просмотра ссылок.
[21:21:57] [Velocity Async Event Executor - #0/ERROR] [limboapi]: ****************************************
[21:22:00] [Velocity Async Event Executor - #0/ERROR] [com.velocitypowered.proxy.event.VelocityEventManager]: Couldn't pass ProxyInitializeEvent to limboauth
net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:305) ~[?:?]
at net.elytrium.limboauth.LimboAuth.onProxyInitialization(LimboAuth.java:207) ~[?:?]
at net.elytrium.limboauth.Lmbda$3.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[server.jar:3.2.0-SNAPSHOT (git-7f776abf-b252)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[server.jar:3.2.0-SNAPSHOT (git-7f776abf-b252)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[server.jar:3.2.0-SNAPSHOT (git-7f776abf-b252)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:842) [?:?]
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.fromDriver(DatabaseLibrary.java:149) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.lambda$static$4(DatabaseLibrary.java:71) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.connect(DatabaseLibrary.java:108) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.connectToORM(DatabaseLibrary.java:124) ~[?:?]
at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:297) ~[?:?]
... 8 more
Caused by: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) ~[?:?]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[?:?]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89) ~[?:?]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63) ~[?:?]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:898) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) ~[?:?]
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.fromDriver(DatabaseLibrary.java:149) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.lambda$static$4(DatabaseLibrary.java:71) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.connect(DatabaseLibrary.java:108) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.connectToORM(DatabaseLibrary.java:124) ~[?:?]
at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:297) ~[?:?]
... 8 more
Caused by: com.mysql.cj.exceptions.CJException: Access denied for user 'u122986_Ct0e6sHCVT'@'81.200.23.34' (using password: YES)
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) ~[?:?]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) ~[?:?]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151) ~[?:?]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:129) ~[?:?]
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:848) ~[?:?]
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:770) ~[?:?]
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:738) ~[?:?]
at com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:155) ~[?:?]
at com.mysql.cj.protocol.a.NativeAuthenticationProvider.proceedHandshakeWithPluggableAuthentication(NativeAuthenticationProvider.java:472) ~[?:?]
at com.mysql.cj.protocol.a.NativeAuthenticationProvider.connect(NativeAuthenticationProvider.java:212) ~[?:?]
at com.mysql.cj.protocol.a.NativeProtocol.connect(NativeProtocol.java:1433) ~[?:?]
at com.mysql.cj.NativeSession.connect(NativeSession.java:133) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:842) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:823) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:448) ~[?:?]
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) ~[?:?]
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.fromDriver(DatabaseLibrary.java:149) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.lambda$static$4(DatabaseLibrary.java:71) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.connect(DatabaseLibrary.java:108) ~[?:?]
at net.elytrium.limboauth.dependencies.DatabaseLibrary.connectToORM(DatabaseLibrary.java:124) ~[?:?]
at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:297) ~[?:?]
... 8 more
[21:22:00] [Velocity Async Event Executor - #0/INFO] [limbofilter]: Current captcha generator settings will consume 0,69GB RAM normally and 1,37GB RAM on reloads
[21:22:00] [Velocity Async Event Executor - #0/INFO] [limbofilter]: Modify the config to decrease RAM consumption
[21:22:03] [Velocity Async Event Executor - #0/ERROR] [limbofilter]: ****************************************
[21:22:03] [Velocity Async Event Executor - #0/WARN] [limbofilter]: The new LimboFilter update was found, please update.
[21:22:03] [Velocity Async Event Executor - #0/ERROR] [limbofilter]:
Авторизуйтесь для просмотра ссылок.
[21:22:03] [Velocity Async Event Executor - #0/ERROR] [limbofilter]: ****************************************
[21:22:04] [Netty NIO Boss #0/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Listening on /скрыто:25565
[21:22:04] [main/INFO] [com.velocitypowered.proxy.Velocity]: Done (9,81s)!
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [32;1m----------------------------------------------[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [32;1m +==================+[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [32;1m | SkinsRestorer |[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [32;1m +==================+[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [32;1m----------------------------------------------[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [36;1m Current version: [31;1m14.2.10[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [36;1m New version: [31;1m15.6.2[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [33;1m A new version is available! Download it at:[0;39m
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [33;1m
Авторизуйтесь для просмотра ссылок.
[21:22:06] [Velocity Task Scheduler - #1/INFO] [skinsrestorer]: [32;1m----------------------------------------------[0;39m
[21:22:11] [CaptchaGeneratorThread/INFO] [limbofilter]: Captcha generated in 8603 ms.
[21:22:50] [Thread-0/INFO] [com.velocitypowered.proxy.VelocityServer]: Shutting down the proxy...
[21:22:50] [Thread-0/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Closing endpoint /скрыто:25565