▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/Chat Remastered
Chat Remastered

Chat Remastered

Transform your Minecraft chat into a Discord-like experience — share images, animated GIFs, reply to messages, adjust chat height, and let server admins control.

Оцените первым
487
10

!Logo


Chat Remastered is a rewritten Minecraft chat system with support for images, GIFs, replies, context menus, item and entity renders, and a configurable chat interface.

Fabric API Cloth Config API


⚡ Features

  • Inline Media — images and animated GIFs are rendered directly in chat.
  • Multiple Attachments — send up to 15 photos in a single message, depending on the server configuration.
  • Image Formats — PNG, JPEG, WebP, BMP, TIFF and animated GIF.
  • Screenshot Panel — open your local screenshots directly from the chat input and select them without browsing through folders.
  • Item & Entity Rendering — render items, entities, mobs and players directly in chat using special chat tags.
  • Replies & Threads — reply to text messages and photos with a visual connection between the original message and the reply.
  • Context Menu — right-click messages to reply, copy text and access message actions.
  • Text Selection — select and copy specific text directly from the chat window.
  • In-game Settings — change image scaling from 50% to 200%, chat height and the number of lines shown when chat is closed.
  • Fullscreen Viewer — click an image to open it at a larger size.
  • Animated Chat Cards — messages and media cards animate when they appear and when they are removed.
  • Cooldown System — limit how frequently players can upload media.
  • Server Moderation — block photo uploads or replies, delete media globally and integrate with server mute systems.
  • Asynchronous TCP Transfer — media is transferred through a separate TCP connection on port 5050 instead of the normal game connection.

!Chat interface

📷 Sending Media

You can attach media in several ways:

  • 🖱 Drag and drop files directly into the chat window
  • 📁 Click the attachment button to open the file picker
  • 📋 Paste an image from the clipboard with Ctrl + V
  • 🖼 Open the screenshots panel from the chat input
  • 📦 Attach multiple images to the same message

The server controls the maximum number of attachments allowed per message.

!Media sharing


🛠 Installation

Client

  1. Install Fabric Loader.
  2. Place Fabric API into your mods folder.
  3. Place Cloth Config API into your mods folder.
  4. Place chat-remastered.jar into .minecraft/mods/.
  5. Start Minecraft.

Server

  1. Place Chat Remastered and its dependencies into the server's mods folder.
  2. Open TCP port 5050 for media transfer, or change the port in the server configuration.
  3. Configure the mod using config/chat-remastered-server.json.
  4. Start the server.

⚠️ The server must have Chat Remastered installed for players to send or receive media.

🔌 Supported Mods & Plugins

Chat Remastered detects supported integrations automatically. No additional configuration is required.

Mod/PluginIntegration
🔨 BanHammerPlayers muted by BanHammer are blocked from sending images, GIFs and other media attachments.
✈️ vanutp's Telegram Bridge - Minecraft PluginLinks replies between Minecraft and Telegram. In-game replies can be sent as Telegram replies and vice versa. Photos and grouped photos can also be mirrored between the two platforms. Deleting an image in Minecraft removes the corresponding Telegram message.

⚙️ Server Configuration

OptionDefaultDescription
resolution720Maximum media resolution. Available values: 360, 480, 720, HD, 2K.
imagePort5050TCP port used for media transfer.
photoCooldownSeconds5Cooldown between uploads from the same player, in seconds.
gifEnabledtrueAllow players to send animated GIFs.
gifMaxDim480Maximum GIF dimension. Range: 240–1920.
maxPhotosPerMessage5Maximum number of photos a player can attach to one message. The server can allow up to 15.
mutedMessage(custom text)Message shown to a muted player when they try to send text, photos or replies.

🔧 Commands

Click to expand full command list

🖥 Server Commands (/chat-remastered-admin)

Operator or console access is required.

CommandDescription
/chat-remastered-admin block-photo <player>Block a player from sending photos.
/chat-remastered-admin unblock-photo <player>Allow a player to send photos again without requiring a reconnect.
/chat-remastered-admin mute <player>Block a player from sending photos and replies.
/chat-remastered-admin unmute <player>Remove the photo and reply restriction.
/chat-remastered-admin delete <imageId>Delete an image for all players.
/chat-remastered-admin test <player>Check mod status, ban status and upload token for a player.
/chat-remasteredShow mod version and protocol information.

💻 Client Commands (/chat-remastered)

CommandDescription
/chat-remastered clearcacheClear the image disk cache. The RAM cache is not cleared.
/chat-remastered delete <imageId>Forward an image deletion request to the server.
/chat-remasteredShow mod version and protocol information.

🎨 Rich Chat Tags

Enter these tags directly into the chat input to render items, entities or players instead of plain text. Optional caption text can be placed after the closing >.

TagRenders
<item>your textThe item currently held in your main hand.
<entity>your textThe entity currently under your crosshair.
<player:PlayerName>your textA preview of the specified player.
<chat_remastered:item:namespace:path>your textA specific item by ID, for example <chat_remastered:item:minecraft:diamond_sword>.
<chat_remastered:item:namespace:path{nbt}>your textA specific item with NBT/component data.
<chat_remastered:entity:namespace:path:tocursor>your textA specific entity positioned toward your cursor.
<chat_remastered:entity:namespace:path:rotate>your textA specific entity that rotates automatically.
<chat_remastered:entity:namespace:path{nbt}:rotate:offsetX:offsetY:size>your textAn entity with NBT, custom offset and render size.
<chat_remastered:player:PlayerName:tocursor>your textA player render positioned toward your cursor.
<chat_remastered:player:PlayerName:rotate>your textA player render that rotates automatically.
<uuid-here>your textA player render using their UUID.

Players without Chat Remastered installed see a plain-text fallback instead of the rendered preview.

For example:

<chat_remastered:item:minecraft:diamond_sword>Diamond Sword

🛠 Debug Commands (/chatremastereddebug)

These commands are intended for development and testing.

CommandDescription
/chatremastereddebug placeholder [ratio]Show an image placeholder with the selected aspect ratio.
/chatremastereddebug placeholder custom <width> <height>Show a placeholder with a custom size.
/chatremastereddebug placeholder_deleted [ratio]Show a deleted-image placeholder.
/chatremastereddebug placeholder_error [ratio]Show an error-image placeholder.
/chatremastereddebug testTest the connection to the media server.

Available aspect ratios:

1_1, 4_3, 3_2, 16_9, 16_10, 21_9, 9_16, 3_4, 2_3

Tip: Right-click a media item or message to quickly copy its ID for deletion or management.


📅 Roadmap

PlatformStatusNext
Fabric26.1.2-1.21.6 ✔ Available1.21.5–1.21 📅 Planned
NeoForge1.21.11–26.x 🔜 In progress
Forge1.20.1 📅 Planned
Quilt📅 Planned
Paper / Spigot (Server plugin)26.1.2-1.21.6 ✔ Available26.2 📅 Planned

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.1.x1.21.x

Поддерживаемые окружения

Клиент и сервер

Зависимости

Ссылки

Создатели

Детали

Лицензия:
Опубликован:4 месяца назад
Обновлён:1 неделю назад
Главная