diff --git a/init.lua b/init.lua index fb008f6..b6bf72d 100644 --- a/init.lua +++ b/init.lua @@ -201,3 +201,7 @@ core.register_on_dieplayer(function(player) bounty.drop_prize(player) end end) + +core.register_on_joinplayer(function(player) + bounty.set_nametag_color(player:get_player_name()) +end