MTM123 / AuthMeVelocity

A bridge between your AuthMe Spigot instance and your Velocity proxy.
GNU General Public License v3.0
12 stars 9 forks source link

Failed to register commands on Velocity 3.0 #1

Closed MTM123 closed 3 years ago

MTM123 commented 3 years ago

Couldn't pass ProxyInitializeEvent to authmevelocity java.lang.NoSuchMethodError: 'void com.velocitypowered.api.command.CommandManager.register(com.velocitypowered.api.command.Command, java.lang.String[])' at fr.xephi.authmevelocity.AuthMeVelocity.onInit(AuthMeVelocity.java:75) ~[?:?] at fr.xephi.authmevelocity.Lmbda$1.execute(Unknown Source) ~[?:?] at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:47) ~[velocity.jar:3.0.0] at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:587) ~[velocity.jar:3.0.0] at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$6(VelocityEventManager.java:468) ~[velocity.jar:3.0.0] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?] at java.lang.Thread.run(Thread.java:831) [?:?]

lilandrias commented 3 years ago

any update on that?

MTM123 commented 3 years ago

Not yet but I will update it as soon as I can

lilandrias commented 3 years ago

Thanks for information! I hope the fix will not be too hard to do.