@EventHandler
 public void onChatEvent(PlayerChatEvent event) {
   Interaction.chatEvent(event);
 }