Added an example

This commit is contained in:
Milutinke 2022-09-21 18:01:08 +02:00
parent 0d58887b6a
commit 5e8b2a2cbc

View file

@ -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