Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Dedicated servers only
Tags
Creators
Details
Licensed MIT
Published 2 months ago
DeepTrace is a lightweight server-side Fabric mod designed to track and log player activity, with a focus on creative mode actions.
It automatically records when players take items in creative mode and stores everything in clean, timestamped log files for each server session.
🔍 Features
- Logs items taken in creative mode
- Creates a new log file every server start
- Stores logs permanently (no auto-deletion)
- Clean and readable log format
- Lightweight and performance-friendly
📁 Log System
DeepTrace generates logs in:
world/serverconfig/logs/
Each session creates a file like:
deeptrace_YYYY-MM-DD_HH-MM-SS.txt
Example log:
[2026-03-20 18:22:15] [CREATIVE] Isaac took x5 Diamond in creative slot 12
🧠 Use Cases
- Detect creative abuse
- Monitor admin/moderator actions
- Track suspicious activity
- Server auditing
⚙️ Requirements
- Minecraft 1.21.1
- Fabric Loader
- Fabric API
🛡️ Notes
- Server-side only (no client installation required)
- Logs are permanent and must be deleted manually

