Вопрос Почему то не работают limbo плагины

JeniJek

Пользователь
Сообщения
1
3.4 Разрешается выкладывание кода, файлов конфигураций, логов и т.д. только под BB-код CODE
[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...
Minecraft-Hosting Сервер отмечен как starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
openjdk version "1.7.0_352"
OpenJDK Runtime Environment (Zulu 7.56.0.11-CA-linux64) (build 1.7.0_352-b01)
OpenJDK 64-Bit Server VM (Zulu 7.56.0.11-CA-linux64) (build 24.352-b01, mixed mode)
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/velocitypowered/proxy/Velocity : Unsupported major.minor version 55.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:808)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:448)
at java.net.URLClassLoader.access$100(URLClassLoader.java:65)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.net.URLClassLoader$1.run(URLClassLoader.java:349)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:348)
at java.lang.ClassLoader.loadClass(ClassLoader.java:430)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:329)
at java.lang.ClassLoader.loadClass(ClassLoader.java:363)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:588)
Minecraft-Hosting Сервер отмечен как offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[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...
Minecraft-Hosting Сервер отмечен как starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
openjdk version "1.7.0_352"
OpenJDK Runtime Environment (Zulu 7.56.0.11-CA-linux64) (build 1.7.0_352-b01)
OpenJDK 64-Bit Server VM (Zulu 7.56.0.11-CA-linux64) (build 24.352-b01, mixed mode)
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/velocitypowered/proxy/Velocity : Unsupported major.minor version 55.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:808)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:448)
at java.net.URLClassLoader.access$100(URLClassLoader.java:65)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.net.URLClassLoader$1.run(URLClassLoader.java:349)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:348)
at java.lang.ClassLoader.loadClass(ClassLoader.java:430)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:329)
at java.lang.ClassLoader.loadClass(ClassLoader.java:363)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:588)
Minecraft-Hosting Сервер отмечен как offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.
[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...
Minecraft-Hosting Сервер отмечен как starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
container@pterodactyl~ java -version
openjdk version "25.0.2" 2026-01-20 LTS
OpenJDK Runtime Environment Temurin-25.0.2+10 (build 25.0.2+10-LTS)
OpenJDK 64-Bit Server VM Temurin-25.0.2+10 (build 25.0.2+10-LTS, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -Xmx2048M -DPaper.IgnoreJavaVersion=true -Dfml.queryResult=confirm -Dlog4j2.formatMsgNoLookups=true -Dterminal.jline=false -Dterminal.ansi=true -DIReallyKnowWhatIAmDoingISwear=true -Djdk.module.illegalAccess=deny -Duser.timezone=Europe/Moscow -Dfile.encoding=UTF-8 -XX:+UseG1GC -XX:G1ReservePercent=5 -XX:G1HeapWastePercent=10 -XX:+OptimizeStringConcat -XX:+TieredCompilation -XX:+EliminateLocks -XX:+UseSuperWord -XX:+OptimizeFill -XX:LoopUnrollMin=4 -XX:LoopMaxUnroll=16 -XX:+UseLoopPredicate -XX:+RangeCheckElimination -XX:+DisableExplicitGC -XX:+UseFastJNIAccessors -jar server.jar nogui
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by com.lmax.disruptor.RingBufferFields (file:/home/container/server.jar)
WARNING: Please consider reporting this to the maintainers of class com.lmax.disruptor.RingBufferFields
WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::loadLibrary has been called by io.netty.util.internal.NativeLibraryUtil in an unnamed module (file:/home/container/server.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
[12:06:43 INFO]: Booting up Velocity 3.1.1...
[12:06:43 INFO]: Loading localizations...
[12:06:43 INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, Java ciphers
[12:06:43 WARN]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
[12:06:43 INFO]: Loading plugins...
[12:06:44 INFO] [legendsfixer]: === LegendsFixer включение... ===
[12:06:44 INFO]: Loaded plugin legendsfixer 1.0 by legenda322
[12:06:44 ERROR]: Can't create plugin limboapi
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) [Guice/ErrorInjectingConstructor]: NoSuchFieldError: Class ProtocolVersion does not have member field 'ProtocolVersion MINECRAFT_1_20_5'
at LimboAPI.<init>(LimboAPI.java:162)
at VelocityPluginModule.configure(VelocityPluginModule.java:48)
while locating LimboAPI
Learn more:

1 error
======================
Full classname legend:
======================
LimboAPI: "net.elytrium.limboapi.LimboAPI"
ProtocolVersion: "com.velocitypowered.api.network.ProtocolVersion"
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.1.1]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1103) ~[server.jar:3.1.1]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1138) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:121) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:151) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:324) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:222) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:64) ~[server.jar:3.1.1]
Caused by: java.lang.NoSuchFieldError: Class com.velocitypowered.api.network.ProtocolVersion does not have member field 'com.velocitypowered.api.network.ProtocolVersion MINECRAFT_1_20_5'
at net.elytrium.limboapi.server.item.SimpleItemComponentManager.<clinit>(SimpleItemComponentManager.java:71) ~[?:?]
at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:146) ~[?:?]
at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$1848643.GUICE$TRAMPOLINE(<generated>) ~[?:?]
at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$1848643.apply(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[server.jar:3.1.1]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[server.jar:3.1.1]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[server.jar:3.1.1]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:296) ~[server.jar:3.1.1]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[server.jar:3.1.1]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[server.jar:3.1.1]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[server.jar:3.1.1]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1100) ~[server.jar:3.1.1]
... 6 more
[12:06:44 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:192)
at VelocityPluginModule.configure(VelocityPluginModule.java:48)
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) ~[server.jar:3.1.1]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1103) ~[server.jar:3.1.1]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1138) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:121) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:151) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:324) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:222) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:64) ~[server.jar:3.1.1]
Caused by: java.util.NoSuchElementException: No value present
at java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
at net.elytrium.limboauth.LimboAuth.<init>(LimboAuth.java:203) ~[?:?]
at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$2294115.GUICE$TRAMPOLINE(<generated>) ~[?:?]
at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$2294115.apply(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[server.jar:3.1.1]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[server.jar:3.1.1]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[server.jar:3.1.1]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:296) ~[server.jar:3.1.1]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[server.jar:3.1.1]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[server.jar:3.1.1]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[server.jar:3.1.1]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1100) ~[server.jar:3.1.1]
... 6 more
[12:06:44 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:48)
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) ~[server.jar:3.1.1]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1103) ~[server.jar:3.1.1]
at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1138) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:121) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:151) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:324) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:222) ~[server.jar:3.1.1]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:64) ~[server.jar:3.1.1]
Caused by: java.util.NoSuchElementException: No value present
at java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
at net.elytrium.limbofilter.LimboFilter.<init>(LimboFilter.java:131) ~[?:?]
at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$3593254.GUICE$TRAMPOLINE(<generated>) ~[?:?]
at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$3593254.apply(<generated>) ~[?:?]
at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[server.jar:3.1.1]
at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[server.jar:3.1.1]
at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[server.jar:3.1.1]
at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:296) ~[server.jar:3.1.1]
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[server.jar:3.1.1]
at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[server.jar:3.1.1]
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[server.jar:3.1.1]
at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1100) ~[server.jar:3.1.1]
... 6 more
[12:06:44 INFO]: Loaded plugin luckperms 5.4.164 by Luck
[12:06:44 INFO]: Loaded plugin pixelmotd 9.3.9-SNAPSHOT by JustJustin
[12:06:44 INFO]: Loaded plugin skinsrestorer 15.6.6 by knat, AlexProgrammerDE, Blackfire62, McLive
[12:06:44 INFO]: Loaded 4 plugins
[12:06:45 INFO]: __
[12:06:45 INFO]: | |__) LuckPerms v5.4.164
[12:06:45 INFO]: |___ | Running on Velocity - Velocity
[12:06:45 INFO]:
[12:06:45 INFO] [luckperms]: Loading configuration...
[12:06:45 INFO] [luckperms]: Loading storage provider... [H2]
[12:06:46 INFO] [luckperms]: Loading internal permission managers...
[12:06:46 INFO] [luckperms]: Performing initial data load...
[12:06:46 INFO] [luckperms]: Successfully enabled. (took 1806ms)
[12:06:46 INFO] [legendsfixer]: === Ивенты зарегистрированы ===
[12:06:46 INFO] [legendsfixer]: === LegendsFixer включен ===
[12:06:46 INFO]: PixelMOTD | File settings.yml has been loaded
[12:06:46 INFO]: PixelMOTD | File settings.yml has been loaded
[12:06:46 INFO]: PixelMOTD | File settings.yml has been loaded
[12:06:46 INFO]: PixelMOTD | File settings.yml has been loaded
[12:06:46 INFO]: PixelMOTD | File commands.yml has been loaded
[12:06:46 INFO]: PixelMOTD | File commands.yml has been loaded
[12:06:46 INFO]: PixelMOTD | File settings.yml has been loaded
[12:06:46 INFO]: PixelMOTD | File settings.yml has been loaded
[12:06:46 INFO]: PixelMOTD | File events.yml has been loaded
[12:06:46 INFO]: PixelMOTD | File events.yml has been loaded
[12:06:46 INFO]: PixelMOTD | File en.yml has been loaded
[12:06:46 INFO]: PixelMOTD | File en.yml has been loaded
[12:06:46 INFO]: PixelMOTD | Messages are loaded from Lang files successfully.
[12:06:46 INFO]: PixelMOTD | Loading icons
[12:06:46 INFO]: PixelMOTD | File default.yml has been loaded
[12:06:46 INFO]: PixelMOTD | File default.yml has been loaded
[12:06:47 INFO]: PixelMOTD | LoginListener has been registered
[12:06:47 INFO]: PixelMOTD | ProxyPingListener has been registered
[12:06:47 INFO]: PixelMOTD | ServerConnectListener has been registered
[12:06:49 INFO]: Listening on /[0:0:0:0:0:0:0:0%0]:25492
[12:06:49 INFO]: Done (7.79s)!
[12:06:50 INFO] [skinsrestorer]: ----------------------------------------------
[12:06:50 INFO] [skinsrestorer]: +==================+
[12:06:50 INFO] [skinsrestorer]: | SkinsRestorer |
[12:06:50 INFO] [skinsrestorer]: +==================+
[12:06:50 INFO] [skinsrestorer]: ----------------------------------------------
[12:06:50 INFO] [skinsrestorer]: Version: 15.6.6
[12:06:50 INFO] [skinsrestorer]: Commit: 763d6fb
[12:06:50 INFO] [skinsrestorer]: A new version (15.12.0) is available!
[12:06:50 INFO] [skinsrestorer]:
[12:06:50 INFO] [skinsrestorer]: ----------------------------------------------
[12:06:50 INFO] [skinsrestorer]: Do you have issues? Read our troubleshooting guide:
[12:06:50 INFO] [skinsrestorer]: Want to support SkinsRestorer? Consider donating:

Столкнулся с такой ошибкой когда решил покопаться в файлах velocity reallyworld, есть догадка, что версия джавы может быть не совместимой!
 
Обновите Velocity, а также плагины лимбо. Желательно обновитесь до последней Java ( или )

Velocity обновите отсюда:

Плагины лимбо обновите по дев билдам отсюда:

Если вы не можете подключиться к сайтам modrinth.com, то я прикрепил к этому сообщению jar этих плагинов.
 

Вложения

  • limboauth-1.1.14.jar
    1.2 MB · Просмотры: 0
  • limbofilter-1.1.19.jar
    369.6 KB · Просмотры: 0
  • limboapi-1.1.27-SNAPSHOT.jar
    2.7 MB · Просмотры: 0
Назад
Сверху Снизу