Вопрос не работаю плагины на Velocity

Ядро
Velocity

MaksimRiDersYT

Пользователь
Сообщения
2
3.4 Разрешается выкладывание кода, файлов конфигураций, логов и т.д. только под BB-код CODE
у меня вылетает ошибка при запуске велосити с плагинами я скачивал всё последней версии
Velocity:
LimboAPI:
LimboAuth:
LimboFilter:
LimboAuth-SocialAddon:
Сама ошибка:
[17:47:44 INFO]: Booting up Velocity 3.5.0-SNAPSHOT (git-c2fd3c07-b576)...
[17:47:45 INFO]: Connections will use NIO channels, Java compression, Java ciphers
[17:47:45 WARN]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
[17:47:45 INFO]: Loading localizations...
[17:47:45 INFO]: Loading plugins...
[17:47:46 WARN] [limboapi]: Current LimboAPI version doesn't support current Velocity version (protocol version numbers: supported - 767, velocity - 774)
[17:47:46 WARN] [limboapi]: Please update LimboAPI ( ). LimboAPI support:
[17:47:46 INFO] [limboapi]: Initializing Simple Virtual World system...
[17:47:48 INFO] [limboapi]: Hooking into PlayerList/UpsertPlayerInfo and StateRegistry...
[17:47:48 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-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:127) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:436) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:307) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
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$$b2c78.GUICE$TRAMPOLINE(<generated>) ~[?:?]
at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$b2c78.apply(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
... 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:953) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at net.elytrium.limboapi.protocol.LimboProtocol.register(LimboProtocol.java:522) ~[?:?]
... 18 more
[17:47:49 ERROR]: Can't create plugin limboauth
com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
at LimboAuth.<init>(LimboAuth.java:189)
at VelocityPluginModule.configure(VelocityPluginModule.java:47)
while locating LimboAuth

Learn more:


1 error

======================
Full classname legend:
======================
LimboAuth: "net.elytrium.limboauth.LimboAuth"
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-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:127) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:436) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:307) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
Caused by: java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
at net.elytrium.limboauth.LimboAuth.<init>(LimboAuth.java:199) ~[?:?]
at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$1a11ae.GUICE$TRAMPOLINE(<generated>) ~[?:?]
at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$1a11ae.apply(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
... 6 more
[17:47:49 ERROR]: Can't create plugin limboauth-social-addon
com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
at Addon.<init>(Addon.java:128)
at VelocityPluginModule.configure(VelocityPluginModule.java:47)
while locating Addon

Learn more:


1 error

======================
Full classname legend:
======================
Addon: "net.elytrium.limboauth.socialaddon.Addon"
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-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:127) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:436) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:307) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
Caused by: java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
at net.elytrium.limboauth.socialaddon.Addon.<init>(Addon.java:135) ~[?:?]
at net.elytrium.limboauth.socialaddon.Addon$$FastClassByGuice$$20d4fc.GUICE$TRAMPOLINE(<generated>) ~[?:?]
at net.elytrium.limboauth.socialaddon.Addon$$FastClassByGuice$$20d4fc.apply(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
... 6 more
[17:47:49 ERROR]: Can't create plugin limbofilter
com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
at LimboFilter.<init>(LimboFilter.java:122)
at VelocityPluginModule.configure(VelocityPluginModule.java:47)
while locating LimboFilter

Learn more:


1 error

======================
Full classname legend:
======================
LimboFilter: "net.elytrium.limbofilter.LimboFilter"
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-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:127) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:436) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:307) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
Caused by: java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
at net.elytrium.limbofilter.LimboFilter.<init>(LimboFilter.java:131) ~[?:?]
at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$393b87.GUICE$TRAMPOLINE(<generated>) ~[?:?]
at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$393b87.apply(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
 
Последнее редактирование:
2.2 Строго запрещено использование нецензурных слов, брани, оскорбительных выражений, в независимости от того, в каком виде и кому они были адресованы. В том числе при подмене букв символами
У ии спроси хули мы должны в этом разбираться , у того же дипсика если ты нищий и нету денег на чат джипити
 
У ии спроси хули мы должны в этом разбираться ,

offtop Не хочешь помогать = тогда зачем ты вообще зарегался на этом форуме? Помощь именно от людей бывает лучше, ведь есть такое понятие как "опыт" которое не заменит ни одна нейронка.


у меня вылетает ошибка при запуске велосити с плагинами я скачивал всё последней версии
Velocity:
LimboAPI:
LimboAuth:
LimboFilter:
LimboAuth-SocialAddon:
Сама ошибка:
[17:47:44 INFO]: Booting up Velocity 3.5.0-SNAPSHOT (git-c2fd3c07-b576)...
[17:47:45 INFO]: Connections will use NIO channels, Java compression, Java ciphers
[17:47:45 WARN]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
[17:47:45 INFO]: Loading localizations...
[17:47:45 INFO]: Loading plugins...
[17:47:46 WARN] [limboapi]: Current LimboAPI version doesn't support current Velocity version (protocol version numbers: supported - 767, velocity - 774)
[17:47:46 WARN] [limboapi]: Please update LimboAPI ( ). LimboAPI support:
[17:47:46 INFO] [limboapi]: Initializing Simple Virtual World system...
[17:47:48 INFO] [limboapi]: Hooking into PlayerList/UpsertPlayerInfo and StateRegistry...
[17:47:48 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-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:127) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:436) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:307) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
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$$b2c78.GUICE$TRAMPOLINE(<generated>) ~[?:?]
at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$b2c78.apply(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
... 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:953) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at net.elytrium.limboapi.protocol.LimboProtocol.register(LimboProtocol.java:522) ~[?:?]
... 18 more
[17:47:49 ERROR]: Can't create plugin limboauth
com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
at LimboAuth.<init>(LimboAuth.java:189)
at VelocityPluginModule.configure(VelocityPluginModule.java:47)
while locating LimboAuth

Learn more:


1 error

======================
Full classname legend:
======================
LimboAuth: "net.elytrium.limboauth.LimboAuth"
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-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:127) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:436) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:307) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
Caused by: java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
at net.elytrium.limboauth.LimboAuth.<init>(LimboAuth.java:199) ~[?:?]
at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$1a11ae.GUICE$TRAMPOLINE(<generated>) ~[?:?]
at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$1a11ae.apply(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
... 6 more
[17:47:49 ERROR]: Can't create plugin limboauth-social-addon
com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
at Addon.<init>(Addon.java:128)
at VelocityPluginModule.configure(VelocityPluginModule.java:47)
while locating Addon

Learn more:


1 error

======================
Full classname legend:
======================
Addon: "net.elytrium.limboauth.socialaddon.Addon"
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-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:127) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:436) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:307) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
Caused by: java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
at net.elytrium.limboauth.socialaddon.Addon.<init>(Addon.java:135) ~[?:?]
at net.elytrium.limboauth.socialaddon.Addon$$FastClassByGuice$$20d4fc.GUICE$TRAMPOLINE(<generated>) ~[?:?]
at net.elytrium.limboauth.socialaddon.Addon$$FastClassByGuice$$20d4fc.apply(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
... 6 more
[17:47:49 ERROR]: Can't create plugin limbofilter
com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
at LimboFilter.<init>(LimboFilter.java:122)
at VelocityPluginModule.configure(VelocityPluginModule.java:47)
while locating LimboFilter

Learn more:


1 error

======================
Full classname legend:
======================
LimboFilter: "net.elytrium.limbofilter.LimboFilter"
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-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:127) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:436) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:307) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
Caused by: java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
at net.elytrium.limbofilter.LimboFilter.<init>(LimboFilter.java:131) ~[?:?]
at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$393b87.GUICE$TRAMPOLINE(<generated>) ~[?:?]
at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$393b87.apply(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.5.0-SNAPSHOT (git-c2fd3c07-b576)]

Попробуй использовать последнюю action версию LimboApi
 
offtop Не хочешь помогать = тогда зачем ты вообще зарегался на этом форуме? Помощь именно от людей бывает лучше, ведь есть такое понятие как "опыт" которое не заменит ни одна нейронка.




Попробуй использовать последнюю action версию LimboApi
У меня последняя версия LimboAPI у меня 21 джава
 
Назад
Сверху Снизу