Add VelocityCommandPreprocessor

This commit is contained in:
jmp 2020-10-20 16:16:09 -07:00 committed by Alexander Söderberg
parent ad3ca86f42
commit d86973f227
8 changed files with 94 additions and 92 deletions

View file

@ -47,7 +47,7 @@ import java.util.regex.Pattern;
/**
* Parser for color codes.
* <p>
* Accepts {@link NamedTextColor NamedTextColors}, Legacy Minecraft {@literal &} color codes, Hex Codes (#RRGGBB)
* Accepts {@link NamedTextColor NamedTextColors}, Legacy Minecraft {@literal &} color codes, and Hex Codes (#RRGGBB or RRGGBB)
*
* @param <C> Command sender type
* @since 1.1.0