MongoSpigot icon

MongoSpigot -----

MongoDB API for Spigot Servers



Compilation

MongoSpigot is built with Gradle.
If you have it installed run:
Code (Text):
gradlew build
in the interested project module.

Including into your projects

To use this library follow these steps:
1) Add the MongoMinecraft plugin for your server.
2) Add
Code (Text):
depend: [MongoSpigot]
3) Add MongoDB dependency into your build.gradle or pom.xml:

- Maven:

Code (Text):
<dependency>
    <groupId>org.mongodb</groupId>
    <artifactId>mongodb-driver-sync</artifactId>
    <version>4.11.0</version>
</dependency>
- Gradle:

Code (Text):
dependencies {
    implementation 'org.mongodb:mongodb-driver-sync:4.11.0'
}
Resource Information
Author:
----------
Total Downloads: 29
First Release: Oct 30, 2023
Last Update: Oct 30, 2023
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings