Skip to content

fraancescoo/MongoMinecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compilation

MongoSpigot is built with Gradle. If you have it installed run: 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 depend: [MongoSpigot] (here use MongoMinecraft version you need)
  3. Add MongoDB dependency into your build.gradle or pom.xml:

Maven:

<dependency>
    <groupId>org.mongodb</groupId>
    <artifactId>mongodb-driver-sync</artifactId>
    <version>4.11.0</version>
</dependency>

Gradle:

dependencies {
    implementation 'org.mongodb:mongodb-driver-sync:4.11.0'
}

About

MongoDB API for Minecraft Servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages