본문으로 건너뛰기

갑옷 트림 (1.20+)

NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET 또는 CHAINMAIL_HELMET 갑옷을 만들 수 있습니다

주의

갑옷 세트가 포함된 팩에서만 작동합니다

기본 리소스팩 설치 방법 (1.20+)

  1. Resource Pack Datapack 1.20+ Setup/datapacks의 파일을 world/datapacks로 복사하세요.
  2. 서버를 재시작하세요.
  3. Resource Pack Datapack 1.20+ Setup/Resource Pack을 복사하여 클라이언트 리소스팩에 넣으세요.
  4. Resource Pack Datapack 1.20+ Setup/give_items.txt 파일을 여세요.
  5. Resource Pack Datapack 1.20+ Setup/give_items.txt의 명령어를 복사해서 실행하세요.
  6. 즐기세요!!

Nexo 설치 방법 (1.20-1.21.1)

  1. "Nexo Setup (TRIMS) 1.20-1.21.1/Nexo"를 서버의 plugins 폴더에 복사하세요.
  2. CustomArmor.armor_type을 TRIMS로 변경한 후
    Nexo\settings.yml
    CustomArmor:
    type: TRIMS
  3. /n reload all 명령어를 실행하세요
  4. 서버를 재시작하세요
  5. /datapack enable "file/nexo_custom_armor" 명령어를 실행하세요
  6. 그런 다음 서버를 재시작하세요
  7. /n inv 명령어를 실행하여 아이템을 소환하세요
  8. 즐기세요!!

Oraxen 설치 방법

  1. oraxen에 팩을 설치하세요
  2. Oraxen/settings.yml 파일을 수정하여 CustomArmor.type을 찾으세요
    Oraxen/settings.yml
      CustomArmor:
    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
  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: 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으로 변경할 수 있습니다

  1. /o reload all 명령어를 실행하세요
  2. 그런 다음 서버를 재시작하세요
  3. /o inv 명령어를 실행하여 아이템을 소환하세요
  4. 즐기세요!!

ItemsAdder 설치 방법

위험

ItemsAdder 지원하지 않음