Description
🪄 AdminLogger
AdminLogger is a simple server-side Fabric mod that automatically logs all admin and operator commands to both chat and console.
Perfect for community servers where transparency, moderation, and security matter.
🔍 Features
-
Logs every admin / operator command executed on the server
-
Shows the executed command in chat
→[ADMIN CMD] PlayerName executed: /gamemode creative -
Writes the same entry to the server console
-
Works server-side only – players don’t need to install the mod
-
Fully compatible with popular admin tools like Essentials, LuckPerms, and CommandAliases
⚙️ Compatibility
| Type | Compatible |
|---|---|
| Minecraft Version | 1.21.1 |
| Mod Loader | Fabric |
| Fabric Loader Version | 0.16.9 or newer |
| Fabric API Version | 0.110.0+1.21.1 |
| Java Version | 21 or newer |
| Also works with | Quilt (generally compatible) |
| Not compatible with | Forge / NeoForge |
💡 Installation
-
Download
adminlogger-1.1.0.jar. -
Place it in the
mods/folder on your Fabric server. -
Make sure Fabric API (for 1.21.1) is also installed.
-
Restart the server.
-
Run any OP command – it will appear in chat and the console log.
🧩 Technical Info
-
Developed with Fabric Loom 1.7.3
-
Compiled with Java 21 / Gradle 8.10.2
-
Uses Mixins to hook into
CommandDispatcherfor command logging
🧑💻 Credits
-
Developer: SYN_IGEL
-
Language: Java
-
Framework: Fabric API
-
License: MIT
🆕 Changelog (v1.1.0)
-
🔄 Updated to Minecraft 1.21.1
-
☕ Requires Java 21
-
⚙️ Updated for Fabric Loader 0.16.9 and Fabric API 0.110.0+1.21.1
-
🧩 Minor improvements and cleanup in the logging system
📷 Screenshots (optional)
Add images like:
-
Chat log:
[ADMIN CMD] Player executed: /gamemode creative -
Console output showing the same message


