event Node
The global event node for the server.
This is the root of the event tree. All other event nodes should be registered with this node, or they will not receive any events from the server.
You should not register any event listeners to this node. It is designed for calling events and registering child nodes.
If you wish to register listeners, use the event node that is provided with your plugin, which can be injected in to your plugin's main class.