Forensic is a lightweight server-side Fabric mod that logs player and world actions for later inspection. It is designed for moderation, grief investigation, and rollback assistance.
- Block placement
- Block breaking
- Explosion block destruction
- Explosion cause tracking (TNT, creeper, etc.)
- Explosion player attribution (when available)
- SQLite storage
- Batch database writes
- JSON metadata storage
-
/inspectcommand - Toggle inspect mode
- Click blocks to inspect history
- Human-readable log formatting
- Prevent interactions while inspecting
- Container access (chests, barrels, shulkers, hoppers, etc.)
- Item insert/remove logging
- Door, trapdoor, and fence gate interaction
- Lever and button interaction
- Pressure plate activation
- Redstone changes
- Sign edits
- Item frame interaction
- Armor stand interaction
- Painting interaction
- Entity kills
- Mob spawning
- Bucket usage
- Fire placement and spread
- Lava and water flow
- Block burns
- Piston movement
- Crop planting and harvesting
- Tree growth
- Natural block changes (grass spread, snow, etc.)
-
/forensic help -
/forensic inspect -
/forensic lookup -
/forensic rollback -
/forensic preview -
/forensic purge -
/forensic reload -
/forensic status -
/forensic history -
/forensic about
- Roll back by player
- Roll back by time
- Roll back by radius
- Roll back specific action types
- Roll back explosions
- Undo previous rollback
- Rollback preview mode
- Progress reporting for large rollbacks
- Pagination
- Filter by action type
- Filter by player
- Filter by time
- Radius lookup
- Entity inspection
- Container history lookup
- Database indexes
- Automatic schema migrations
- Configurable data retention
- Purge old logs
- Database statistics
- Export logs
- MySQL support
- PostgreSQL support
- Configuration file
- Enable/disable log categories
- Configurable history limits
- Permission configuration
- Configurable database batching
- Configurable rollback limits
- Wiki
- Installation guide
- Command reference
- Permission reference
- API documentation
- Developer guide
./gradlew buildThe compiled mod will be located in:
build/libs/
MIT