Skip to content

Commit

Permalink
Deprecate MinecraftFormattingConverter (see #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed May 7, 2021
1 parent 54ab86e commit 5485c5c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,16 @@
*
* @see <a href="http://minecraft.gamepedia.com/Formatting_codes">
* Formatting Codes</a>
* @deprecated Minecraft-specific. Also, legacy formatting codes are deprecated
* and do not natively allow specifying RGB colors. Consider implementing
* native support for the (JSON) chat components of your platform instead.
* For more information, see
* <a href="https://github.com/Minecrell/TerminalConsoleAppender/issues/18">issue #18</a>.
*/
@Plugin(name = "minecraftFormatting", category = PatternConverter.CATEGORY)
@ConverterKeys({ "minecraftFormatting" })
@PerformanceSensitive("allocation")
@Deprecated
public final class MinecraftFormattingConverter extends LogEventPatternConverter {

/**
Expand Down

0 comments on commit 5485c5c

Please sign in to comment.