{"id":78681,"date":"2026-06-04T15:55:10","date_gmt":"2026-06-04T12:55:10","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/"},"modified":"2026-06-04T15:55:10","modified_gmt":"2026-06-04T12:55:10","slug":"guys-armor-hud","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/","title":{"rendered":"guy&#8217;s Armor HUD"},"content":{"rendered":"<p># guy&#8217;s Armor HUD<\/p>\n<p>Minecraft mod that adds a HUD widget that shows your current armor items.<\/p>\n<p>This mod adds a minimalistic vanilla-like widget that shows your armor items and a warning if durability is low enough.<br \/>\nWhile other mods expect the player to look at numbers all over the screen, this mod allows to see your armor items in a<br \/>\nvanilla-style minimalistic widget without extra text or numbers.<br \/>\nPosition and other parameters of the widget can be adjusted in the configuration file.<\/p>\n<p>See the gallery tab for pictures.<\/p>\n<p>## Features:<\/p>\n<p>&#8211; Support for both Neoforge and Fabric<br \/>\n&#8211; Vertical mode<br \/>\n&#8211; Different anchors:<br \/>\n    &#8211; Top<br \/>\n    &#8211; Top center<br \/>\n    &#8211; Bottom<br \/>\n    &#8211; Hotbar<br \/>\n&#8211; Multiple styles<br \/>\n    &#8211; Hotbar style<br \/>\n    &#8211; Rounded<br \/>\n    &#8211; Rounded corners<br \/>\n    &#8211; No background<br \/>\n&#8211; A warning icon for when your armor has low durability<br \/>\n&#8211; Show durability numbers<br \/>\n&#8211; Highly configurable<\/p>\n<p>## Configuration<\/p>\n<p>You can configure the mod using Mod Menu on Fabric and the mod list on Neoforge or by using the JSON file in the<br \/>\n`config` folder.<br \/>\nPowered by Cloth Config.<\/p>\n<p>1. `&#8221;enabled&#8221;`<br \/>\n    * Master switch for this mod.<br \/>\n    * Type: boolean<br \/>\n    * Default value: `true`<br \/>\n2. `&#8221;anchor&#8221;`<br \/>\n    * Place that the HUD widget is attached to.<br \/>\n    * Type: enum<br \/>\n    * Possible values:<br \/>\n        * `&#8221;TOP_CENTER&#8221;` &#8211; widget is placed at the top in the middle.<br \/>\n        * `&#8221;TOP&#8221;` &#8211; widget is placed at the upper corner on the preferred side.<br \/>\n        * `&#8221;BOTTOM&#8221;` &#8211; widget is placed at the bottom corner on the preferred side.<br \/>\n        * `&#8221;HOTBAR&#8221;` &#8211; widget is placed to the side from your hotbar.<br \/>\n    * Default value: `&#8221;HOTBAR&#8221;`<br \/>\n3. `&#8221;side&#8221;`<br \/>\n    * Side on which widget is shown.<br \/>\n      If widget is anchored at the top in the middle this setting does nothing.<br \/>\n    * Type: enum<br \/>\n    * Possible values:<br \/>\n        * `&#8221;LEFT&#8221;`<br \/>\n        * `&#8221;RIGHT&#8221;`<br \/>\n    * Default value: `&#8221;LEFT&#8221;`<br \/>\n4. `&#8221;offsetX&#8221;`<br \/>\n    * Offsets the widget on the horizontal axis.<br \/>\n      Positive numbers move it away from anchor point, while negative numbers move it toward the anchor point.<br \/>\n    * Type: integer<br \/>\n    * Default value: `0`<br \/>\n5. `&#8221;offsetY&#8221;`<br \/>\n    * Offsets widget on the vertical axis, otherwise the same as X offset.<br \/>\n    * Default value: `0`<br \/>\n6. `&#8221;vertical&#8221;`<br \/>\n    * If the widget should display vertically.<br \/>\n    * Type: boolean<br \/>\n    * Default value: `false`<br \/>\n7. `&#8221;style&#8221;`<br \/>\n    * Widget slot style defines how slots are drawn on the screen.<br \/>\n      Try different styles to find ones that work and choose one that you prefer.<br \/>\n    * Type: enum<br \/>\n    * Possible values:<br \/>\n        * `&#8221;HOTBAR&#8221;`<br \/>\n        * `&#8221;ROUNDED_CORNERS&#8221;`<br \/>\n        * `&#8221;ROUNDED&#8221;`<br \/>\n        * `&#8221;NONE&#8221;`<br \/>\n    * Default value: `&#8221;HOTBAR&#8221;`<br \/>\n8. `&#8221;durabilityNumbers&#8221;`<br \/>\n    * If the durability numbers should be shown.<br \/>\n    * Type: boolean<br \/>\n    * Default value: `false`<br \/>\n9. `&#8221;widgetShown&#8221;`<br \/>\n    * This setting defines when slots of the HUD widget are shown.<br \/>\n    * Type: enum<br \/>\n    * Possible values:<br \/>\n        * `&#8221;ALWAYS&#8221;`: slots are always shown.<br \/>\n        * `&#8221;IF_ANY_PRESENT&#8221;`: all slots are shown if at least one of the armor slots is not empty.<br \/>\n        * `&#8221;NOT_EMPTY&#8221;`: only not empty slots are shown<br \/>\n    * Default value: `&#8221;NOT_EMPTY&#8221;`<br \/>\n10. `&#8221;offhandSlotBehavior&#8221;`<br \/>\n    * This setting defines the way widget reacts to offhand slot and attack indicator if it is at the hotbar.<br \/>\n      Setting does nothing unless widget is anchored at the hotbar.<br \/>\n    * Type: enum<br \/>\n    * Possible values:<br \/>\n        * `&#8221;ALWAYS_IGNORE&#8221;`: widget never moves away to make space for hotbar or attack indicator.<br \/>\n        * `&#8221;ADHERE&#8221;`: widget moves away when offhand slot is shown or attack indicator is at hotbar.<br \/>\n        * `&#8221;ALWAYS_LEAVE_SPACE&#8221;`: widget always leaves space for the offhand slot even if it is not shown.<br \/>\n    * Default value: `&#8221;ADHERE&#8221;`<br \/>\n11. `&#8221;pushBossbars&#8221;`<br \/>\n    * If widget is in the top middle bossbars will be pushed down by the widget.<br \/>\n    * Type: boolean<br \/>\n    * Default value: `true`<br \/>\n12. `&#8221;pushStatusEffectIcons&#8221;`<br \/>\n    * If widget is in the top right corner effect icons will be pushed down by the widget.<br \/>\n    * Type: boolean<br \/>\n    * Default value: `true`<br \/>\n13. `&#8221;pushSubtitles&#8221;`<br \/>\n    * If widget is in the bottom right corner subtitles will be pushed up by the widget.<br \/>\n    * Type: boolean<br \/>\n    * Default value: `true`<br \/>\n14. `&#8221;reversed&#8221;`<br \/>\n    * Reverses order of armor items in the slots of the widget.<br \/>\n    * Type: boolean<br \/>\n    * Default value: `true`<br \/>\n15. `&#8221;iconsShown&#8221;`<br \/>\n    * Shows special icons in empty slots.<br \/>\n    * Type: boolean<br \/>\n    * Default value: `true`<br \/>\n16. `&#8221;warningShown&#8221;`<br \/>\n    * If enabled, a small warning will appear at the slot of the item with low durability.<br \/>\n    * Type: boolean<br \/>\n    * Default value: `true`<br \/>\n17. `&#8221;minDurabilityValue&#8221;`<br \/>\n    * If durability value of a displayed item is equal or lower than this setting, a warning will be shown.<br \/>\n    * Type: integer<br \/>\n    * Default value: `5`<br \/>\n18. `&#8221;minDurabilityPercentage&#8221;`<br \/>\n    * If durability of a displayed item is equal or below this percentage, a warning will be shown.<br \/>\n    * Type: float<br \/>\n    * Default value: `0.05`<br \/>\n19. `&#8221;warningBobIntensity&#8221;`<br \/>\n    * This parameter defines how quickly warning icon will move up and down when shown.<br \/>\n      Lower the number quicker the motion.<br \/>\n    * Set to 0 if you want to disable the warning sign bobbing.<br \/>\n    * Type: integer<br \/>\n    * Default value: `3`<\/p>\n<p>## Credits:<\/p>\n<p>&#8211; Original mod by BerdinskiyBear<br \/>\n&#8211; ### Forked by uku<br \/>\n&#8211; Forked again and made multiloader by me!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Adds a vanilla-like widget that shows your armor items and a warning if durability is too low. Originally by BerdinskiyBear, then forked by uku made multiloader by AnAwesomGuy.<\/p>\n","protected":false},"featured_media":78682,"template":"","meta":{"_minecraft_slug":"guys-armor-hud","_minecraft_project_id":"AwhZoZsw","_minecraft_author":"AnAwesomGuy","_minecraft_license":"MIT","_minecraft_downloads":14812,"_minecraft_follows":12,"_minecraft_client_side":"required","_minecraft_server_side":"unsupported","_minecraft_storage_type":"zip","_minecraft_archive_name":"guys-armor-hud.zip","_minecraft_size_bytes":223638,"_minecraft_version_count":10,"_minecraft_updated_at":"2026-05-15T22:06:33.110599Z","_minecraft_date_created":"2025-11-25T02:59:31.672785Z","_minecraft_date_modified":"2026-02-28T07:20:47.847292Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/guys-armor-hud","_minecraft_icon_attachment_id":78682,"_minecraft_imported_at":"2026-06-04T12:55:12+00:00","_minecraft_import_hash":"c7c0c5f39902b9820b6bc29a46881e80","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[88,97,89,158,98,92],"mod_loader":[99,160,100],"minecraft_version":[62,37],"class_list":["post-78681","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-equipment","mod_category-fabric","mod_category-game-mechanics","mod_category-neoforge","mod_category-quilt","mod_category-utility","mod_loader-fabric","mod_loader-neoforge","mod_loader-quilt","minecraft_version-1-21","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>guy&#039;s Armor HUD - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"guy&#039;s Armor HUD - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Adds a vanilla-like widget that shows your armor items and a warning if durability is too low. Originally by BerdinskiyBear, then forked by uku made multiloader by AnAwesomGuy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guys-armor-hud\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guys-armor-hud\\\/\",\"name\":\"guy's Armor HUD - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guys-armor-hud\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guys-armor-hud\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/guys-armor-hud-icon-417b0e4e2425c43a8cb8bef339c6ac9d89714adf.png\",\"datePublished\":\"2026-06-04T12:55:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guys-armor-hud\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guys-armor-hud\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guys-armor-hud\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/guys-armor-hud-icon-417b0e4e2425c43a8cb8bef339c6ac9d89714adf.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/guys-armor-hud-icon-417b0e4e2425c43a8cb8bef339c6ac9d89714adf.png\",\"width\":400,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/guys-armor-hud\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"guy&#8217;s Armor HUD\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"guy's Armor HUD - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/","og_locale":"en_US","og_type":"article","og_title":"guy's Armor HUD - Minecraft","og_description":"Adds a vanilla-like widget that shows your armor items and a warning if durability is too low. Originally by BerdinskiyBear, then forked by uku made multiloader by AnAwesomGuy.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/","name":"guy's Armor HUD - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/guys-armor-hud-icon-417b0e4e2425c43a8cb8bef339c6ac9d89714adf.png","datePublished":"2026-06-04T12:55:10+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/guys-armor-hud-icon-417b0e4e2425c43a8cb8bef339c6ac9d89714adf.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/guys-armor-hud-icon-417b0e4e2425c43a8cb8bef339c6ac9d89714adf.png","width":400,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/guys-armor-hud\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"guy&#8217;s Armor HUD"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/78681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/78682"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=78681"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=78681"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=78681"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=78681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}