Used colored chat messages in various mods
This commit is contained in:
parent
0bca42e392
commit
ccd40285f0
4 changed files with 4 additions and 4 deletions
|
@ -70,7 +70,7 @@ minetest.register_on_joinplayer(function(player)
|
|||
if #inbox > 0 then
|
||||
minetest.after(10, function()
|
||||
minetest.chat_send_player(player:get_player_name(),
|
||||
"(" .. #inbox .. ") You have mail! Type /inbox to recieve")
|
||||
minetest.colorize(#00FF00,"(" .. #inbox .. ") You have mail! Type /inbox to recieve"))
|
||||
end)
|
||||
end
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue