#The picture I sent included in this

1 messages · Page 1 of 1 (latest)

teal spear
#

Can you send the dependencies section of your pom.xml / Is ProtocolLib loaded onto your server at all?

wraith geode
#

ProtocolLib is in on the server and it loads

#

the problem as stated before is that the depend: [ ProtocolLib ] doesn't get compiled into the jar file when I compile

teal spear
#

try move the depend below your version

wraith geode
#

the depend: [ ProtocolLib ]?

teal spear
#

yeah

wraith geode
#

If so thats where I had originally. I was told that it was orderred wrong and I moved it and it still doesn't work

#

I had a 45ish minute convo on this yesterday with a ton of people about this

teal spear
#

It is a weird situation - I am gonna go spin up a project and get back to you - if someone else manages to help then just let me know

wraith geode
#

Well when I edit the jar file after compiling and add the depend: [ ProtocolLib ] line it works but I don't want to have to manually add it each time I compile.