HUD hud = Initilization.getInst().getFunctionRegistry.getHUD();
if (hud.mode.is("Никнейм") {
ITextComponent text = GradientUtil.white(mc.player.getName().getString());
Fonts.monsterrat.getWidht(text);
DisplayUtils.drawRect(x,y,w,h,3,new Color(1,1,1,200));
Fonts.monsterat(ms, text, x, y, -1,7);
}