Armor Trim (ลายชุดเกราะ) (1.20+)
หลังจากนั้นสามารถเปลี่ยนเป็น NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET หรือ CHAINMAIL_HELMET ได้
ข้อควรระวัง
ใช ้งานได้เฉพาะกับแพ็คที่ประกอบด้วยชุดเกราะเท่านั้น
วิธีการติดตั้ง Defualt Resoure Pack (1.20+)
- คัดลอกไฟล์จาก
Resource Pack Datapack 1.20+ Setup/datapacks
ถึงworld/datapacks
. - รีสตาร์ทเซิร์ฟเวอร์
- ก๊อปปี้
Resource Pack Datapack 1.20+ Setup/Resource Pack
และเอาไปไว้ที่ resource pack ของตัวเกม - เปิดไฟล์
Resource Pack Datapack 1.20+ Setup/give_items.txt
. - คัดลอกคำสั่งจาก
Resource Pack Datapack 1.20+ Setup/give_items.txt
และ เรียกใช้คำสั่ง - เสร็จแล้ว!!
วิธีติดตั้งของ Nexo (1.20 - 1.21.1)
- คัดลอก
"Nexo Setup (TRIMS) 1.20-1.21.1/Nexo"
ลงในโฟลเดอร์ปลั๊กอินของเซิร์ฟเวอร์ของคุณ - หลังจากเปลี่ยน CustomArmor.armor_type to TRIMS
Nexo\settings.yml
CustomArmor:
type: TRIMS - พิมพ์คำสั่ง
/n reload all
- รีสตาร์ทเซิฟเวอร์
- พิมพ์คำสั่ง
/datapack enable "file/nexo_custom_armor"
- จากนั้นทำการรีสตาร์ทเซิร์ฟเวอร์
- พิมพ์คำสั่ง
/n inv
to summon items - เสร็จแล้ว!!
วิธิติดตั้ง Oraxen
- ติดตั้งแพ็คลงใน Oraxen
- แก้ไขไฟล์
Oraxen/settings.yml
และCustomArmor.type
Oraxen/settings.ymlCustomArmor:
type: TRIMS # 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: NETHERITE_HELMET
permission: akiraset.use
trim_pattern: oraxen:akira
ItemFlags:
- HIDE_ARMOR_TRIM
เคล็ดลับ
ครั้งแรกขอแนะนำให้ตั้งค่าเป็น CHAINMAIL_HELMET ::: หลังจากนั้นสามารถเปลี่ยนเป็น NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET หรือ CHAINMAIL_HELMET ได้
- พิมพ์คำสั่ง
/o reload all
- จากนั้นทำการรีสตาร์ทเซิร์ฟเวอร์
- พิมพ์คำสั่ง
/o inv
to summon items - เสร็จแล้ว!!