From 47df85a16ac44ccca2534f7fbc5f7d4cc7e5d468 Mon Sep 17 00:00:00 2001 From: Toby1710 <69259430+DiamondPlane@users.noreply.github.com> Date: Tue, 16 Mar 2021 18:13:43 +0200 Subject: [PATCH] Update onjoin.lua --- onjoin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onjoin.lua b/onjoin.lua index 2433540..c8e1877 100644 --- a/onjoin.lua +++ b/onjoin.lua @@ -12,7 +12,7 @@ minetest.register_on_joinplayer(function(player) if unreadcount > 0 then minetest.chat_send_player(name, - "(" .. unreadcount .. ") You have mail! Type /mail to read") + minetest.colorize("#00f529", "(" .. unreadcount .. ") You have mail! Type /mail to read")) end end, player:get_player_name())