Recent content by nathanfranke

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. N

    Question AsyncChatEvent chat formatting

    This works for legacy components @EventHandler public void onAsyncChat(AsyncChatEvent event) { if (event.getPlayer().hasPermission("chat_colors")) { String rawMessage = LegacyComponentSerializer.legacyAmpersand().serialize(event.message())...