-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
type: bugSomething doesn't work as it was intended to.Something doesn't work as it was intended to.
Description
What behavior is expected:
Both uppercase and lowercase color codes should be expected to validate when used in plugins or chat (§e would be the same as using §E and &a would be the same as using &A)
What behavior is observed:
The console just spits out the color code without parsing it. Sometimes, it glitches and repeats certain characters. However, the game itself parses the color code correctly.
Steps/models to reproduce:
- Create a dummy plugin with a line in it like
System.out.println("§EHi); - Type a message like
&ETestin the chat (Essentials installed)
Plugin list:
- EssentialsX
- EssentialsX-Chat
- A custom plugin with the aforementioned line in it
Paper build number:
git-Paper-474 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
Anything else:
Translation of color codes in individual plugins to lower-case may solve this issue temporarily, and testing was done in a Spigot 1.13 server, and the issue didn't occur there.
Images of the issue occurring:
Metadata
Metadata
Assignees
Labels
type: bugSomething doesn't work as it was intended to.Something doesn't work as it was intended to.