I would like to request a Hook that is called for every Event (similar to the
That way plugin programmers would have access to all Events which would make the possibilities of what a plugin can do nearly limitless, only bound by the creativity of the programmer and the limits of the game and all this presumably with little work requirement on the part of the oxide developers in comparison to adding single Hooks for every Event.
OnPlayerChat-Hook that gets called for all chat related Events like the PlayerWhisperEvent, the GuildMessageEvent and the PlayerLocalChatEvent etc.) but for all Events so that you can use if statements after the Hook has been called to determine which Event has been passed on.That way plugin programmers would have access to all Events which would make the possibilities of what a plugin can do nearly limitless, only bound by the creativity of the programmer and the limits of the game and all this presumably with little work requirement on the part of the oxide developers in comparison to adding single Hooks for every Event.