본문으로 건너뛰기

갑옷 컴포넌트 (1.21.2+)

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

주의

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

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

  1. Default Resource Pack 1.21.2+ Setup/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"를 서버의 plugins 폴더에 복사하세요.
  2. Nexo/settings.yml 파일을 수정하여 CustomArmor.type을 찾으세요
Nexo/settings.yml
CustomArmor:
type: COMPONENT
auto_assign_settings: true
  1. /n reload all 명령어를 실행하세요
  2. /n inv 명령어를 실행하여 아이템을 소환하세요
  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 명령어를 실행하여 아이템을 소환하세요
  3. 즐기세요!!

ItemsAdder 설치 방법

경고

ItemsAdder_4.0.9-hotfix-1 이상 지원

클라이언트 1.21.2 이상 지원

경고
  1. 게임 내에서 아이템을 새로 지급해야 할 수 있습니다.
  2. 설정을 조정하고 리로드하면 자동으로 업데이트됩니다.
  1. 설정을 수정하세요
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. /iareload 명령어를 실행하세요
  2. /iazip 명령어를 실행하세요
  3. /ia 명령어를 실행하여 아이템을 소환하세요
  4. 즐기세요!!