Chat Bubbles
When a player sends a chat message, it appears in a speech bubble above their head for a few seconds, along with their name. A lightweight, cosmetic-only mod.
Features
- Chat messages float above the sender's head as a bubble
- The player's name is shown in the bubble
- Bubble automatically fades after a configurable time (default 5s)
- Long messages wrap; line count and width are configurable
- Works alongside nickname mods — the name in the bubble follows the shown name
Configuration
Generated at config/chatbubbles-client.toml (client side):
durationSeconds — How long a bubble stays (default 5)
maxWidthPixels — Bubble width before wrapping (default 160)
maxMessageLines — Max message lines shown (default 5)
rangeBlocks — How far away bubbles are visible (default 48)
Installation
- Install Forge for Minecraft 1.20.1.
- Put the jar into the mods folder of the server and every client that should see bubbles.
Requirements
- Minecraft 1.20.1
- Minecraft Forge 47.x
日本語: チャットすると発言者の頭上に「名前+メッセージ」の吹き出しが数秒間表示される軽量な装飾Modです。表示時間・幅・行数・距離は config/chatbubbles-client.toml で調整できます。吹き出しを見たい各クライアントと、チャットを配信するサーバーの両方に導入してください。ニックネーム系Modと併用すると、吹き出しの名前も表示名に追従します。