Пробывал зделать скид нурика получился целка с глоу сами делайте мне лень private void renderTimer(MatrixStack matrixStack) { float posX = this.timerHUD.getX(); float posY = this.timerHUD.getY(); int firstColor = ColorUtil.getColorStyle(0.0F); int secondColor = ColorUtil.getColorStyle(90.0F); int t_color = Color.WHITE.getRGB(); StyledFont medium = Fonts.sfbold[15]; float quotient = Helper.FUNCTION_MANAGER.timer.maxViolation / Helper.FUNCTION_MANAGER.timer.timerAmount.getValue().floatValue(); float minimumValue = Math.min(Helper.FUNCTION_MANAGER.timer.getViolation(), quotient); this.perc = AnimationMath.lerp(this.perc, (quotient - minimumValue) / quotient, 10.0F); String text = (int)(this.perc * 100.0F) + "%"; float centr = (float)mc.getMainWindow().getScaledWidth(); float width = 70.0F; int width2 = 60; this.timerHUD.setWidth(width); this.timerHUD.setHeight(20.0F); RenderUtil.Render2D.drawShadow(posX, posY, width, 33.0F, 10, firstColor, secondColor, ColorUtil.getColorStyle(180.0F), ColorUtil.getColorStyle(270.0F)); RenderUtil.Render2D.drawRound(posX - 0.25F, posY - 0.25F, width + 0.25F, 33.25F, 3.0F, new Color(0, 0, 0,255).getRGB()); RenderUtil.Render2D.drawRound(posX, posY, width, 33.0F, 2.5F, (new Color(0, 0, 0)).getRGB()); RenderUtil.Render2D.drawRound(posX + 5.0F, posY + 25.0F - 8.0F, (float)width2, 10.0F, 3.0F, ColorUtil.getColor(35, 35, 35, 255)); RenderUtil.Render2D.drawGradientRound(posX + 5.0F, posY + 25.0F - 8.0F, (float)width2 * this.perc, 10.0F, 2.0F, firstColor, secondColor, ColorUtil.getColorStyle(180.0F), ColorUtil.getColorStyle(270.0F)); medium.drawString(matrixStack, text, (double)(posX + width - medium.getWidth(text) - 3.0F - 21.0F), (double)posY + 19.5, t_color); } Добавляете в худ драгибл для неумеющих final Dragging timerHUD = Intilation.createDrag(this, "TimerHUD-drag", 10.0F, 400.0F); и на 178 строчке добавляйте ето if (this.elements.get(7)) { this.renderTimer(stack); } меняете цифру на последню и последне на 88 строчке пишете ето new BooleanOption("Таймер Худ", false), SS: https://imgur.com/a/TcHhosi My discord: nixad0xdd Зодиак не удаляй