Langue

Command Trace

Command Trace

Modrinth

High-performance, command logging plugin with structured player, operator, and console audit logs.

161 téléchargements 1 abonnés mis à jour 5mo ago
dernière v2.0.0 Modrinth
Bukkit Paper 1.21 – 1.21.11 ManagementUtility

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: []


Versions

Release
2.0.0
bukkit, paper · 1.21, 1.21.1, 1.21.2 · 5mo ago
# CommandTrace 2.0.0 – Changelog --- ## Major Changes - Complete rewrite of the **logging system** for higher reliability and scalability. - New…
70
Release
1.0.1
bukkit, paper · 1.21, 1.21.1, 1.21.2 · 11mo ago
78

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.

Télécharger Command Trace

Les fichiers proviennent directement de la source d'origine. Modgrid ne les héberge ni ne les modifie.