This plugin allows connecting with MongoDB using the latest mongodb-driver-sync library.
To use MongoDB Loader in your own Spigot plugin, add the following to your plugin.yml:
depend: [MongoDBLoader]
softdepend: [MongoDBLoader]
This ensures your plugin loads in the correct order and can interact with MongoDB Loader if present.