Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.52 KB

README.md

File metadata and controls

42 lines (31 loc) · 2.52 KB

Database

CI CodeQL GitHub tag (with filter) GitHub repository size GitHub release downloads GitHub commit activity

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.

📥 Usage

Requires Fabric API Requires Fabric Language Kotlin

  1. Download the JAR file from the latest release.
  2. Download my Events mod.
  3. Place the JAR files in the server's mods directory.
  4. Start the server to initialise the mod for the first time.
  5. Configure appropriately in the config/viral32111/database.json file.
  6. Restart the server.

⚖️ License

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.