Universal Ledger
Universal Ledger is an extension for the Ledger mod that makes event logs accessible to all players on the server. This solution is perfect for small servers where administrators want to share monitoring responsibilities.
How to Use the Mod
To get started, you need to craft the special Ledger book:

Checking Container Contents
To view the history of actions with chests, furnaces, shulker boxes, and other containers:
Right-click the container block while holding the book

Monitoring Entity Activity
To track actions with mobs and other entities:
Right-click the air or any non-inventory block while holding the book

Tracking Block Changes
To check the history of block placement and destruction:
Left-click the block while holding the book

Configuration
You can configure which specific events will be displayed in the book for different types of checks. To change the default settings, add the following code to the end of the /config/ledger.toml file:
[book]
# This section relates to the Universal Ledger extension
# Here you can specify what actions players see when using the Ledger book
# What actions to show when right-clicking anywhere except containers
areaActions = ["item-pick-up", "item-drop", "entity-kill", "entity-change", "entity-mount", "entity-dismount"]
# What actions to show when right-clicking a container
inventoryActions = ["item-insert", "item-remove"]
# What actions to show when left-clicking a block
blockActions = ["block-place", "block-break", "block-change"]