ข้ามไปยังเนื้อหาหลัก

การสร้างชุดเกราะคอมโพเน้น (1.21.2+)

หลังจากนั้นสามารถเปลี่ยนเป็น NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET หรือ CHAINMAIL_HELMET ได้

ข้อควรระวัง

ใช้งานได้เฉพาะกับแพ็คที่ประกอบด้วยชุดเกราะเท่านั้น

วิธีการติดตั้ง Defualt Resoure Pack (1.21.2+)

  1. ก๊อปปี้ Default Resource Pack 1.21.2+ Setup/Resource Pack และ เอาไปไว้ที่ resource pack ของตัวเกม
  2. เปิดไฟล์ Default Resource Pack 1.21.2+ Setup/give_items_1_21_2.txt.
  3. คัดลอกคำสั่งจาก Resource Pack Datapack 1.20+ Setup/give_items_1_21_2.txt และ เรียกใช้มัน
  4. เสร็จแล้ว!!

วิธีติดตั้งของ Nexo (1.21.2+)

  1. คัดลอก "Nexo Setup (COMPONENT) 1.21.2+/Nexo" ลงในโฟลเดอร์ปลั๊กอินของเซิร์ฟเวอร์ของคุณ
  2. แก้ไขไฟล์ Nexo/settings.yml และค้นหา CustomArmor.type
Nexo/settings.yml
CustomArmor:
type: COMPONENT
auto_assign_settings: true
  1. พิมคำสั่ง /n reload all
  2. พิมคำสั่ง /n inv to summon items
  3. เสร็จแล้ว!!

วิธีติดตั้ง Oraxen

  1. ติดตั้งแพ็คลงใน Oraxen
  2. แก้ไขไฟล์ Oraxen/settings.yml และ 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. แก้ไขไฟล์เกราะใน Oraxen\items\*.yml ,ตัวอย่างเช่น 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

เคล็ดลับ

ครั้งแรกขอแนะนำให้ตั้งค่าเป็น CHAINMAIL_HELMET หลังจากนั้นสามารถเปลี่ยนเป็น NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET หรือ CHAINMAIL_HELMET ได้

  1. พิมคำสั่ง /o reload all
  2. พิมคำสั่ง /o inv to summon items
  3. เสร็จแล้ว!!

วิธีติดตั้ง ItemsAdder

คำเตือน

Support ItemsAdder_4.0.9-hotfix-1 or hight

รองรับที่ 1.21.2 หรือ สูงกว่า

  1. แก้ไข configuration
ItemsAdder/config.yml
advanced:
legacy_shader_armor_conversion:
append_new_equipment_tag:
enabled: false
completely_convert_to_new_equipment_tag:
enabled: true
# IRON, GOLD, DIAMOND, NETHERITE
new_armor_material: NETHERITE
  1. พิมคำสั่ง /iareload
  2. พิมคำสั่ง /iazip
  3. พิมคำสั่ง /ia to summon items
  4. เสร็จ!!