-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sayan edited this page Aug 17, 2026
·
2 revisions
ChestLogger is a high-performance, zero-blocking container audit, anti-griefing, and rollback system built natively for Fabric 26.2 mods and Paper / Purpur / Spigot server plugins.
-
Fabric Mod (Server & Client):
- Download
chestlogger-fabric-2.1.0.jarfrom Releases or Modrinth. - Drop it into your
mods/directory. - Requires Fabric API.
- Download
-
Paper / Purpur / Spigot Plugin:
- Download
chestlogger-paper-2.1.0.jarfrom Releases or Modrinth. - Drop it into your
plugins/directory. - Restart or reload your server (No dependencies required).
- Download
Target any container (Chest, Double Chest, Barrel, Trapped Chest, Shulker Box) and run:
-
/chestlog inspect <X> <Y> <Z>β Inspect container at coordinates -
/chestlog inspect <X> <Y> <Z> <player>β Filter transactions by player name
Note: If you have chestlogger-fabric on your client, running inspect opens an interactive GUI with item icons and pagination.
ChestLogger includes a built-in web interface:
- Open your browser to
http://localhost:8080/ - View live transaction feeds, queue telemetry, and export logs to CSV or JSON.
- Commands and Permissions β Complete command syntax and permission node matrix.
- Rollback and Safety β Non-destructive rollbacks, confirmation tokens, and double-chest recovery.
- REST API Reference β Documentation for log querying and telemetry endpoints.