Вопрос не работает limboapi и другое

ReMagick

Пользователь
Сообщения
73
Разрешается выкладывание кода, файлов конфигураций, логов и т.д. только под BB-код CODE
не работают плагины limboapi, limboauth и limbobotfilter


вот логи



Код:
[23:12:46] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Booting up Velocity 3.4.0-SNAPSHOT (git-00b68859-b459)...
[23:12:46] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading localizations...
[23:12:46] [main/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.x.x (Linux x86_64) ciphers
[23:12:46] [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!
[23:12:46] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading plugins...
[23:12:46] [main/WARN] [limboapi]: Current LimboAPI version doesn't support current Velocity version (protocol version numbers: supported - 761, velocity - 769)
[23:12:46] [main/WARN] [limboapi]: Please update LimboAPI (Releases · Elytrium/LimboAPI). LimboAPI support: https://ely.su/discord
[23:12:46] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin limboapi 1.1.0 by Elytrium (Элитриум: ИТ-компания нового времени)
[23:12:46] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin limboauth 1.1.13 by Elytrium (Элитриум: ИТ-компания нового времени)
[23:12:46] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin limbofilter 1.1.13 by Elytrium (Элитриум: ИТ-компания нового времени)
[23:12:46] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin skinsrestorer 15.5.1 by knat, AlexProgrammerDE, Blackfire62, McLive
[23:12:46] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loaded 5 plugins
[23:12:46] [LimboAPI - Task Executor #0/ERROR] [com.velocitypowered.proxy.event.VelocityEventManager]: Couldn't pass ProxyInitializeEvent to limboapi 1.1.0
java.lang.ExceptionInInitializerError: null
    at net.elytrium.limboapi.LimboAPI.onProxyInitialization(LimboAPI.java:203) ~[?:?]
    at net.elytrium.limboapi.Lmbda$2.execute(Unknown Source) ~[?:?]
    at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:676) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:541) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
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:976) ~[?:?]
    at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1117) ~[?:?]
    at java.base/java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:3649) ~[?:?]
    at java.base/java.lang.invoke.MethodHandles$Lookup.findVirtual(MethodHandles.java:2680) ~[?:?]
    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:1085) ~[?:?]
    at java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1114) ~[?:?]
    at java.base/java.lang.invoke.MethodHandles$Lookup.resolveOrFail(MethodHandles.java:3649) ~[?:?]
    at java.base/java.lang.invoke.MethodHandles$Lookup.findVirtual(MethodHandles.java:2680) ~[?:?]
    at net.elytrium.limboapi.thirdparty.fastprepare.PreparedPacketFactory.<clinit>(PreparedPacketFactory.java:80) ~[?:?]
    ... 8 more
[23:12:46] [LimboAPI - Task Executor #0/ERROR] [com.velocitypowered.proxy.event.VelocityEventManager]: Couldn't pass ProxyInitializeEvent to limboauth 1.1.13
net.elytrium.limboapi.thirdparty.commons.config.ConfigSaveException: An unexpected internal error was caught during saving the config.
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.save(YamlConfig.java:350) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.reload(YamlConfig.java:104) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.reload(YamlConfig.java:92) ~[?:?]
    at net.elytrium.limboauth.LimboAuth.reload(LimboAuth.java:234) ~[?:?]
    at net.elytrium.limboauth.LimboAuth.onProxyInitialization(LimboAuth.java:208) ~[?:?]
    at net.elytrium.limboauth.Lmbda$3.execute(Unknown Source) ~[?:?]
    at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:676) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:541) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: net.elytrium.limboapi.thirdparty.commons.config.ConfigSaveException: An unexpected internal error was caught during saving the config.
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.writeConfigKeyValue(YamlConfig.java:447) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.save(YamlConfig.java:347) ~[?:?]
    ... 11 more
Caused by: java.lang.reflect.InvocationTargetException
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.writeConfigKeyValue(YamlConfig.java:394) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.save(YamlConfig.java:347) ~[?:?]
    ... 11 more
Caused by: java.lang.NoClassDefFoundError: net/elytrium/limboapi/api/file/BuiltInWorldFileType
    at net.elytrium.limboauth.Settings$MAIN.<init>(Settings.java:157) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.writeConfigKeyValue(YamlConfig.java:394) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.save(YamlConfig.java:347) ~[?:?]
    ... 11 more
Caused by: java.lang.ClassNotFoundException: net.elytrium.limboapi.api.file.BuiltInWorldFileType
    at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:87) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:64) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    at net.elytrium.limboauth.Settings$MAIN.<init>(Settings.java:157) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.writeConfigKeyValue(YamlConfig.java:394) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.save(YamlConfig.java:347) ~[?:?]
    ... 11 more
[23:12:46] [LimboAPI - Task Executor #0/ERROR] [com.velocitypowered.proxy.event.VelocityEventManager]: Couldn't pass ProxyInitializeEvent to limbofilter 1.1.13
net.elytrium.limboapi.thirdparty.commons.config.ConfigSaveException: An unexpected internal error was caught during saving the config.
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.save(YamlConfig.java:350) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.reload(YamlConfig.java:104) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.reload(YamlConfig.java:92) ~[?:?]
    at net.elytrium.limbofilter.LimboFilter.reload(LimboFilter.java:169) ~[?:?]
    at net.elytrium.limbofilter.LimboFilter.onProxyInitialization(LimboFilter.java:140) ~[?:?]
    at net.elytrium.limbofilter.Lmbda$4.execute(Unknown Source) ~[?:?]
    at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:676) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:541) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: net.elytrium.limboapi.thirdparty.commons.config.ConfigSaveException: An unexpected internal error was caught during saving the config.
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.writeConfigKeyValue(YamlConfig.java:447) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.save(YamlConfig.java:347) ~[?:?]
    ... 11 more
Caused by: java.lang.reflect.InvocationTargetException
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.writeConfigKeyValue(YamlConfig.java:394) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.save(YamlConfig.java:347) ~[?:?]
    ... 11 more
Caused by: java.lang.NoClassDefFoundError: net/elytrium/limboapi/api/file/BuiltInWorldFileType
    at net.elytrium.limbofilter.Settings$MAIN.<init>(Settings.java:100) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.writeConfigKeyValue(YamlConfig.java:394) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.save(YamlConfig.java:347) ~[?:?]
    ... 11 more
Caused by: java.lang.ClassNotFoundException: net.elytrium.limboapi.api.file.BuiltInWorldFileType
    at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:87) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:64) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    at net.elytrium.limbofilter.Settings$MAIN.<init>(Settings.java:100) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?]
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.writeConfigKeyValue(YamlConfig.java:394) ~[?:?]
    at net.elytrium.limboapi.thirdparty.commons.config.YamlConfig.save(YamlConfig.java:347) ~[?:?]
    ... 11 more
[23:12:46] [LimboAPI - Task Executor #0/WARN] [skinsrestorer]: You must agree to the rules at 'commands.perSkinPermissionsConsent' in the config to use per skin permissions.
[23:12:47] [LimboAPI - Task Executor #0/WARN] [skinsrestorer]: Please update your Java runtime to at least Java 21 (your version is 17).
[23:12:47] [LimboAPI - Task Executor #0/WARN] [skinsrestorer]: At some point in the future, SkinsRestorer will no longer be compatible with this version of Java.
[23:12:47] [LimboAPI - Task Executor #0/ERROR] [com.velocitypowered.proxy.event.VelocityEventManager]: 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 @6b580b88)
    at net.elytrium.limboapi.LimboAPI.postProxyInitialization(LimboAPI.java:244) ~[?:?]
    at net.elytrium.limboapi.Lmbda$1.execute(Unknown Source) ~[?:?]
    at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:676) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:541) ~[velocity.jar:3.4.0-SNAPSHOT (git-00b68859-b459)]
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
[23:12:47] [Netty epoll Boss #0/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Listening on /194.87.209.75:25565
[23:12:47] [main/INFO] [com.velocitypowered.proxy.Velocity]: Done (0.83s)!
[23:12:47] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: ----------------------------------------------
[23:12:47] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]:     +==================+
[23:12:47] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]:     |   SkinsRestorer  |
[23:12:47] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]:     +==================+
[23:12:47] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: ----------------------------------------------
[23:12:47] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]:     Version: 15.5.1
[23:12:47] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]:     Commit: d5d8613
[23:12:47] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]:     This is the latest version!
[23:12:47] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: ----------------------------------------------
[23:12:47] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: Do you have issues? Read our troubleshooting guide: Fixing issues with SkinsRestorer - SR
[23:12:47] [SkinsRestorer - Task Executor #0/INFO] [skinsrestorer]: Want to support SkinsRestorer? Consider donating: Donate to SkinsRestorer
 
Последнее редактирование модератором:
У тебя плагин не поддерживает версию Velocity. Скачай последнюю версию LimbiAPI, Filter, Auth из GitHub Actions или релизов, если они туда их опубликовали.
Как раз таки всё скачивал последней версии с гитхаба но у меня просто нет ошибок даже и не создаются папки с когфигами будто велосити не видит плагины эти
 
Назад
Сверху Снизу