MongoDB help? [Dev question]

Status
This thread has been locked.

Ritzzzez

Feedback score
0
Posts
83
Reactions
26
Resources
0
Okay so I know perfectly how to use MongoDB and have used it with many other Non-Bukkit projects.

However when I use it with Bukkit it is required in the server (to run my plugin) or it will give errors. (aka missing depends etc).

I have it in my project librarys, and have even tried adding the source code for MongoDB into my project, however it just doesn't work.

Is there a way to do this without mvm shading it into your project?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Potters

Server Manager
Supreme
Feedback score
11
Posts
230
Reactions
132
Resources
0
Don't think so, if there is, it's news to me. I've always had to use Maven to shade it in.
 

Scar

Supreme
Feedback score
4
Posts
724
Reactions
384
Resources
0
Use maven and shade it into your plugin using <scope>
 
Status
This thread has been locked.
Top