Actually listeners events are only related to commands (all (#*#) or by id (#cmdId#)). Custom events that don't fit this pattern are automatically removed by listener::clean() function.
It would be interesting if plugins could manage their own events such as #pluginClass::*# or #pluginClass::customId#.
Actually listeners events are only related to commands (all (
#*#
) or by id (#cmdId#
)). Custom events that don't fit this pattern are automatically removed bylistener::clean()
function.It would be interesting if plugins could manage their own events such as
#pluginClass::*#
or#pluginClass::customId#
.