/bubblecolor <color|reset>
Players with oe.chatbubble.color can set the color of their own chat bubbles:
/bubblecolor red
/bubblecolor #FF5500
/bubblecolor gradient:red:gold
/bubblecolor reset
- Tab completion shows 20 preset color names + gradient examples
- Shows a live preview after setting
- reset / clear / off all revert to server default
- Color is applied per-player on top of the server's text-prefix/text-suffix — the admin's global styling still wraps around it
- Colors are in-memory only (reset on server restart — no DB needed for a cosmetic preference)
- Aliases: /bccolor, /chatbubblecolor
---
Code (YAML):
background-icon config block (in custom-nameplates/config.yml):
background-icon
:
enabled
: false
text
: ''
# MiniMessage — put your <font:...>glyph</font> here
scale
: 1.0
# Multiplier > 1.0 = bigger icon
offset-x
: 0.0
# Horizontal shift in blocks
offset-y
: 0.0
# Extra vertical shift (positive = higher)
- Spawns a separate TextDisplay entity at the background position, rendered before the text entity so it appears behind
- Fades in/out in perfect sync with the text bubble
- Fully cleaned up on quit/world-change/reload like the main bubble
- ItemsAdder example: text: '<font:default>\uE001</font>'
- Nexo example: text: '<font:nexo:your_namespace>\uE001</font>'