Вопрос не работают плагины limboapi tiAuth tiAuth-SocialAddon

Ядро
Velocity

uralek11

Пользователь
Сообщения
12
3.4 Разрешается выкладывание кода, файлов конфигураций, логов и т.д. только под BB-код CODE
ЛОГИ
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
 
закинул эти логи в ии там сказал что проблема в старой версии

limboapi обновил limboapi теперь такая ошибка и в лобби нельзя зайти теперь​

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
[08:15:56 INFO]: Booting up Velocity 3.5.0-SNAPSHOT (git-25fbd833-b599)...
[08:15:56 INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.x.x (Linux x86_64) ciphers
[08:15:56 WARN]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
[08:15:56 INFO]: Loading localizations...
[08:15:56 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
[08:15:57 INFO]: Loaded plugin forcepack 1.3.74 by SamB440
[08:15:57 WARN] [limboapi]: Current LimboAPI version doesn't support current Velocity version (protocol version numbers: supported - 767, velocity - 775)
[08:15:57 WARN] [limboapi]: Please update LimboAPI ( ). LimboAPI support:
[08:15:57 INFO] [limboapi]: Initializing Simple Virtual World system...
[08:15:58 INFO] [limboapi]: Hooking into PlayerList/UpsertPlayerInfo and StateRegistry...
[08:15:58 ERROR]: Can't create plugin limboapi
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) [Guice/ErrorInjectingConstructor]: ReflectionException: An unexpected internal error was caught during the reflection operations.
at LimboAPI.<init>(LimboAPI.java:161)
at VelocityPluginModule.configure(VelocityPluginModule.java:47)
while locating LimboAPI
Learn more:

1 error
======================
Full classname legend:
======================
LimboAPI: "net.elytrium.limboapi.LimboAPI"
ReflectionException: "net.elytrium.commons.utils.reflection.ReflectionException"
VelocityPluginModule: "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
========================
End of classname legend:
========================
at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:127) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:436) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:307) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
Caused by: net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:198) ~[?:?]
at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$1776b7.GUICE$TRAMPOLINE(<generated>) ~[?:?]
at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$1776b7.apply(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
... 6 more
Caused by: net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
at net.elytrium.limboapi.protocol.LimboProtocol.register(LimboProtocol.java:525) ~[?:?]
at net.elytrium.limboapi.protocol.LimboProtocol.init(LimboProtocol.java:446) ~[?:?]
at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:196) ~[?:?]
... 16 more
Caused by: java.lang.IllegalArgumentException: Can not register class PlayerChatSessionPacket with id 7 for 1.21.2 because another packet is already registered
at com.velocitypowered.proxy.protocol.StateRegistry$PacketRegistry.register(StateRegistry.java:986) ~[velocity.jar:3.5.0-SNAPSHOT (git-25fbd833-b599)]
at net.elytrium.limboapi.protocol.LimboProtocol.register(LimboProtocol.java:522) ~[?:?]
... 18 more
[08:15:58 INFO]: Loaded plugin skinsrestorer 15.12.5 by knat, AlexProgrammerDE, Blackfire62, McLive
[08:15:58 INFO]: Loaded plugin tiauth 1.4.2 by 1050TI_top, OverwriteMC
[08:15:58 INFO]: Loaded plugin tiauth-socialaddon 1.0.3 by
[08:15:58 INFO]: Loaded 5 plugins
[08:15:58 INFO] [forcepack]: Enabling ForcePack (velocity)...
[08:15:59 INFO] [forcepack]: Performing version size check for lobby (default)...
[08:15:59 INFO] [forcepack]: 1.8-1.15 (50 MB): Supported.
[08:15:59 INFO] [forcepack]: 1.16-1.17 (100 MB): Supported.
[08:15:59 INFO] [forcepack]: 1.18+ (250 MB): Supported.
[08:15:59 INFO]: Hash verification complete for server lobby (default).
[08:15:59 INFO]: Loaded 2 verified resource packs.
[08:16:00 INFO] [ru.matveylegenda.tiauth.thirdparty.com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Starting...
[08:16:00 INFO] [skinsrestorer]: ----------------------------------------------
[08:16:00 INFO] [skinsrestorer]: +===================+
[08:16:00 INFO] [skinsrestorer]: | SkinsRestorer |
[08:16:00 INFO] [skinsrestorer]: |-------------------|
[08:16:00 INFO] [skinsrestorer]: +===================+
[08:16:00 INFO] [skinsrestorer]: ----------------------------------------------
[08:16:00 INFO] [skinsrestorer]: Version: 15.12.5
[08:16:00 INFO] [skinsrestorer]: Commit: 98b9488
[08:16:00 INFO] [skinsrestorer]: This is the latest version!
[08:16:00 INFO] [skinsrestorer]: ----------------------------------------------
[08:16:00 INFO] [skinsrestorer]: Do you have issues? Read our troubleshooting guide:
[08:16:00 INFO] [skinsrestorer]: Want to support SkinsRestorer or receive priority support? Become a supporter:
[08:16:01 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=
[08:16:01 INFO] [ru.matveylegenda.tiauth.thirdparty.com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Start completed.
[08:16:01 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: creating table 'auth_users'
[08:16:01 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) )
[08:16:01 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: creating table 'recovery_codes'
[08:16:01 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) )
[08:16:01 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: creating table 'discord_users'
[08:16:01 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) )
[08:16:01 INFO] [ru.matveylegenda.tiauth.thirdparty.com.j256.ormlite.table.TableUtils]: creating table 'telegram_users'
[08:16:01 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) )
[08:16:01 INFO] [tiauth]: You are using the latest version
[08:16:01 INFO] [ru.matveylegenda.socialaddon.org.telegram.telegrambots.longpolling.BotSession]: Result when calling deleteWebhook: true
[08:16:01 INFO]: Listening on /[0:0:0:0:0:0:0:0]:25602
[08:16:01 INFO]: Done (5.7s)!
server@minely~ Server marked as running...
 
Назад
Сверху Снизу