Compatibility
Minecraft: Java Edition
26.1.x
1.21.7–1.21.11
Platforms
Supported environments
Server-side
Singleplayer
Tags
Creators
Details
Licensed MIT
Published 7 months ago
ChestSee logs player interactions with chests, barrels and shulker boxes on your server. Drop it in, no config needed.
How it works
The mod runs server-side and tracks every time a player opens a container and changes its contents. It also logs when someone breaks a container or places a hopper underneath one.
All logs are saved as .txt files in your world folder under ChestLog/, sorted by dimension. Each container gets its own file, named after the block type and coordinates.
Folder structure
world/
└── ChestLog/
├── Overworld/
│ ├── Chest 120 64 -340.txt
│ └── Barrel 80 70 200.txt
├── The Nether/
└── The End/
Example log entry (Chest 120 64 -340.txt)
[06.05.26 19:31:37] Steve
Items Added: [3 diamond]
Items Removed: [1 iron_ingot]
[06.05.26 19:45:02] Alex
Items Added: []
Items Removed: [3 diamond]
[06.05.26 20:10:14] Steve
Broke Chest
Inspired by Aguga2201's Chest Logs.


