Do all triggers work when players are offline?
As an example, let's say I place a shotgun trap and my plugin hooks into the "OnTrapTrigger" event.

Would the plugin still be able to get the information on the user that placed the trap and that it was triggered whilst they're offline?
In response to Evostance ():
As an example, let's say I place a shotgun trap and my plugin hooks into the "OnTrapTrigger" event.<...
Hook will work, cuz the trap still triggered. I think all the info about owners will work too.
In response to 2CHEVSKII ():
Hook will work, cuz the trap still triggered. I think all the info about owners will work too.

Fantastic news :)

From what I can tell though, there is no hook for sensors (lasers, hbfs, pressure pad etc)?

In response to Evostance ():
Fantastic news :)From what I can tell though, there is no hook for sensors (lasers, hbfs, pressure...
Yes, from what i can tell there is no hooks in BaseDetector class or its derived classes