Перейти к содержимому
Mineforgian

Chat Bubble

Shows chat messages as floating bubbles above player heads. Smooth movement and auto disappear. Everything can be configured and Background color and Text Color

Загрузки
837
Подписчики
11
Обновлён
17 мая 2026 г.
Лицензия
MIT

Опубликован 10 февраля 2026 г.

Chat Bubble

Paper Purpur Spigot Bukkit Modrinth


Discord
Please contact me on Discord if you have any suggestions or edits.


What

  • ChatBubble makes a bubble above you or your friend that contains text only appears when you or your friend send message at chat

Features

  • Text Entities: Better than armor stand that causes lag.
  • Message Stacking: Multiple messages stack neatly on top of each other.
  • Text Color: You can choose any color for the Bubbles
  • Background Color: You can choose any color for the Bubbles
  • Optimization: Culling features to save performance on big servers.
  • Animation: You can enable or disabled and adjust animation when appearing
  • Fading: Customize fading in and out enabled or disabled
  • Size: Size the bubble with any numbers you can.
  • Movement: The Bubble is anchored with your head for better reading.

Commands

Command Access Description
/chatbubble:use Everyone Shows credits for the creator
/chatbubble:reload Operator Reloads the configuration

Configuration

  • A folder named ChatBubble is created in your plugins folder automatically. Inside you will find a clean config.yml file.
Config.yml
# =============================================================
#                 CHAT BUBBLE CONFIGURATION
# =============================================================

# -------------------------------------------------------------
# [General Settings]
# -------------------------------------------------------------

# Enable the plugin?
plugin-enabled: true

# Height above player's head.
base-height: 0.75

# Max characters per line.
line-length: 30

# -------------------------------------------------------------
# [Visual & Color]
# -------------------------------------------------------------

# The color of the text message.
text-color: "#FFFFFF"

# The background color of the bubble.
# Format: #AARRGGBB (Alpha, Red, Green, Blue)
# Default: #80000000 (Transparent Black)
# Transparent #00000000 (Invisible)
background-color: "#80000000"

# Should the text have a shadow?
text-shadow: true

# Can the bubble be seen through walls?
see-through-blocks: false

# -------------------------------------------------------------
# [Duration]
# -------------------------------------------------------------

# Minimum time (in ticks) a bubble stays. 100 ticks = 5 seconds.
base-duration-ticks: 100
# Time added per letter. Higher = slower disappear.
ticks-per-character: 5

# -------------------------------------------------------------
# [Stacking System]
# -------------------------------------------------------------

stacking-enabled: true
max-active-bubbles: 3
stack-height-offset: 0.35

# -------------------------------------------------------------
# [Optimization]
# -------------------------------------------------------------

culling-enabled: false
culling-range: 50

# -------------------------------------------------------------
# [Sound]
# -------------------------------------------------------------

sound-enabled: false
sound-name: "UI_TOAST_IN"
sound-volume: 0.5
sound-pitch: 1.5

# -------------------------------------------------------------
# [Animations]
# -------------------------------------------------------------

fade-in-enabled: false
fade-in-ticks: 5
fade-out-enabled: true
fade-out-ticks: 20

# -------------------------------------------------------------
# [Filtering]
# -------------------------------------------------------------

hide-while-sneaking: false
hide-if-invisible: true

world-filter:
  enabled: false
  disabled-worlds:
    - "spawn_hub"
    - "pvp_arena"

word-filter:
  enabled: false
  replacement-char: "*"
  blocked-words:
    - "badword"
    - "slur"

Installation

  • Download the latest version of BubbleChat.
  • Drop the .jar file into your server's plugins folder.
  • Restart your server.
  • Done! No additional setup required.

Versions


Platforms

Version Supported


Modrinth Gallery

Example Download


© 2026 Chat Bubble. All rights reserved to MIT.

Donate via PayPal

Ченджлог

1.4Релиз1.21.9, 1.21.10, 1.21.11 · 4 марта 2026 г.
  1. ⚡ Fixed Bubble Movement
  2. ⚡ Fixed Bubble Stacking
1.4Альфа1.21.9, 1.21.10, 1.21.11 · 4 марта 2026 г.

Changed from Armor Stands to Text Entities

  1. ⚡ Complete Engine Rewrite: Switched from old ArmorStands to modern TextDisplay Entities (Better performance & visuals).

  2. ⚡ Message Stacking: Messages now stack neatly on top of each other instead of overlapping.

  3. ⚡ Custom Backgrounds: Added support for HEX/ARGB Background Colors (Orange, Black, Transparent, etc.).

  4. ⚡ Smooth Animations: Added Fade-In, Pop-In, and Fade-Out animation support.

  5. ⚡ Smart Culling: Bubbles now hide automatically if no players are nearby to save server performance.

  6. ⚡ Enabling Or Disaling: Now you can disable or enable anything you want even fading or plugin and you can configure everything fading colors.

1.3Релиз1.21.9, 1.21.10, 1.21.11 · 27 февраля 2026 г.
  1. ⚡ Added Disabled Worlds for ChatBubble
  2. ⚡ Added Disabled Words For ChatBubble Will be Censored Using "****"
  3. ⚡ Added New Things to Config.yml
  4. ⚡ Fixed Fading and movement of Bubble
1.2Релиз1.21.9, 1.21.10, 1.21.11 · 23 февраля 2026 г.
  1. ⚡ Fixed Foila Crashes and bugs
  2. ⚡ Better Handling on messages
  3. ⚡ Added config.yml better to config your bubbles
1.1Релиз1.21.9, 1.21.10, 1.21.11 · 12 февраля 2026 г.

🎉 Initial beta release

  1. ⚡ Faster and more responsive bubble movement
  2. ⚡ Dynamic duration based on message length
1.0Бета1.21.9, 1.21.10, 1.21.11 · 10 февраля 2026 г.

🎉 Initial beta release

  1. ⚡ Chat messages appear above player heads
  2. ⚡ Smooth floating bubble movement
  3. ⚡ Auto disappear after 2 seconds
  4. ⚡ No hitbox or collision
  5. ⚡ And More

Комментарии

Загружаем…