The bug
Snapshot 22w19a introduced server message styling, which allows messages to be dynamically styled by the server. However, this does not always work consistently. In command blocks, the server console, and from RCON, using the /say command fails to apply this server formatting. When using the /msg command from these interfaces, however, the formatting is properly applied.
How to reproduce
Create a server in version 22w19a, with
test-rainbow-chatset totruein theserver.propertiesfileStart and join the server
From the server console, run
msg @a hi
✔ The message appears properly formatted with rainbow colorsFrom the server console, run
say hi
❌ The message appears as if it has not been formatted by the server
Attachments
Comments 0
No comments.