OnContainerOpen/OnContainerClose hooksSuggestion
I would like to suggest a Hook for the
CodeHatch.Networking.Events.Containers.ContainerOpenEvent
and the
CodeHatch.Networking.Events.Containers.ContainerCloseEvent.

This could serve as kind of an extention of the OnPlayerInteract-Hook.
In response to GeniusPlayUnique ():
I would like to suggest a Hook for the
CodeHatch.Networking.Events.Containers.ContainerOpenEve...
The main difference would be that the OnPlayerInteract-Hook is only called at the beginning of an interaction but with the two suggested hooks one would get a hook for the beginning and the end of an interaction with a container and could work with that.
Is there anything I can do to help?

I found this file on GitHub[1] which seems to contain the "setup" of all hooks. If someone could tell me how they are made and what I have to pay attention to I might be able to "make" the hooks myself so that they would just need to be copyed/pasted into that file afterwards.
Hopefully I could undertake much of the work that way.
If you'd like to get familiar with that you can try, just haven't had a lot of time to dedicated toward new hook additions lately.