ProtocolLib

3M Downloads

ProtocolLib getProtocolManager returns null

dragon6810 opened this issue ยท 0 comments

commented

I'm working on a plugin that will need to use ProtocolLib. I include it in pom.xml like this:

image

image

and I have the ProtocolLib jar in my plugins folder. My IDE has no problem with how I'm including ProtocolLib but if I try to run the server it will not load my plugin saying I can't use the manager variable which is defined as 'ProtocolLibrary.getProtocolManager();'

Here's my OnEnable function:

image