Skip to main content

Armor Component (1.21.2+)

Can make armor NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET or CHAINMAIL_HELMET

caution

Works only with packs that contain armor sets

How to install Defualt Resoure Pack (1.21.2+)​

  1. Copy Default Resource Pack 1.21.2+ Setup/Resource Pack and put the resource pack into the client Resource Pack.
  2. Open the file Default Resource Pack 1.21.2+ Setup/give_items_1_21_2.txt.
  3. Copy the commands from Resource Pack Datapack 1.20+ Setup/give_items_1_21_2.txt and run them.
  4. Enjoy!!

How to install Nexo (1.21.2+)​

  1. Copy both "Nexo Setup (COMPONENT) 1.21.2+/Nexo" into your plugins folder of your server.
  2. Edit the file Nexo/settings.yml and find CustomArmor.type
Nexo/settings.yml
CustomArmor:
type: COMPONENT
auto_assign_settings: true
  1. Run the command /n reload all
  2. Run the command /n inv to summon items
  3. Enjoy!!

How to install Oraxen​

  1. Install the pack into oraxen
  2. Edit the file Oraxen/settings.yml and find CustomArmor.type
    Oraxen/settings.yml
      CustomArmor:
    type: COMPONENT # Valid types are COMPONENT, SHADER, TRIMS and NONE
    disable_leather_repair: true # Makes custom armor not repairable with leather, only with copies of said custom armor
    component_settings:
    auto_assign_component: true # If true, the equippable-model component will be automatically assigned to the custom armor piece, unless specified
    trims_settings:
    material_replacement: NETHERITE # Valid materials are CHAINMAIL, IRON, GOLD, DIAMOND, NETHERITE and LEATHER
    auto_assign_settings: true # If true, the trim & item-flag will be automatically assigned to the custom armor piece, unless specified
  3. Edit the armor files in Oraxen\items\*.yml ,for example Oraxen\items\akiraset.yml
Oraxen\items\akiraset.yml
akira_helmet:
Pack:
generate_model: true
parent_model: item/generated
textures:
- akiraset/armors/akira_helmet.png
- akiraset/armors/akira_helmet.png
displayname: <White>Akira Helmet
material: CHAINMAIL_HELMET
permission: akiraset.use
Components:
equippable:
slot: HEAD
model: oraxen:akira

tip

First time, it is recommended to set it as CHAINMAIL_HELMET. After that, it can be changed to NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET, or CHAINMAIL_HELMET

  1. Run the command /o reload all
  2. Run the command /o inv to summon items
  3. Enjoy!!

How to install ItemsAdder​

warning

Support ItemsAdder_4.0.9-hotfix-1 or hight

Support client 1.21.2 or hight

warning
  1. We might need to give new items in the game.
  2. When the config is adjusted and reloaded, it will automatically update the configuration.
  1. Edit configuration
ItemsAdder/config.yml
advanced:
legacy_shader_armor_conversion:
append_new_equipment_tag:
enabled: false
completely_convert_to_new_equipment_tag:
enabled: true
# CHAINMAIL, IRON, GOLD, DIAMOND, NETHERITE
new_armor_material: NETHERITE
  1. Run the command /iareload
  2. Run the command /iazip
  3. Run the command /ia to summon items
  4. Enjoy!!