Skip to content
Yo_Fred edited this page Aug 9, 2026 · 1 revision

Events

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.

Clone this wiki locally