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 ingradle.properties
) - Mod Loader: Fabric or NeoForge
- Dependencies:
- Architectury API
- Yaml Config
Installation Steps
- Download the Correct Files: Download GriefLogger and its dependencies for your specific mod loader (Fabric or NeoForge) and Minecraft version.
- GriefLogger: CurseForge, Modrinth
- Architectury API: CurseForge, Modrinth
- Yaml Config: CurseForge, Modrinth
-
Install the Mod Loader: Ensure you have the latest version of Fabric or NeoForge installed on your server.
-
Place Files in
mods
Folder: Move the downloaded.jar
files for GriefLogger, Architectury API, and Yaml Config into your server'smods
folder. If the folder doesn't exist, create it. -
Start Your Server: Start your server. GriefLogger will generate its configuration file and create the necessary database files on the first run.
- Fabric
- NeoForge
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
Your mods
folder should look like this for a NeoForge server:
/mods
├── architectury-x.x.x-neoforge.jar
├── grieflogger-x.x.x-neoforge.jar
└── yaml-config-x.x.x-neoforge.jar