HomeJavaModsCommand Trace
Command Trace
ModsJava

Command Trace

by 999matrixgamer · on Modrinth

High-performance, command logging plugin with structured player, operator, and console audit logs. Free Minecraft Java mod for 26.1, 26.1.1, 26.1.2.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 26.1–26.2 · Paper⬇ Download for 1.21–1.21.11 · Paper⬇ Download for 26.1–26.2 · Purpur⬇ Download for 1.21–1.21.11 · Purpur
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Command Trace — screenshot 1Command Trace — screenshot 2Command Trace — screenshot 3Command Trace — screenshot 4Command Trace — screenshot 5

01

02

03 04


Directory Structure:

Spoiler

05


Commands:

Spoiler

06


022

Spoiler

023024


07


29

Spoiler
# CommandTrace 2.0.0 Configuration

logging:
  # Master switch to enable or disable the plugin's logging functionality.
  enabled: true
  # Should we log commands issued by the console?
  log-console: true
  # Note: Operator and Player logging is mandatory and cannot be disabled.

log-rotation:
  # Rotation mode: DAILY or WEEKLY
  # DAILY  -> folders named YYYY-MM-DD
  # WEEKLY -> folders named YYYY-WW (Week number)
  mode: DAILY

# Log Format
# Available placeholders:
# %date%   - Time (HH:mm:ss)
# %world%  - World name (e.g., world, world_nether)
# %cmd%    - The full command executed
log-format: "[%date%] [%world%] %cmd%"
console-format: "[%date%] [CONSOLE] %cmd%"

filters:
  # commands starting with these strings will be ignored
  blacklist:
    - "/login"
    - "/register"
    - "/changepassword"
  # if not empty, ONLY commands starting with these strings will be logged
  whitelist: []

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more