FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

<pattern> is using inconsistent color codes

SecretlyJealous opened this issue ยท 1 comments

commented

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,
2022-08-02_16 41 19

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

Anything else?

No response

commented

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