Fixed discord webhook not logging any ally chat messages (#941)
Code Improvements
Added individual messages and translation file support for extensions (#942) - Credit LpMind
Fixed jitpack build - Credit JustLime
Refactored the team chat API, previous methods have been deprecated to be removed in a future release, see the javadoc comments for details
Team Chat events will also now fire on Ally Chat messages as monitoring ally chat was not previously possible, there is a new getMessageType() field added to the events to trace which is used
Added API call to allow registering of custom admin commands, See the wiki page for info
Added a PostBetterTeamsReloadEvent so plugins can detect when BetterTeams has been reloaded.