ProtocolLib

3M Downloads

java.lang.NoClassDefFoundError: com/comphenix/protocol/events/PacketListener

Oranamous opened this issue ยท 5 comments

commented

Describe the bug
On loading the server with my plugin installed, I get a 'java.lang.NoClassDefFoundError' error mentioning 'com/comphenix/protocol/events/PacketListener' and the plugin I'm creating is unable to load. More info in pastebin links. I doubt this is actually an issue with ProtocolLib, if that's correct, let me know what I did wrong!

Log
pom.xml
Raewyn_core.java

Expected behavior
I expected to see no errors in the console, and my plugin should have been able to load.

Version Info
Pastebin

commented

Do you have ProtocolLib listed as a dependency?

commented

Yep, you can check pom.xml to see for yourself

commented

you have to put it in the plugin yml too

commented

Oof, I hadn't done that!

commented

I'm still a rookie I guess, I'll close this issue in a few minutes.