intercept

suspend fun intercept(event: BaseEvent): BaseEvent?

Intercept the event if it is identify with set action.

Return

event with potentially more information or null if intercepted

Parameters

event

full event data after plugins run