promotional bannermobile promotional banner

Ledger for Forge

Block logging for server moderation, logs blocks placed and changes by players, see who and what they took out of chests and more

File Details

Ledger 1.0.1

  • R
  • Jan 9, 2026
  • 28.87 KB
  • 18
  • 1.20.1
  • Forge

File Name

ledger-1.0.1-ledger.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:ledger-for-forge-1423454:7436378")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.0.1] - 2026-01-09

Major performance and feature update

Added

  • Explosion player tracking - shows which player caused TNT/creeper/fireball damage
  • Container interaction logging - tracks when players open chests, barrels, hoppers
  • Position and player indexing system for fast lookups

Updated

  • Storage system with optimized queries
  • Event handler with explosion and container tracking
  • Inspect command with performance improvements

Removed

  • Emoji icons (replaced with ASCII for compatibility)

Changed

  • faster radius searches using indexed lookups
  • Save interval: 10 entries (reduced disk I/O)
  • Container detection now uses raytracing for accuracy
  • Icons: Emojis → ASCII characters ([+], [-], [*], [C])
  • Thread-safe concurrent access throughout