Вопрос Не работать limboapi

Ядро
Paper

13123df

Пользователь
Сообщения
14
Решения
1
Форматирование (BB-код):
[14:03:43 INFO]: Shutting down the proxy...
[14:03:43 INFO]: Closing endpoint /0.0.0.0:25566
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
Pulling from pterodactyl/yolks
Digest: sha256:317759a56a9374a9cf32bb51506b22c4b92042623ed737b3d12c41020315ce21
Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_21
[Pterodactyl Daemon]: Finished pulling Docker container image
container@pterodactyl~ java -version
openjdk version "21.0.7" 2025-04-15 LTS
OpenJDK Runtime Environment Temurin-21.0.7+6 (build 21.0.7+6-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.7+6 (build 21.0.7+6-LTS, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar velocity.jar
[14:03:51 INFO]: Booting up Velocity 3.4.0-SNAPSHOT (git-b411a0fa-b498)...
[14:03:51 INFO]: Loading localizations...
[14:03:51 INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.x.x (Linux x86_64) ciphers
[14:03:52 INFO]: Loading plugins...
[14:03:52 WARN] [limboapi]: Current LimboAPI version doesn't support current Velocity version (protocol version numbers: supported - 767, velocity - 770)
[14:03:52 WARN] [limboapi]: Please update LimboAPI (https://github.com/Elytrium/LimboAPI/releases). LimboAPI support: https://ely.su/discord
[14:03:52 INFO] [limboapi]: Initializing Simple Virtual World system...
[14:03:54 INFO] [limboapi]: Hooking into PlayerList/UpsertPlayerInfo and StateRegistry...
[14:03:54 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:
  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) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:131) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:432) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:303) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
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$$ac48e.GUICE$TRAMPOLINE(<generated>) ~[?:?]
        at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$ac48e.apply(<generated>) ~[?:?]
        at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        ... 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) ~[?:?]
        at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$ac48e.GUICE$TRAMPOLINE(<generated>) ~[?:?]
        at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$ac48e.apply(<generated>) ~[?:?]
        at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        ... 6 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:881) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at net.elytrium.limboapi.protocol.LimboProtocol.register(LimboProtocol.java:522) ~[?:?]
        at net.elytrium.limboapi.protocol.LimboProtocol.init(LimboProtocol.java:446) ~[?:?]
        at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:196) ~[?:?]
        at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$ac48e.GUICE$TRAMPOLINE(<generated>) ~[?:?]
        at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$ac48e.apply(<generated>) ~[?:?]
        at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        ... 6 more
[14:03:56 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:
  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) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:131) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:432) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:303) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
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$$12b3b6.GUICE$TRAMPOLINE(<generated>) ~[?:?]
        at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$12b3b6.apply(<generated>) ~[?:?]
        at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        ... 6 more
[14:03:56 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:
  https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
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.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:131) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:432) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:303) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
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$$2e66f7.GUICE$TRAMPOLINE(<generated>) ~[?:?]
        at net.elytrium.limboauth.socialaddon.Addon$$FastClassByGuice$$2e66f7.apply(<generated>) ~[?:?]
        at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        ... 6 more
[14:03:56 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:
  https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
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.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:131) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:432) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:303) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
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$$3edb74.GUICE$TRAMPOLINE(<generated>) ~[?:?]
        at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$3edb74.apply(<generated>) ~[?:?]
        at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-b411a0fa-b498)]
        ... 6 more
[14:03:56 INFO]: Loaded 1 plugins
[14:03:56 INFO]: Listening on /[0:0:0:0:0:0:0:0]:25566
[14:03:56 INFO]: Done (6.08s)!

Помогите не работает limboapi Velocity

Velocity 3.4.0-SNAPSHOT​

 
Решение
Всё решил chat gtp помог у кого проблемма и вы поставили последний велосити скачайте DEV версию фиксит вот гитхаб разрабов
Всё решил chat gtp помог у кого проблемма и вы поставили последний велосити скачайте DEV версию фиксит вот гитхаб разрабов
 
а че ес не прогружается
7:21:35 INFO] [luckperms]: Performing initial data load...
[17:21:35 INFO] [luckperms]: Successfully enabled. (took 609ms)
[17:21:35 WARN] [limboapi]: ************* FIRST LAUNCH *************
[17:21:35 WARN] [limboapi]: Thanks for installing LimboAPI!
[17:21:35 WARN] [limboapi]: (C) 2021 - 2024 Elytrium
[17:21:35 WARN] [limboapi]:
[17:21:35 WARN] [limboapi]: Check out our plugins here: <3
[17:21:35 WARN] [limboapi]: Discord:
[17:21:35 WARN] [limboapi]: ****************************************
[17:21:35 INFO] [limboapi]: Creating and preparing packets...
[17:21:36 INFO] [limboapi]: Loaded!
 
Назад
Сверху Снизу