การสร้างชุดเกราะคอมโพเน้น (1.21.2+)
หลังจากนั้นสามารถเปลี่ยนเป็น NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET หรือ CHAINMAIL_HELMET ได้
ข้อควรระวัง
ใช้งานได้เฉพาะกับแพ็คที่ประกอบด้วยชุดเกราะเท่านั้น
วิธีการติดตั้ง Defualt Resoure Pack (1.21.2+)
- ก๊อปปี้ Default Resource Pack 1.21.2+ Setup/Resource Packและ เอาไปไว้ที่ resource pack ของตัวเกม
- เปิดไฟล์ Default Resource Pack 1.21.2+ Setup/give_items_1_21_2.txt.
- คัดลอกคำสั่งจาก Resource Pack Datapack 1.20+ Setup/give_items_1_21_2.txtและ เรียกใช้มัน
- เสร็จแล้ว!!
วิธีติดตั้งของ Nexo (1.21.2+)
- คัดลอก "Nexo Setup (COMPONENT) 1.21.2+/Nexo"ลงในโฟลเดอร์ปลั๊กอินของเซิร์ฟเวอร์ ของคุณ
- แก้ไขไฟล์  Nexo/settings.ymlและค้นหาCustomArmor.type
Nexo/settings.yml
CustomArmor:
  type: COMPONENT
  auto_assign_settings: true
- พิมคำสั่ง /n reload all
- พิมคำสั่ง /n invto summon items
- เสร็จแล้ว!!
วิธีติดตั้ง Oraxen
- ติดตั้งแพ็คลงใน Oraxen
- แก้ไขไฟล์ Oraxen/settings.ymlและCustomArmor.typeOraxen/settings.ymlCustomArmor:
 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
- แก้ไขไฟล์เกราะใน Oraxen\items\*.yml,ตัวอย่างเช่นOraxen\items\akiraset.yml
- Old
- New
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
  color: 201, 64, 36
  displayname: <White>Akira Helmet
  material: LEATHER_HELMET
  permission: akiraset.use
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
เคล็ดลับ
ครั้งแรกขอแนะนำให้ตั้งค่าเป็น CHAINMAIL_HELMET หลังจากนั้นสามารถเปลี่ยนเป็น NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET หรือ CHAINMAIL_HELMET ได้
- พิมคำสั่ง /o reload all
- พิมคำสั่ง /o invto summon items
- เสร็จแล้ว!!
วิธีติดตั้ง ItemsAdder
คำเตือน
Support ItemsAdder_4.0.9-hotfix-1 or hight
รองรับที่ 1.21.2 หรือ สูงกว่า
- แก้ไข configuration
ItemsAdder/config.yml
advanced:
  legacy_shader_armor_conversion:
    append_new_equipment_tag:
      enabled: false
    completely_convert_to_new_equipment_tag:
      enabled: true
      # LEATHER, CHAINMAIL, IRON, GOLD, DIAMOND, NETHERITE
      new_armor_material: NETHERITE 
- พิมคำสั่ง /iareload
- พิมคำสั ่ง /iazip
- พิมคำสั่ง /iato summon items
- เสร็จ!!