<pattern> is using inconsistent color codes
SecretlyJealous opened this issue ยท 1 comments
Server Implementation
Paper
Server Version
1.19.1
Describe the bug
When there is a missing argument or an invalid value used in a command the color code in <pattern>
is not correctly applied on the < > arrows. &e< and &6> I can't find this in the lang file so I'm assuming it's hardcoded,
To Reproduce
Do //set on it's own or do //set with an invalid value
Expected behaviour
should either be in one uniform color code or the arrows should use consistent colors
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/a755e2984c3849489c52c0a16cbcedec
Fawe Version
FastAsyncWorldEdit version 2.4.2;8414e64
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response
Someone asked me the same thing on Discord, for information, this issue is caused by the Piston EngineHub's library.
See an example here: https://github.com/EngineHub/Piston/blob/master/default-impl/src/main/java/org/enginehub/piston/impl/CommandParser.java#L305