ClientChat
Connects to LiquidChat, a built-in IRC-style chat system that allows LiquidBounce users to communicate with each other in real time, regardless of which Minecraft server they are on.
Aliases: GlobalChat, IRC
Toggleable: Yes
Enabled by default: Yes
Settings
├── Enabled (Toggle | default: true)
├── JwtToken (Text | default: "")
└── AutoTranslate (Multi-Select | options: PublicChat, PrivateChat)
Settings Details
- Enabled (Toggle) — default:
true— Enables or disables the LiquidChat connection. When enabled, the client automatically connects to the LiquidChat server. - JwtToken (Text) — default:
""— JWT authentication token for LiquidChat. This is automatically populated when you authenticate. You can request a new token using the.chatjwtcommand. - AutoTranslate (Multi-Select) — options:
PublicChat,PrivateChat— When selected, incoming messages from the chosen chat groups are automatically translated using the configured AutoTranslate provider.
Related Commands
.chat <message>— Send a message to LiquidChat..chatjwt— Request a new JWT authentication token from the LiquidChat server.
How It Works
- When enabled, the client connects to the LiquidChat server automatically.
- Authentication is handled via Mojang login or JWT token.
- Messages appear in-game chat with a ClientChat prefix in blue.
- The client automatically reconnects if the connection is lost.
- On session change (e.g. switching Minecraft accounts), the client reconnects with the new credentials.