-
Notifications
You must be signed in to change notification settings - Fork 0
Audit System
Yo_Fred edited this page Aug 9, 2026
·
1 revision
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.