aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOch Noe <och_noe@forksworld.de>2020-05-10 10:10:27 +0200
committerOch Noe <och_noe@forksworld.de>2020-05-10 10:10:27 +0200
commit6bc407c12e5a7aecd106d5768563b0a3fb8e5254 (patch)
tree1f08545958fddfc89e40f2a202e8dd166e3ae4ee /README.md
parent67a8908d9f41894abb30b57a837a0d22a71a6ff0 (diff)
downloadcolour_chat-6bc407c12e5a7aecd106d5768563b0a3fb8e5254.tar.gz
colour_chat-6bc407c12e5a7aecd106d5768563b0a3fb8e5254.tar.bz2
colour_chat-6bc407c12e5a7aecd106d5768563b0a3fb8e5254.zip
missing changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 24 insertions, 3 deletions
diff --git a/README.md b/README.md
index a937710..0fd2e74 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,27 @@
A minetest CSM mod for changing the colour of text sent to the server.
### Usage
-Use .set_colour to set the colour of chat sent to the server, you can
-use either HTML named colours or HTML hexdecimal colour codes. Use
-.rainbow to generate rainbow text
+Use
+.set_colour
+ to set the colour of chat sent to the server, you can
+ use either HTML named colours or HTML hexdecimal colour
+ codes.
+.rainbow
+ generate rainbow text
+
+.pastel
+ for a pastel coloured rainbow
+
+.get_colour
+ to see the current colour
+
+.mi / .mw
+ Moderator Info / Warning
+ (depends on /mi and /mw server commands)
+
+.fade col1 col2 text
+ fades a text from col1 to col2
+
+
+Original mod by red-001, additions (pastel and others) by dhausmig
+Currently maintained by Och_Noe