{"id":18995,"date":"2026-05-31T23:16:15","date_gmt":"2026-05-31T20:16:15","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/armament\/"},"modified":"2026-05-31T23:16:15","modified_gmt":"2026-05-31T20:16:15","slug":"armament","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/armament\/","title":{"rendered":"Armament"},"content":{"rendered":"<p># \ud83e\udde5 **Armament**<\/p>\n<p>Adds the ability to create configurable custom armors using resource packs.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfa7 **Key Features**<\/p>\n<p>| Feature | Description |<br \/>\n| &#8212; | &#8212; |<br \/>\n| **\ud83d\udee1\ufe0f Custom Armor Sets** | Easily add your own armor sets to Minecraft. |<br \/>\n| **\u26a1 Performance Optimization** | Built to ensure smooth server performance. |<br \/>\n| **\ud83d\udca1 User-Friendly** | Simple commands for reloading configuration and giving armor to players. |<br \/>\n| **\u2699 Configurable** | Manage your custom armors via a straightforward `armors.yml` file. |<br \/>\n| **\ud83c\udfa8 Resource Pack Generation** | Automatically generate a resource pack from your configuration. |<br \/>\n| **\ud83d\udd03 Cross-Version Compatibility** | Supports Minecraft versions from `1.20` to the latest. |<br \/>\n| **\ud83d\uddbc\ufe0f GUI Interface** | Browse and select custom armor sets through an intuitive GUI. |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcbb **Available Commands**<\/p>\n<p>| Command | Description |<br \/>\n| &#8212; | &#8212; |<br \/>\n| **`\/armament reload`** | Reload the plugin&#8217;s configuration without a server restart. |<br \/>\n| **`\/armament give <armor_name> <piece> [player]`** | Grant a custom armor piece to a player. |<br \/>\n| **`\/armament giveset <armor_name> [player]`** | Grant a full custom armor set to a player. |<br \/>\n| **`\/armament gui`** | Open the GUI to browse and select custom armor sets. |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd12 **Permissions**<\/p>\n<p>| Permission | Description |<br \/>\n| &#8212; | &#8212; |<br \/>\n| **`armament.admin`** | Grants access to all admin commands. |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce9 **Installation Steps**<\/p>\n<p>1. **Download Armament:**<br \/>\n   &#8211; Get the latest version from Modrinth.<\/p>\n<p>2. **Install:**<br \/>\n   &#8211; Place the `.jar` file into your server&#8217;s `plugins` directory.<br \/>\n   &#8211; Example: `\/plugins\/Armament-x.x.x.jar`<\/p>\n<p>3. **Activate:**<br \/>\n   &#8211; Restart your server to load the plugin.<\/p>\n<p>4. **Customize:**<br \/>\n   &#8211; Edit the `armors.yml` file located in `plugins\/Armament\/armors.yml` to add your custom armor sets.<br \/>\n   &#8211; Example configuration:<br \/>\n     &#8220;`yaml<br \/>\n     armors:<br \/>\n       epic:<br \/>\n         custom_model_data: 1<br \/>\n         helmet:<br \/>\n            name: &#8220;&#038;6Epic Chestplate&#8221;<br \/>\n            lore:<br \/>\n            &#8211; &#8220;&#038;7Custom Epic Lore!&#8221;<br \/>\n         chestplate:<br \/>\n            name: &#8220;&#038;6Epic Chestplate&#8221;<br \/>\n            lore:<br \/>\n            &#8211; &#8220;&#038;7Custom Epic Lore!&#8221;<br \/>\n         leggings:<br \/>\n            name: &#8220;&#038;6Epic Leggings&#8221;<br \/>\n            lore:<br \/>\n            &#8211; &#8220;&#038;7Custom Epic Lore!&#8221;<br \/>\n         boots:<br \/>\n            name: &#8220;&#038;6Epic Boots&#8221;<br \/>\n            lore:<br \/>\n            &#8211; &#8220;&#038;7Custom Epic Lore!&#8221;<br \/>\n     &#8220;`<\/p>\n<p>5. **Add Resources:**<br \/>\n   &#8211; Place your custom armor textures in the `source_files` directory:<br \/>\n     &#8211; Armor layers: `source_files\/layer_files\/`<br \/>\n     &#8211; Armor display items: `source_files\/item_files\/`<\/p>\n<p>6. **Load Resource Pack:**<br \/>\n   &#8211; Upload the generated resource pack to mc-packs.net.<br \/>\n   &#8211; Update the `server.properties` file:<br \/>\n     | Property | Value |<br \/>\n     | &#8212; | &#8212; |<br \/>\n     | `resource-pack` | *URL to resource pack* |<br \/>\n     | `resource-pack-sha1` | *SHA1 hash of the resource pack* |<br \/>\n     | `require-resource-pack` | `true` |<br \/>\n   &#8211; **Note:** If you&#8217;re using an existing resource pack, merge it with the Armament resource pack.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfa8 **Creating Custom Armor Textures**<\/p>\n<p>To create custom armor textures for Armament:<\/p>\n<p>1. **Open the Template:**<br \/>\n   &#8211; Locate the `armor_model.bbmodel` file in src\/main\/resources.<br \/>\n   &#8211; Open this file in BlockBench to get an understanding of the armor structure.<\/p>\n<p>2. **Customize the Model:**<br \/>\n   &#8211; Ensure your model adheres to Minecraft&#8217;s armor structure.<\/p>\n<p>3. **Export Textures:**<br \/>\n   &#8211; Export your custom armor textures.<\/p>\n<p>4. **Prepare Texture Files:**<br \/>\n   The plugin requires specific naming conventions for the texture files:<\/p>\n<p>   a) **Layer Files** (Required):<br \/>\n      In `source_files\/layer_files\/`:<br \/>\n      &#8211; `armorName_layer_1.png`: For helmet, chestplate, and boots<br \/>\n      &#8211; `armorName_layer_2.png`: For leggings<\/p>\n<p>   b) **Item Files** (Optional, based on armors.yml):<br \/>\n      In `source_files\/item_files\/`:<br \/>\n      &#8211; `armorName_helmet.png`<br \/>\n      &#8211; `armorName_chestplate.png`<br \/>\n      &#8211; `armorName_leggings.png`<br \/>\n      &#8211; `armorName_boots.png`<\/p>\n<p>   Replace `armorName` with the name of your custom armor set as defined in `armors.yml`.<\/p>\n<p>5. **Place Textures:**<br \/>\n   &#8211; Put the armor layer textures (`*_layer_1.png` and `*_layer_2.png`) in `source_files\/layer_files\/`.<br \/>\n   &#8211; Put the display item textures (e.g., `*_helmet.png`) in `source_files\/item_files\/`.<\/p>\n<p>6. **Update Configuration:**<br \/>\n   &#8211; In `armors.yml`, reference your new textures using the appropriate armor name.<br \/>\n   &#8211; Ensure the armor name in the configuration matches the prefix used in your texture file names.<\/p>\n<p>**Note:** The item files (helmet, chestplate, leggings, boots) are optional and depend on your `armors.yml` configuration. If you define a specific armor piece in the config, make sure to provide the corresponding item texture.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcde **Support**<\/p>\n<p>For assistance, visit the GitHub Repository or join our Discord Server.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdc **License**<\/p>\n<p>Armament is released under the Apache License 2.0.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\udd1d **Partner**<\/p>\n<p align=\"center\">  <img decoding=\"async\" src=\"https:\/\/versions.revivenode.com\/resources\/banner_wide_one.gif\" alt=\"Partner GIF\">  <\/p>\n<p align=\"center\"> Use code <b>FURQ<\/b> for 15% off your order! <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Adds the ability to create configurable custom armors using resource packs.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"armament","_minecraft_project_id":"26s6D9qF","_minecraft_author":"Furq","_minecraft_license":"Apache-2.0","_minecraft_downloads":435,"_minecraft_follows":5,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"armament.zip","_minecraft_size_bytes":61009,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T10:50:06.525337Z","_minecraft_date_created":"2024-10-03T06:23:28.348779Z","_minecraft_date_modified":"2024-10-01T22:26:52.902050Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/armament","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-05-31T20:16:16+00:00","_minecraft_import_hash":"82e56f21d795fe292552c0c49f5c718d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,156,88,89,127,128,129,123],"mod_loader":[130,132,133,134],"minecraft_version":[59,36,60,93,94,101,102,62,37],"class_list":["post-18995","mod","type-mod","status-publish","hentry","mod_category-adventure","mod_category-bukkit","mod_category-decoration","mod_category-equipment","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","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>Armament - 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\/armament\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Armament - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Adds the ability to create configurable custom armors using resource packs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/armament\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/versions.revivenode.com\/resources\/banner_wide_one.gif\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armament\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armament\\\/\",\"name\":\"Armament - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armament\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armament\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/versions.revivenode.com\\\/resources\\\/banner_wide_one.gif\",\"datePublished\":\"2026-05-31T20:16:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armament\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armament\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armament\\\/#primaryimage\",\"url\":\"https:\\\/\\\/versions.revivenode.com\\\/resources\\\/banner_wide_one.gif\",\"contentUrl\":\"https:\\\/\\\/versions.revivenode.com\\\/resources\\\/banner_wide_one.gif\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/armament\\\/#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\":\"Armament\"}]},{\"@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":"Armament - 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\/armament\/","og_locale":"en_US","og_type":"article","og_title":"Armament - Minecraft","og_description":"Adds the ability to create configurable custom armors using resource packs.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/armament\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/versions.revivenode.com\/resources\/banner_wide_one.gif","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/armament\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/armament\/","name":"Armament - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/armament\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/armament\/#primaryimage"},"thumbnailUrl":"https:\/\/versions.revivenode.com\/resources\/banner_wide_one.gif","datePublished":"2026-05-31T20:16:15+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/armament\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/armament\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/armament\/#primaryimage","url":"https:\/\/versions.revivenode.com\/resources\/banner_wide_one.gif","contentUrl":"https:\/\/versions.revivenode.com\/resources\/banner_wide_one.gif"},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/armament\/#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":"Armament"}]},{"@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\/18995","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=18995"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=18995"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=18995"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=18995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}