Better Chat Bubbles️️️ ⭐ [1.19.4 - 1.21 ✅] [Packet based ✅] [Animated ✅] [+API] icon

Better Chat Bubbles️️️ ⭐ [1.19.4 - 1.21 ✅] [Packet based ✅] [Animated ✅] [+API] -----

Packet based chat bubbles above players head, with an extensive API




  • Bug fixes
----------, Dec 12, 2024

  • Fixed sounds (Now played at location not for chat bubble "viewers")
  • Fixed a measuring distance bug
----------, Dec 12, 2024




  • Update to latest packet events version
----------, Nov 14, 2024

  • PassengerAPI is now softdepend!
----------, Jul 30, 2024

  • 1.21 Support
----------, Jul 14, 2024

  • [+] Added ItemsAdder emoji support
  • [+] Added more sound options to config
Code (Text):
  Animation:
    Particle:
      ParticleType: snowflake
    In:
      DurationInTicks: 5
      Type: SCALE
      SoundVolume: 1.0
      SoundPitch: 1.0
      SoundDisableForSelf: false
      Sound: UI_TOAST_IN
      IsSound: true
    Out:
      DurationInTicks: 5
      Type: SCALE
      SoundVolume: 1.0
      SoundPitch: 1.0
      SoundDisableForSelf: false
      Sound: UI_TOAST_OUT
      IsSound: true
----------, Jun 5, 2024

  • Not shading packet events anymore
  • Now dependent on PassengerAPI
----------, May 29, 2024

  • [+] Added option to disable sounds for the in & out anim seperatly
Code (Text):
  Animation:
    In:
      IsSound: true
    Out:
      IsSound: true
----------, May 17, 2024

  • [+] Added bubble sounds
New config options
Code (Text):
  Animation:
    In:
      Sound: UI_TOAST_IN
    Out:
      Sound: UI_TOAST_OUT
    Sounds: true
----------, May 15, 2024

  • [+] New animation options
  • [+] New methods in the api in the Chat Bubble class
Code (Text):
  Animation:
    Particle:
      ParticleType: snowflake
    In:
      DurationInTicks: 5
      Type: SCALE
    Out:
      DurationInTicks: 5
      Type: SCALE
    MoveUpwards:
      DurationInTicks: 5
[​IMG]
----------, May 15, 2024

  • Added minimessage & component support in the API
----------, May 11, 2024

Breaking changes in the API!

  • New bubble generator methods
  • Finally implemented working bubble actions in the API
More infos here:
https://github.com/max1mde/ChatBubbles-API
----------, May 11, 2024

  • [+] Added support for 1.20.5 / 1.20.6
----------, May 10, 2024

  • [+] Added option for render mode in config
Code (Text):
RenderMode: NEARBY
----------, May 9, 2024

  • [+] Added placeholder %player% for bubble prefix & suffix
----------, May 3, 2024

  • Renamed bubble max count option in config
  • [+] Add option for disabled gamemodes
Code (YAML):
 DisabledGameModes :
 - SPECTATOR
  • [+] Add option for disable it for players which are spectating an entity
Code (Text):
 DisableForEntitySpectators: true
----------, May 3, 2024

[+] New command

/chatbubbles bubble <player> <message>

(Create a chat bubble above a player)

Permission: chatbubbles.commands
----------, Apr 27, 2024

  • Updated API:
Added ChatBubble properties: Text color, animation durations, entity location / id toggle
Added new methods to the bubble generator

(Its now possible to show bubbles above non-existing entities like NPC's using these new methods in the API)

Added new option to config to disable the chat bubbles in specific worlds:
Code (Text):
  DisabledWorlds:
  - TheNameOfADisabledWorld
  - AnotherDisabledWorld
----------, Apr 21, 2024

  • Added new config options
Code (Text):
Bubble.Style.TextColor
And
Code (Text):
Bubble.Prefix
Bubble.Suffix
For example:
Code (Text):
...
  Prefix: '✨ '
  Suffix: ' ✨'
upload_2024-4-18_20-11-59.png
----------, Apr 18, 2024

  • Added API
https://github.com/max1mde/ChatBubbles-API

Gradle
Code (Text):
repositories {
    maven { url 'https://jitpack.io' }
}
   
dependencies {
    compileOnly 'com.github.max1mde:ChatBubbles-API:1.3.0'
}
Maven
Code (Text):
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
 
<dependency>
    <groupId>com.github.max1mde</groupId>
    <artifactId>ChatBubbles-API</artifactId>
    <version>1.3.0</version>
        <scope>provided</scope>
</dependency>
----------, Apr 18, 2024

  • Now officially supporting 1.19.4+
  • Fixed max bubbles
  • Changed bubble size to float value
----------, Apr 16, 2024

  • Improved messages
upload_2024-4-13_11-3-19.png
  • Fixed plugin not working after server reload
  • Reduced file size
  • Added new config option:
  • Code (Text):
     DisableIfChatEventCancelled: true
----------, Apr 13, 2024

Resource Information
Author:
----------
Total Downloads: 165
First Release: Mar 31, 2024
Last Update: Dec 12, 2024
Category: ---------------
All-Time Rating:
14 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings