πͺ Armor Trim (1.20+)
Can make armor NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET or CHAINMAIL_HELMET
caution
Works only with packs that contain armor sets
How to install Defualt Resoure Pack (1.20+)β
- Copy the files from
Resource Pack Datapack 1.20+ Setup/datapacks
toworld/datapacks
. - Restart the server.
- Copy
Resource Pack Datapack 1.20+ Setup/Resource Pack
and put the resource pack into the client Resource Pack. - Open the file
Resource Pack Datapack 1.20+ Setup/give_items.txt
. - Copy the commands from
Resource Pack Datapack 1.20+ Setup/give_items.txt
and run them. - Enjoy!!
How to install Nexo (1.20-1.21.1)β
- Copy both
"Nexo Setup (TRIMS) 1.20-1.21.1/Nexo"
into your plugins folder of your server. - After changing CustomArmor.armor_type to TRIMS
Nexo\settings.yml
CustomArmor:
type: TRIMS - Run the command
/n reload all
- Restart server
- Run the command
/datapack enable "file/nexo_custom_armor"
- Then, restart the server
- Run the command
/n inv
to summon items - Enjoy!!
How to install Oraxenβ
- Install the pack into oraxen
- Edit the file
Oraxen/settings.yml
and findCustomArmor.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 - Edit the armor files in
Oraxen\items\*.yml
,for exampleOraxen\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
trim_pattern: oraxen:akira
ItemFlags:
- HIDE_ARMOR_TRIM
tip
First time, it is recommended to set it as CHAINMAIL_HELMET. After that, it can be changed to NETHERITE_HELMET, DIAMOND_HELMET, IRON_HELMET, LEATHER_HELMET, or CHAINMAIL_HELMET
- Run the command
/o reload all
- Then, restart the server
- Run the command
/o inv
to summon items - Enjoy!!
How to install ItemsAdderβ
danger
ItemsAdder Not support