ShieldCommunity / SternalBoard

Lightweight & animated scoreboard, packet-based designed for easy usage
https://www.spigotmc.org/resources/sternalboard-lightweight-animated-scoreboard.89245/
MIT License
64 stars 20 forks source link

Color / formatting codes are not working on the scoreboard #72

Open k-jiang opened 2 months ago

k-jiang commented 2 months ago

Color code / formatting code are not working on the scoreboard.

Tested with

settings:
  animated: false
  mode: NORMAL
  scoreboard-interval-update: 20
  scoreboard:
    title: '&b&lSternal&f&lBoard &d&lWORLD'
    lines:
       - '&eShield&6Community &7| &aTest server'

Screenshots

image
k-jiang commented 2 months ago

MiniMessage formatting does not work either.

settings:
  animated: false
  mode: NORMAL
  scoreboard-interval-update: 20
  scoreboard:
    title: '&b&lSternal&f&lBoard &d&lWORLD'
    lines:
       - '&eShield&6Community &7| &aTest server'
       - '<color:#87CEFA><b><st>*=--=--=--=--=*</st></b></color>'
image
xism4 commented 2 months ago

MiniMessage formatting does not work either.

settings:
  animated: false
  mode: NORMAL
  scoreboard-interval-update: 20
  scoreboard:
    title: '&b&lSternal&f&lBoard &d&lWORLD'
    lines:
       - '&eShield&6Community &7| &aTest server'
       - '<color:#87CEFA><b><st>*=--=--=--=--=*</st></b></color>'
image

Try instead with the default MiniMessage colours (<> and the name

k-jiang commented 2 months ago

MiniMessage formatting does not work either.

settings:
  animated: false
  mode: NORMAL
  scoreboard-interval-update: 20
  scoreboard:
    title: '&b&lSternal&f&lBoard &d&lWORLD'
    lines:
       - '&eShield&6Community &7| &aTest server'
       - '<color:#87CEFA><b><st>*=--=--=--=--=*</st></b></color>'
image

Try instead with the default MiniMessage colours (<> and the name

No, not working Screenshot from 2024-06-23 18-57-18

settings:
  animated: false
  mode: NORMAL
  scoreboard-interval-update: 20
  scoreboard:
    title: 'World'
    lines:
       - '<red>*=--=--=--=--=*</red>'
banwwo commented 2 months ago

I'm having exactly the same problem, even when I use the default config

imagen

Server: 1.20.6-R0.1-SNAPSHOT Placeholders API: 2.11.6 SternalBoard: v2.3.0

xism4 commented 2 months ago

Reference in

Even legacy colours won't work? I'll study this.

Emibergo02 commented 2 months ago

@xism4 have you finished studying it?