redcraft-org / RedCraftMongoStats

A Spigot plugin to export player stats to a MongoDB server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedCraftMongoStats

A SpigotMC plugin to synchronize vanilla player stats with a MongoDB server.

It's been built to sync stats from the original json advancement and stats files to a MongoDB server, using the player UUID as the _id key:

Record example

Downloads

You can download the latest version from the release page.

How to compile

Make sure you have a JDK for Java 16 and Maven, and run maven -B package to compile it. You'll find the .jar in the target directory.

Contributing

You are free to suggest changes by opening an issue ticket.

You can also open PRs, but remember to bump the version in pom.xml and plugin.yml before opening a pull request.

About

A Spigot plugin to export player stats to a MongoDB server

License:GNU General Public License v3.0


Languages

Language:Java 100.0%