aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0fd2e7453e7089b3450b09e09479e48b91c2144f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# colour_chat
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.
.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