Skip to content

Audit System

Yo_Fred edited this page Aug 9, 2026 · 1 revision

Audit System

Just mods can record staff actions through AuditService.record(...).

Each AuditEntry includes:

  • Timestamp
  • Source module
  • Action name
  • Staff UUID
  • Target UUID
  • Additional details

Entries are appended to:

world/justcore/audit.jsonl

JSON Lines keeps each entry independent and makes the file suitable for future Just Essentials, Discord, and external administration integrations.

Clone this wiki locally