I had this plugin custom made, and it was working fine until I moved it unto a new host. Could someone explain this error to me?
It's actually a missing library. Talking with the OP right now to get it fixed.Well it's quite simple, you are using a different version of a jar than the one that your plugin was compiled against.
For example, your plugin was compiled against 1.8 Spiogt and your current version is 1.7 so the required class could not be found.
This doesn't have to be Spigot's class, it can be any jar's, I just gave you an example.
That's pretty much what I said, so instead of a class missing the whole jar that contains said class is missing, am I wrong?It's actually a missing library. Talking with the OP right now to get it fixed.
Yeah, that's right. I misread your first response, I thought you meant it was a conflict with the server version.That's pretty much what I said, so instead of a class missing the whole jar that contains said class is missing, am I wrong?
