Skip to main content

Installation

GriefLogger is a server-side mod. It only needs to be installed on the server. Clients do not need to have the mod installed to join.

Requirements

Before installing GriefLogger, please ensure you have the following:

  • Minecraft Version: 1.21.9 (as specified in gradle.properties)
  • Mod Loader: Fabric or NeoForge
  • Dependencies:
  • Architectury API
  • Yaml Config

Installation Steps

  1. Download the Correct Files: Download GriefLogger and its dependencies for your specific mod loader (Fabric or NeoForge) and Minecraft version.
  1. Install the Mod Loader: Ensure you have the latest version of Fabric or NeoForge installed on your server.

  2. Place Files in mods Folder: Move the downloaded .jar files for GriefLogger, Architectury API, and Yaml Config into your server's mods folder. If the folder doesn't exist, create it.

  3. Start Your Server: Start your server. GriefLogger will generate its configuration file and create the necessary database files on the first run.

Your mods folder should look like this for a Fabric server:

/mods
├── architectury-x.x.x-fabric.jar
├── grieflogger-x.x.x-fabric.jar
└── yaml-config-x.x.x-fabric.jar