#The picture I sent included in this
1 messages · Page 1 of 1 (latest)
Can you send the dependencies section of your pom.xml / Is ProtocolLib loaded onto your server at all?
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
try move the depend below your version
the depend: [ ProtocolLib ]?
yeah
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
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
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.