This is a Minecraft Fabric mod that stores player information in an external MongoDB database for other systems to utilise, such as statistics calculation.
This mod depends on my Events mod for mixin callbacks.
- Download the JAR file from the latest release.
- Download my Events mod.
- Place the JAR files in the server's
mods
directory. - Start the server to initialise the mod for the first time.
- Configure appropriately in the
config/viral32111/database.json
file. - Restart the server.
Copyright (C) 2023 viral32111.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses.