Help with plugin error.

Status
This thread has been locked.

lemmett

Supreme
Feedback score
11
Posts
70
Reactions
38
Resources
0
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?

 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

keyaza

Premium
Feedback score
10
Posts
21
Reactions
18
Resources
0
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.
 

ZP4RKER

Feedback score
17
Posts
227
Reactions
79
Resources
0
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.
It's actually a missing library. Talking with the OP right now to get it fixed.
 

keyaza

Premium
Feedback score
10
Posts
21
Reactions
18
Resources
0
It's actually a missing library. Talking with the OP right now to get it fixed.
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?
 

ZP4RKER

Feedback score
17
Posts
227
Reactions
79
Resources
0
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?
Yeah, that's right. I misread your first response, I thought you meant it was a conflict with the server version.
 
Status
This thread has been locked.
Top