
Mogrul Lib
Mogrul lib is a small library mod created with the intention of making my mods integrated; instead of loading the SQL driver for every mod, this library does it for me.
The library creates a .db file containing player data in config/Mogrul; api classes like PlayerData and Player to handle retrieving / updating player values within the library.
API
PlayerData
- UUID uuid: (Player UUID)
- String username: (Player username)
- Instant firstJoined: (First time player joined)
- Instant lastJoined: (Last time player joined)
- String discordID: (Discord ID of linked player)
- int playtimeMinutes: (Player's time played)
- int currency: (Player's currency)
- int bounty: (Player's bounty)
Player.get(ServerPlayer or String (username) or String (DiscordID) or UUID (uuid))
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as mogrullib-0.2-1.21.1.jar — drop this file into the mods folder
- Download size: 13.7 MB
- Download link checked 9 Sept 2026 — working
These come from our own check of the pack file, not from the source page.