PlaceholderAPI
PlaceholderAPI placeholders for ExyliaArmorTrims
PlaceholderAPI Integration
ExyliaArmorTrims provides comprehensive PlaceholderAPI support for displaying player armor trim information.
PlaceholderAPI is optional. Install it to use these placeholders in chat, scoreboards, and other plugins.
Setup
- Install PlaceholderAPI plugin
- Restart server
- Use placeholders with identifier:
%exyliaarmortrims_<placeholder>%
Placeholder Structure
All placeholders follow this structure:
%exyliaarmortrims_<armor_piece>_<info_type>%Armor Pieces
| Piece | Description |
|---|---|
helmet | Helmet (head) armor piece |
chestplate | Chestplate (chest) armor piece |
leggings | Leggings (legs) armor piece |
boots | Boots (feet) armor piece |
Pattern Information
Get the pattern (design) applied to each armor piece.
Pattern ID
| Placeholder | Description | Example |
|---|---|---|
%exyliaarmortrims_helmet_pattern% | Helmet pattern ID | SENTRY |
%exyliaarmortrims_chestplate_pattern% | Chestplate pattern ID | DUNE |
%exyliaarmortrims_leggings_pattern% | Leggings pattern ID | COAST |
%exyliaarmortrims_boots_pattern% | Boots pattern ID | WILD |
Pattern Name
| Placeholder | Description | Example |
|---|---|---|
%exyliaarmortrims_helmet_pattern_name% | Helmet pattern name | Sentry |
%exyliaarmortrims_chestplate_pattern_name% | Chestplate pattern name | Dune |
%exyliaarmortrims_leggings_pattern_name% | Leggings pattern name | Coast |
%exyliaarmortrims_boots_pattern_name% | Boots pattern name | Wild |
Pattern Material (Template Item)
| Placeholder | Description | Example |
|---|---|---|
%exyliaarmortrims_helmet_pattern_material% | Helmet template item | SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE |
%exyliaarmortrims_chestplate_pattern_material% | Chestplate template item | DUNE_ARMOR_TRIM_SMITHING_TEMPLATE |
%exyliaarmortrims_leggings_pattern_material% | Leggings template item | COAST_ARMOR_TRIM_SMITHING_TEMPLATE |
%exyliaarmortrims_boots_pattern_material% | Boots template item | WILD_ARMOR_TRIM_SMITHING_TEMPLATE |
Material Information
Get the material (color) applied to each armor piece trim.
Material ID
| Placeholder | Description | Example |
|---|---|---|
%exyliaarmortrims_helmet_material% | Helmet material ID | QUARTZ |
%exyliaarmortrims_chestplate_material% | Chestplate material ID | IRON |
%exyliaarmortrims_leggings_material% | Leggings material ID | GOLD |
%exyliaarmortrims_boots_material% | Boots material ID | DIAMOND |
Material Name
| Placeholder | Description | Example |
|---|---|---|
%exyliaarmortrims_helmet_material_name% | Helmet material name | Quartz |
%exyliaarmortrims_chestplate_material_name% | Chestplate material name | Iron |
%exyliaarmortrims_leggings_material_name% | Leggings material name | Gold |
%exyliaarmortrims_boots_material_name% | Boots material name | Diamond |
Material Item
| Placeholder | Description | Example |
|---|---|---|
%exyliaarmortrims_helmet_material_item% | Helmet material item | QUARTZ |
%exyliaarmortrims_chestplate_material_item% | Chestplate material item | IRON_INGOT |
%exyliaarmortrims_leggings_material_item% | Leggings material item | GOLD_INGOT |
%exyliaarmortrims_boots_material_item% | Boots material item | DIAMOND |
Trim Verification
Check if an armor piece has a trim applied.
| Placeholder | Description | Returns |
|---|---|---|
%exyliaarmortrims_helmet_has_trim% | Check if helmet has trim | true or false |
%exyliaarmortrims_chestplate_has_trim% | Check if chestplate has trim | true or false |
%exyliaarmortrims_leggings_has_trim% | Check if leggings has trim | true or false |
%exyliaarmortrims_boots_has_trim% | Check if boots has trim | true or false |
Default Values
| Condition | Return Value |
|---|---|
| No pattern/material applied | None or N/A |
| Item placeholder (no trim) | BARRIER |
| No player context | N/A |
| Invalid armor piece | N/A |