Overview of txAdmin Broadcasted Events
mastertxAdmin broadcasts server events to allow external resources to integrate with its functionality. All event names follow the pattern txAdmin:events:<name> and pass a single table containing relevant data as the first parameter.
Important Reliability Warning: Do not rely solely on these events for critical data consistency. Because events are broadcasted while the server is online, they may not trigger if an action (like whitelisting or banning) occurs while the server is offline. For critical logic, always verify state against your own database or the txAdmin data directly.