Skip to content

Releases: wilkcraft/chat-channels

Chat Channels 1.4.3

Choose a tag to compare

@wilkcraft wilkcraft released this 21 Apr 18:06
0006d63

📌 Version 1.4.3

🎭 Discord roles now displayed in Minecraft chat

✨ New Features

  • 🎭 Discord → Minecraft messages now display the user's highest role
  • 🔤 Role name is shown in bold and shortened to 3 characters

🌐 Discord Improvements

  • Messages sent from Discord to Minecraft now include:

    • Player's highest role (if available)
    • Cleaner and more immersive formatting
  • Format example:

    • &lADM &bUsername&f: message
  • If the user only has @everyone:

    • Falls back to default format:

      • &bUsername&f: message

🎨 Chat & Formatting

  • Improved visual consistency between Discord roles and Minecraft chat
  • Better readability with bold role tags

🛠️ Technical Changes

  • Added detection of highest Discord role (excluding @everyone)
  • Minor internal optimizations

Small update focused on enhancing Discord integration and chat visuals 🎨

Chat Channels 1.4.0

Choose a tag to compare

@wilkcraft wilkcraft released this 19 Apr 17:24
0006d63

📌 Version 1.4.0

🔥 Chat & Discord improvements + optional Vault support

✨ New Features

  • 🧑‍🎨 Player avatars now appear in Discord messages (via webhooks)
  • 💬 Improved message format in Discord: cleaner and more readable
  • 🔗 Better Minecraft ↔ Discord message consistency

🌐 Discord Improvements

  • Messages sent from Minecraft now include:

    • Player avatar 🧑
    • Player name
    • Clean message formatting
  • Discord → Minecraft messages now display as:

    • Discord [username]: [message]
  • Improved readability for both directions (MC ↔ Discord)

🎨 Chat & Formatting

  • Added proper support for prefixes and suffixes with colors (via Vault)
  • Fixed issues where HEX colors (e.g. &#FFFFFF) would appear incorrectly in Discord
  • Improved color handling and cleanup when sending messages to Discord

⚙️ Vault Integration

  • 🧩 Vault support is now fully optional

  • If Vault is installed:

    • Prefixes and suffixes (e.g. from LuckPerms) are used
    • Colors render correctly in Minecraft
  • If Vault is NOT installed:

    • Plugin still works normally (no prefixes/suffixes)

🛠️ Technical Changes

  • Improved color parsing and stripping system
  • Reduced duplicated code with centralized color handling
  • Better handling of edge cases with formatting codes
  • General internal optimizations and stability improvements

Quality update focused on chat formatting and Discord experience 🚀