### full error (limboapi and limboauth) velocity version 3.5.0 and 3.4.0 i try it on both version:
14:36:26] [main/INFO] [limboapi]: Initializing Simple Virtual World system...
[14:36:26] [main/INFO] [limboapi]: Hooking into PlayerList/UpsertPlayerInfo and StateRegistry...
[14:36:26] [main/ERROR] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Can't create plugin limboapi
com.google.inject.ProvisionException: Unable to provision, see the following errors:
- [Guice/ErrorInjectingConstructor]: ReflectionException: An unexpected internal error was caught during the reflection operations.
at LimboAPI.(LimboAPI.java:161)
at VelocityPluginModule.configure(VelocityPluginModule.java:47)
while locating LimboAPI
Learn more:
https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
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)
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151)
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186)
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:127)
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173)
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:436)
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:307)
at com.velocitypowered.proxy.Velocity.main(Velocity.java:71)
Caused by: net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
at net.elytrium.limboapi.LimboAPI.(LimboAPI.java:198)
at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$179dd56.GUICE$TRAMPOLINE()
at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$179dd56.apply()
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82)
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114)
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91)
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45)
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148)
... 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.(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)
at net.elytrium.limboapi.protocol.LimboProtocol.register(LimboProtocol.java:522)
... 18 more
[14:36:26] [main/ERROR] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Can't create plugin limboauth
com.google.inject.ProvisionException: Unable to provision, see the following errors:
- [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
at LimboAuth.(LimboAuth.java:192)
at VelocityPluginModule.configure(VelocityPluginModule.java:47)
while locating LimboAuth
Learn more:
https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
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)
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151)
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186)
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:127)
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173)
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:436)
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:307)
at com.velocitypowered.proxy.Velocity.main(Velocity.java:71)
Caused by: java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.orElseThrow(Optional.java:377)
at net.elytrium.limboauth.LimboAuth.(LimboAuth.java:203)
at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$1839e44.GUICE$TRAMPOLINE()
at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$1839e44.apply()
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82)
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114)
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91)
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45)
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148)
... 6 more
[14:36:26] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin simplemotd-velocity 1.0 by
### full error (limboapi and limboauth) velocity version 3.5.0 and 3.4.0 i try it on both version:
14:36:26] [main/INFO] [limboapi]: Initializing Simple Virtual World system...
[14:36:26] [main/INFO] [limboapi]: Hooking into PlayerList/UpsertPlayerInfo and StateRegistry...
[14:36:26] [main/ERROR] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Can't create plugin limboapi
com.google.inject.ProvisionException: Unable to provision, see the following errors:
at LimboAPI.(LimboAPI.java:161)
at VelocityPluginModule.configure(VelocityPluginModule.java:47)
while locating LimboAPI
Learn more:
https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
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:
Caused by: net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
at net.elytrium.limboapi.LimboAPI.(LimboAPI.java:198)
at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$179dd56.GUICE$TRAMPOLINE()
at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$179dd56.apply()
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82)
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114)
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91)
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45)
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148)
... 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.(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)
at net.elytrium.limboapi.protocol.LimboProtocol.register(LimboProtocol.java:522)
... 18 more
[14:36:26] [main/ERROR] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Can't create plugin limboauth
com.google.inject.ProvisionException: Unable to provision, see the following errors:
at LimboAuth.(LimboAuth.java:192)
at VelocityPluginModule.configure(VelocityPluginModule.java:47)
while locating LimboAuth
Learn more:
https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
1 error
======================
Full classname legend:
LimboAuth: "net.elytrium.limboauth.LimboAuth"
VelocityPluginModule: "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
End of classname legend:
Caused by: java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.orElseThrow(Optional.java:377)
at net.elytrium.limboauth.LimboAuth.(LimboAuth.java:203)
at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$1839e44.GUICE$TRAMPOLINE()
at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$1839e44.apply()
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82)
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114)
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91)
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45)
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148)
... 6 more
[14:36:26] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin simplemotd-velocity 1.0 by