Documentation

Learn how to install and use LiquidBounce with our comprehensive guides

BetterChat

BetterChat bundles several quality-of-life improvements for Minecraft's in-game chat into a single Render module. Turn it on and pick which conveniences you want — there's no aiming or combat involved, just a nicer chat experience. Because the features are independent, you can run only the ones you care about (for example, keeping unlimited scrollback while ignoring the prefix/suffix tools).

The Features multi-select holds the core toggles: remove the usual line/length limits (Infinite), stop servers from wiping your chat history (AntiClear), let you open and type in chat from the death screen (KeepAfterDeath), and convert outgoing letters to full-width Unicode (ForceUnicodeChat). The AppendPrefix/AppendSuffix groups automatically wrap every message you send, AutoTranslate runs incoming messages through the client's translator, and AntiSpam either filters or stacks repeated lines. Copy lets you Shift+Left-click a chat line to copy it to your clipboard or Right-click it to drop the text into your chat box.

Under the hood, outgoing text passes through modifyMessage, which applies the Unicode transform and then the prefix and suffix in order. AntiSpam's stacking logic re-sends a duplicate message with a [count] suffix instead of spamming new lines, and tags message IDs as external so servers can't fake client-style messages.

Category: Render Enabled by default: No

Settings

SettingTypeDefaultRangeDescription
FeaturesMulti-Select[Infinite, AntiClear, KeepAfterDeath]Infinite, AntiClear, KeepAfterDeath, ForceUnicodeChatCore chat toggles. Infinite removes chat length/history limits, AntiClear blocks servers from clearing your chat, KeepAfterDeath lets you use chat on the death screen, and ForceUnicodeChat converts your outgoing letters to full-width Unicode characters.
AutoTranslateMulti-Select[]ChatMessage, DisguisedChatMessage, GameMessageAutomatically translates the selected types of incoming messages using the client's translator and prints the result back into chat.
AppendPrefixToggleable GroupOffWhen enabled, automatically adds your configured prefix to the start of every message you send.
AppendPrefix → PrefixText> The text inserted before each outgoing message.
AppendSuffixToggleable GroupOffWhen enabled, automatically adds your configured suffix to the end of every message you send.
AppendSuffix → SuffixText | 𝙻𝚒𝚚𝚞𝚒𝚍𝙱𝚘𝚞𝚗𝚌𝚎The text appended after each outgoing message.
AntiSpamToggleable GroupOnReduces chat spam by filtering and/or stacking incoming messages.
AntiSpam → StackMessagesTogglefalseInstead of printing duplicate messages repeatedly, replaces the existing line with a single one that shows a [count] of how many times it was received. Does not apply to disguised chat messages.
AntiSpam → FiltersEditable ListA list of regex patterns; any incoming message whose content matches a pattern is hidden from chat.
CopyToggleable GroupOnEnables copying chat lines: Shift+Left-click copies a line to your clipboard, Right-click inserts its text into the chat box.
Copy → NotifyToggletrueShows a notification confirming when a chat line has been copied to your clipboard.
Copy → HighlightToggletrueHighlights the chat line under your cursor so you can see which one will be copied.

Last updated: 2026-06-08 — Based on source code