mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Added an example
This commit is contained in:
parent
0d58887b6a
commit
5e8b2a2cbc
1 changed files with 7 additions and 0 deletions
|
|
@ -63,5 +63,12 @@ match=hello
|
||||||
action=send hello!
|
action=send hello!
|
||||||
cooldown=60
|
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!
|
# Enjoy!
|
||||||
# - ORelio
|
# - ORelio
|
||||||
Loading…
Add table
Add a link
Reference in a new issue