Holds information for player chat and commands
@deprecated This event will fire from the main thread and allows the use ofall of the Bukkit API, unlike the {@link AsyncPlayerChatEvent}.
Listening to this event forces chat to wait for the main thread which causes delays for chat. {@link AsyncPlayerChatEvent} is the encouragedalternative for thread safe implementations.