When players chat, a text bubble appears above their head containing their messages. See the images below for a demonstration:
Up to three messages are displayed above each player. The text bubbles disappear after 10 seconds.
Config file
The plugin can be customised in five ways:
The configuration file for this plugin looks as follows. See the comments for how they affect the chat bubbles. The values shown below are the default ones. The image above is not using the defaults!
Code (YAML):
bubble-count: 3
# maximum number of bubbles that can be displayed above a player at one time. delay: 10.0
# the duration (in seconds) each bubble will be visible for distance-between-bubbles: 0.1
# spacing in between bubbles. bubble-offset-from-player: 0.0
# how high the bubbles should start from. 0.0 should be above player nametags, however negative values are accepted in case you want the bubbles to display lower. display-message-in-chat: true
# if player messages should appear in chat (like normal) or not
If you find any bugs or would like to suggest features, please don't hesitate to get in touch here, or via Discord (you can find my tag on my profile page).