Skip to content
Sayan edited this page Aug 17, 2026 · 2 revisions

πŸ“¦ Welcome to the ChestLogger Wiki

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.


⚑ Quick Start

Installation

  • Fabric Mod (Server & Client):

    1. Download chestlogger-fabric-2.1.0.jar from Releases or Modrinth.
    2. Drop it into your mods/ directory.
    3. Requires Fabric API.
  • Paper / Purpur / Spigot Plugin:

    1. Download chestlogger-paper-2.1.0.jar from Releases or Modrinth.
    2. Drop it into your plugins/ directory.
    3. Restart or reload your server (No dependencies required).

πŸ” Container Inspection

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.


πŸ“Š Web Dashboard

ChestLogger includes a built-in web interface:

  1. Open your browser to http://localhost:8080/
  2. View live transaction feeds, queue telemetry, and export logs to CSV or JSON.

πŸ“š Wiki Sections

Clone this wiki locally