1. Вы находитесь в сообществе Rubukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на различные языки плагины наших коллег из других стран.
    Скрыть объявление
Скрыть объявление
В преддверии глобального обновления, мы проводим исследования, которые помогут нам сделать опыт пользования форумом ещё удобнее. Помогите нам, примите участие!

Помогите не запускается комплекс плагинов LimboAPI на велосити

Тема в разделе "Помощь", создана пользователем Не ну а что, 9 май 2024.

Статус темы:
Закрыта.
  1. Автор темы
    Не ну а что

    Не ну а что Участник

    Баллы:
    31
    Не запускаются плагины Limbo API, Limbo Auth, Limbo Filter, Limbo Social Addon
    Исаробовал все: менял джаву, менял версию велосити, менял версию плагинов, использовал dev билды плагина - ничего не помогает.
    [15:46:48] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Booting up Velocity 3.3.0-SNAPSHOT (git-59567512-b346)...
    [15:46:48] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading localizations...
    [15:46:48] [main/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.0.x (Linux x86_64) ciphers
    [15:46:48] [main/WARN] [com.velocitypowered.proxy.config.VelocityConfiguration]: Player info forwarding is disabled! All players will appear to be connecting from the proxy and will have offline-mode UUIDs.
    [15:46:49] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loading plugins...
    [15:46:49] [main/INFO] [limboapi]: Initializing Simple Virtual World system...
    [15:46:51] [main/INFO] [limboapi]: Hooking into EventManager, PlayerList/UpsertPlayerInfo and StateRegistry...
    [15:46:51] [main/ERROR] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: 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:152)
    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) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:126) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:155) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:366) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:242) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.velocitypowered.proxy.Velocity.main(Velocity.java:70) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    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:190) ~[?:?]
    at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$13a0d.GUICE$TRAMPOLINE(<generated>) ~[?:?]
    at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$13a0d.apply(<generated>) ~[?:?]
    at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    ... 6 more
    Caused by: java.lang.NoClassDefFoundError: com/velocitypowered/proxy/protocol/packet/LegacyPlayerListItem
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:1017) ~[?:?]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:524) ~[?:?]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:427) ~[?:?]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:421) ~[?:?]
    at java.security.AccessController.doPrivileged(AccessController.java:712) ~[?:?]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:420) ~[?:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:592) ~[?:?]
    at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:70) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:64) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:185) ~[?:?]
    at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$13a0d.GUICE$TRAMPOLINE(<generated>) ~[?:?]
    at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$13a0d.apply(<generated>) ~[?:?]
    at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    ... 6 more
    Caused by: java.lang.ClassNotFoundException: com.velocitypowered.proxy.protocol.packet.LegacyPlayerListItem
    at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:87) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:64) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:1017) ~[?:?]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:524) ~[?:?]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:427) ~[?:?]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:421) ~[?:?]
    at java.security.AccessController.doPrivileged(AccessController.java:712) ~[?:?]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:420) ~[?:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:592) ~[?:?]
    at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:70) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:64) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:185) ~[?:?]
    at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$13a0d.GUICE$TRAMPOLINE(<generated>) ~[?:?]
    at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$13a0d.apply(<generated>) ~[?:?]
    at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[server.jar:3.3.0-SNAPSHOT (git-59567512-b346)]
    ... 6 more
    [15:46:51] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin luckperms 5.4.128 by Luck
    [15:46:51] [main/INFO] [com.velocitypowered.proxy.plugin.VelocityPluginManager]: Loaded plugin pixelmotd 9.4.1-SNAPSHOT by JustJustin
    [15:46:51] [main/INFO] [com.velocitypowered.proxy.VelocityServer]: Loaded 2 plugins
    [15:46:51] [Velocity Async Event Executor - #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: __
    [15:46:51] [Velocity Async Event Executor - #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: | |__) LuckPerms v5.4.128
    [15:46:51] [Velocity Async Event Executor - #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: |___ | Running on Velocity - Velocity
    [15:46:51] [Velocity Async Event Executor - #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]:
    [15:46:51] [Velocity Async Event Executor - #0/INFO] [luckperms]: Loading configuration...
    [15:46:52] [Velocity Async Event Executor - #0/INFO] [luckperms]: Loading storage provider... [H2]
    [15:46:53] [Velocity Async Event Executor - #0/INFO] [luckperms]: Loading internal permission managers...
    [15:46:53] [Velocity Async Event Executor - #0/INFO] [luckperms]: Performing initial data load...
    [15:46:53] [Velocity Async Event Executor - #0/INFO] [luckperms]: Successfully enabled. (took 2023ms)
    [15:46:53] [Velocity Async Event Executor - #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: PixelMOTD | Updater has been disabled for now...
    [15:46:53] [Velocity Async Event Executor - #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: PixelMOTD | Messages are loaded from Lang files successfully.
    [15:46:53] [Velocity Async Event Executor - #0/INFO] [com.velocitypowered.proxy.console.VelocityConsole]: PixelMOTD | [Debug Scheduler] Registered listeners for platform 'VELOCITY': SERVER_CONNECT, PROXY_PING, LOGIN
    [15:46:54] [Netty epoll Boss #0/INFO] [com.velocitypowered.proxy.network.ConnectionManager]: Listening on /0.0.0.0:25577
    [15:46:54] [main/INFO] [com.velocitypowered.proxy.Velocity]: Done (6.7s)!
     
  2. boarMC

    boarMC Ньюби Пользователь

    Баллы:
    1
    Имя в Minecraft:
    boarMC
    попробуй все плагины на одной версии, дев билды не самая лучшая идея, они могут быть не уравновешанными
     
  3. BetterLex

    BetterLex Активный участник Пользователь

    Баллы:
    76
    Уж очень популярная проблема с этими плагинами, какие-то они странные.. (плагины)
     
  4. boarMC

    boarMC Ньюби Пользователь

    Баллы:
    1
    Имя в Minecraft:
    boarMC
    Согласен, мне теперь приходиться искать уже готовые сборки велосити, самому = ошибки
     
  5. Автор темы
    Не ну а что

    Не ну а что Участник

    Баллы:
    31
    Нашел решение, я поставил версию велосити 3.2.0 и поставил плагины Limbo приближенные к выходу 3.3.0 - это начало декабря 23 года, и все заработало
     
  6. boarMC

    boarMC Ньюби Пользователь

    Баллы:
    1
    Имя в Minecraft:
    boarMC
    благодарю за подсказку
     
Статус темы:
Закрыта.

Поделиться этой страницей