-
Notifications
You must be signed in to change notification settings - Fork 0
Events
Yo_Fred edited this page Aug 9, 2026
·
1 revision
StaffActionEvent is posted on the NeoForge event bus whenever an action is recorded through the audit service.
Listeners receive the complete immutable AuditEntry. Integrations should avoid blocking the server thread; network or Discord work should be queued asynchronously.
Future API events will follow the same immutable, server-side design.