From 5e8b2a2cbc4f3845c09f8ec125afa1803c195866 Mon Sep 17 00:00:00 2001 From: Milutinke Date: Wed, 21 Sep 2022 18:01:08 +0200 Subject: [PATCH] Added an example --- MinecraftClient/config/sample-matches.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MinecraftClient/config/sample-matches.ini b/MinecraftClient/config/sample-matches.ini index 09a4b888..f950c4c4 100644 --- a/MinecraftClient/config/sample-matches.ini +++ b/MinecraftClient/config/sample-matches.ini @@ -63,5 +63,12 @@ match=hello action=send hello! cooldown=60 +# Example of matching colored text when "matchcolors" is set to "true" +# §a stands for green text +# List of all color codes: https://minecraft.tools/en/color-code.php +[Match] +match=§ahello +action=send Hello back! + # Enjoy! # - ORelio \ No newline at end of file