Some plugins only have an "after" or a "before" event, but not all three. We should revise the system so that every single event has the full suite of
- beforeAction
- action
-afterAction
Requirements:
- every plugin event must have all 3 event types (beforeAction, action, afterAction)