Minescript HUD Addon
ModThis mod adds the ability to draw custom HUD elements in Minescript.
Type
Mod
Modrinth Downloads
279
Modrinth ID
dhLcoQk3
Last Updated
Apr 12, 2026
Description
Minescript HUD Addon
This mod adds the ability to draw custom HUD elements in Minescript.
Documentation can be found in the wiki.
Status
Fixed error where hud_renderer.py doesn't load
If you have any suggestions, or found any bugs, please fill out this google form.
Features
- Draw text on the HUD
- Draw rectangles and gradient rectangles
- Render items
- Render textures
- Render custom shapes
- Animate all element properties
- Control display duration and render layers
Installation
- Install Minescript.
- Place this addon in your mods folder.
- Launch the game.
Example
from draw_text import * add_text("Hello World",x=10,y=10,color=argb(255,255,255,255),shadow=True,display_duration=5)Animations
All HUD elements can be animated using animation functions.
from draw_text import * def move(text:TextObject): text.x+=1 _id=add_text("I can MOVE!",x=10,y=10,color=Colors.WHITE,shadow=True,display_duration=5) animate_text(_id,move)Layer System
Elements are rendered in layers. Elements with higher layer values render above elements with lower layers.
API Overview
A more detailed API can be found on the wiki.
Text
- add_text(...)
- add_text_with_background(...)
- add_advanced_text(...)
- add_advanced_text_with_background(...)
- animate_text(...)
- animate_text_with_background(...)
Rectangles
- add_rectangle(...)
- add_rectangle_from_corners(...)
- add_gradient_rectangle(...)
- add_stroked_rectangle(...)
- animate_rectangle(...)
Items
- add_item(...)
- add_advanced_item(...)
- animate_item(...)
Textures
Note: Custom textures must be added by a resource pack in the assets/minescripthud/textures/gui/sprites/ folder.
- add_texture(...)
- add_advanced_texture(...)
- animate_texture(...)
Shapes
- add_shape(...)
- add_advanced_shape(...)
- animate_shape(...)
- add_line(...)
- add_multiline(...)
- add_triangle(...)
- add_quad(...)
- add_circle(...)
- add_ellipse(...)
Utility functions
- argb(...)
- argb_to_int(...)
- remove_element(...)
- clear()
- suppress_done_message()
Compatibility
Mod Loaders
Game Versions
Screenshots
Similar Mods
Saro´s Clearlag
Powerful server-side optimization mod
Elytras Begone
Configurable data pack to remove or replace the elytra.
ShroudedMists Emerald Equipment
Add Emerald Armor, Tools, And Equipment to your Minecraft World!
EnderEyeGlow
Makes eyes of ender glow when you throw them, so you won't lose them! Works as a client-only mod!
Create More Conveyor
Add-on for Create that extends chain conveyors with configurable cable and rope connectors built to stay simple, efficie...
Create: Coal Recipe
Create Add-on That Adds Coal Recipe Allowing Player To Automate It. Crush Scoria Using Crushing Wheel To Get 75% Coal