From 94c4d135b6641c2f17eae50c63522f9cee2d2159 Mon Sep 17 00:00:00 2001 From: Vsevolod Date: Mon, 27 Jul 2020 10:52:29 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee73fe1..bb7b8f1 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Commands are customizeable through config. If command doesn't exist in config, i Applies to `telegramMessageFormat` and `minecraftMessageFormat` configurations. Must contain `%username%` and `%message%` inside. -You can customize message color with it (only for `telegramMessageFormat`. See [message color codes](https://www.digminecraft.com/lists/color_list_pc.php) for more information. +You can customize message color with it (coloring works only for `telegramMessageFormat`). You can customize bold/italics/stirethrough formatting (works only for `minecraftMessageFormat`). See [Minecraft message color codes](https://www.digminecraft.com/lists/color_list_pc.php) and [Telegram message formatting](https://core.telegram.org/bots/api#html-style) for more information. This feature is related to [this issue](https://github.com/kraftwerk28/spigot-tg-bridge/issues/6)