Advertisement
A248

BungeePerms fails to load on Velocity 3.0.1

Oct 21st, 2021
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. [12:35:51 ERROR]: Can't create plugin bungeeperms
  2. com.google.inject.ProvisionException: Unable to provision, see the following errors:
  3.  
  4. 1) [Guice/ErrorInjectingConstructor]: NoSuchMethodError: 'void CommandManager.register(Command, String[])'
  5. at VelocityPlugin.<init>(VelocityPlugin.java:94)
  6. at VelocityPluginModule.configure(VelocityPluginModule.java:48)
  7. while locating VelocityPlugin
  8.  
  9. Learn more:
  10. https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
  11.  
  12. 1 error
  13.  
  14. ======================
  15. Full classname legend:
  16. ======================
  17. Command: "com.velocitypowered.api.command.Command"
  18. CommandManager: "com.velocitypowered.api.command.CommandManager"
  19. VelocityPlugin: "net.alpenblock.bungeeperms.platform.velocity.VelocityPlugin"
  20. VelocityPluginModule: "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
  21. ========================
  22. End of classname legend:
  23. ========================
  24.  
  25. at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity
  26. -3.0.1.jar:3.0.1]
  27. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1103) ~[velocity-3.0.1.jar:3.0.1]
  28. at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1138) ~[velocity-3.0.1.jar:3.0.1]
  29. at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:121) ~[velocity-3.0.1.jar:3.0.1]
  30. at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:152) ~[velocity-3.0.1.jar:3.0.1]
  31. at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:325) ~[velocity-3.0.1.jar:3.0.1]
  32. at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:223) ~[velocity-3.0.1.jar:3.0.1]
  33. at com.velocitypowered.proxy.Velocity.main(Velocity.java:64) ~[velocity-3.0.1.jar:3.0.1]
  34. Caused by: java.lang.NoSuchMethodError: 'void com.velocitypowered.api.command.CommandManager.register(com.velocitypowered.api.command.Command, java.lang.String[])'
  35. at net.alpenblock.bungeeperms.platform.velocity.VelocityPlugin.loadcmds(VelocityPlugin.java:167) ~[?:?]
  36. at net.alpenblock.bungeeperms.platform.velocity.VelocityPlugin.<init>(VelocityPlugin.java:112) ~[?:?]
  37. at net.alpenblock.bungeeperms.platform.velocity.VelocityPlugin$$FastClassByGuice$$428762.GUICE$TRAMPOLINE(<generated>) ~[?:?]
  38. at net.alpenblock.bungeeperms.platform.velocity.VelocityPlugin$$FastClassByGuice$$428762.apply(<generated>) ~[?:?]
  39. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity-3.0.1.jar:3.0.1]
  40. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity-3.0.1.jar:3.0.1]
  41. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity-3.0.1.jar:3.0.1]
  42. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:296) ~[velocity-3.0.1.jar:3.0.1]
  43. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity-3.0.1.jar:3.0.1]
  44. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity-3.0.1.jar:3.0.1]
  45. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity-3.0.1.jar:3.0.1]
  46. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1100) ~[velocity-3.0.1.jar:3.0.1]
  47. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement