+ Added the event AsyncPlayerChatEvent (onChatPlayer(AsyncPlayerChatEvent event, CorePlayer player)) to the PlayerEvents class.
* All of the events, besides the onChatPlayer one, have been deprecated. Since the Event and the Player are going to be switched (actual syntax: event(CorePlayer player, Event event), new syntax: event(Event event, CorePlayer player)).