case "Параша":
                    DraggableWaterMark d = (DraggableWaterMark) Rich.instance.draggableHUD.getDraggableComponentByClass(DraggableWaterMark.class);
                    d.setWidth(110);
                    d.setHeight(26);
                    float x = d.getX();
                    float y = d.getY();
                    String t = TextFormatting.DARK_GRAY + " | " + TextFormatting.GRAY + "CrashSystem" + TextFormatting.DARK_GRAY + " | " + TextFormatting.GRAY + Minecraft.getDebugFPS() + " fps";
                    String t2 = "nursultan";
                    int w = mc.nursultan_18.getStringWidth(t2) + mc.nursultan_18.getStringWidth(t);
                    Color color = ColorUtils.interpolateColorsBackAndForth(12, 0, Rich.instance.getClientColor(), Rich.instance.getAlternateClientColor(), false);
                    Color color2 = ColorUtils.interpolateColorsBackAndForth(12, 0, Rich.instance.getAlternateClientColor(), Rich.instance.getClientColor(), false);
                    GLUtils.INSTANCE.rescale(scale);
                    GradientUtil.applyGradientHorizontal(x, y, w + 4, 14, 1, color, color2, () -> {
                        RenderUtils.setAlphaLimit(0);
                        RenderUtils.drawBlurredShadow(x, y, w + 4, 15, 8, color);
                    });
                    resetColor();
                    RoundedUtil.drawRound(x, y, w + 4, 14, 2.5f, new Color(16, 16, 16));
                    GradientUtil.applyGradientHorizontal(x + 1, y + 2, (float) w + 4, mc.nursultan_18.getFontHeight() + 1, 1, color, color2, () -> {
                        RenderUtils.setAlphaLimit(0);
                        mc.nursultan_18.drawString(t2, x + 2, y + 3, new Color(0, 0, 0).getRGB());
                    });
                    resetColor();
                    mc.nursultan_18.drawString(t, x + 39, y + 3, 0);
                    GLUtils.INSTANCE.rescaleMC();
                    break;