Carousel Demo video
ArmorTrimer is a powerful and user-friendly Minecraft plugin that allows players to easily apply and remove armor trims through an intuitive GUI. Perfect for servers looking to enhance player customization and engagement!
Code:
gui:<br> title: "&8⚒ &5&lArmor Trimer &8⚒"<br>size: 54
Code:
apply-success: "&a✔ Armor trim applied successfully!"<br> remove-success: "&a✔ Armor trim removed successfully!"<br> no-armor: "&c✘ Please hold an armor item in your main hand."<br> no-trim: "&c✘ This armor item doesn't have a trim."<br> select-both: "&c✘ Please select both a template and a material."<br> template-selected: "&a✔ Selected template: &e{template}"<br>material-selected: "&a✔ Selected material: &e{material}"
Code:
items:<br> filler:<br> material: BLACK_STAINED_GLASS_PANE<br> name: " "<br> border:<br> material: GRAY_STAINED_GLASS_PANE<br> name: " "<br> apply-button:<br> material: ANVIL<br> name: "&a&lApply Trim"<br> lore:<br> - "&7Click to apply the selected"<br> - "&7template and material to your armor."<br> slot: 52<br> remove-button:<br> material: BARRIER<br> name: "&c&lRemove Trim"<br> lore:<br> - "&7Click to remove the current"<br> - "&7trim from your armor."<br> slot: 53<br> info:<br> material: BOOK<br> name: "&e&lHow to Use"<br> lore:<br> - "&71. Select a template (left)"<br> - "&72. Choose a material (right)"<br> - "&73. Click 'Apply Trim' to confirm"<br> slot: 4
Code:
templates:<br> - material: COAST_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Coast Template"<br> slot: 10<br> - material: DUNE_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Dune Template"<br> slot: 11<br> - material: EYE_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Eye Template"<br> slot: 12<br> - material: HOST_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Host Template"<br> slot: 19<br> - material: RAISER_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Raiser Template"<br> slot: 20<br> - material: RIB_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Rib Template"<br> slot: 21<br> - material: SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Sentry Template"<br> slot: 28<br> - material: SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Shaper Template"<br> slot: 29<br> - material: SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Silence Template"<br> slot: 30<br> - material: SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Snout Template"<br> slot: 37<br> - material: SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Spire Template"<br> slot: 38<br> - material: TIDE_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Tide Template"<br> slot: 39<br> - material: VEX_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Vex Template"<br> slot: 46<br> - material: WARD_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Ward Template"<br> slot: 47<br> - material: WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Wayfinder Template"<br> slot: 48<br><br>materials:<br> - material: IRON_INGOT<br> name: "&bIron Trim"<br> slot: 14<br> - material: GOLD_INGOT<br> name: "&bGold Trim"<br> slot: 15<br> - material: DIAMOND<br> name: "&bDiamond Trim"<br> slot: 16<br> - material: NETHERITE_INGOT<br> name: "&bNetherite Trim"<br> slot: 23<br> - material: REDSTONE<br> name: "&bRedstone Trim"<br> slot: 24<br> - material: COPPER_INGOT<br> name: "&bCopper Trim"<br> slot: 25<br> - material: EMERALD<br> name: "&bEmerald Trim"<br> slot: 32<br> - material: LAPIS_LAZULI<br> name: "&bLapis Trim"<br> slot: 33<br> - material: AMETHYST_SHARD<br> name: "&bAmethyst Trim"<br> slot: 34
Enhance your server's gameplay and give your players more ways to express their style with ArmorTrimer!

ArmorTrimer is a powerful and user-friendly Minecraft plugin that allows players to easily apply and remove armor trims through an intuitive GUI. Perfect for servers looking to enhance player customization and engagement!
Key Features
Simple GUI for applying and removing armor trims
Support for all vanilla armor trim patterns and materials
Fully customizable messages and GUI layout
Compatible with Minecraft 1.20+
Lightweight and optimized for performance
Commands
- /trimer - Opens the Armor Trimer GUI
Permissions
- armortrimer.use - Allows players to use the Armor Trimer (default: true)
Configuration
ArmorTrimer offers extensive configuration options:GUI Customization
Code:
gui:<br> title: "&8⚒ &5&lArmor Trimer &8⚒"<br>size: 54
Custom Messages
Code:
apply-success: "&a✔ Armor trim applied successfully!"<br> remove-success: "&a✔ Armor trim removed successfully!"<br> no-armor: "&c✘ Please hold an armor item in your main hand."<br> no-trim: "&c✘ This armor item doesn't have a trim."<br> select-both: "&c✘ Please select both a template and a material."<br> template-selected: "&a✔ Selected template: &e{template}"<br>material-selected: "&a✔ Selected material: &e{material}"
GUI Items
Customize the appearance and placement of items in the GUI:Code:
items:<br> filler:<br> material: BLACK_STAINED_GLASS_PANE<br> name: " "<br> border:<br> material: GRAY_STAINED_GLASS_PANE<br> name: " "<br> apply-button:<br> material: ANVIL<br> name: "&a&lApply Trim"<br> lore:<br> - "&7Click to apply the selected"<br> - "&7template and material to your armor."<br> slot: 52<br> remove-button:<br> material: BARRIER<br> name: "&c&lRemove Trim"<br> lore:<br> - "&7Click to remove the current"<br> - "&7trim from your armor."<br> slot: 53<br> info:<br> material: BOOK<br> name: "&e&lHow to Use"<br> lore:<br> - "&71. Select a template (left)"<br> - "&72. Choose a material (right)"<br> - "&73. Click 'Apply Trim' to confirm"<br> slot: 4
Trim Templates and Materials
Easily configure available trim templates and materials:Code:
templates:<br> - material: COAST_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Coast Template"<br> slot: 10<br> - material: DUNE_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Dune Template"<br> slot: 11<br> - material: EYE_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Eye Template"<br> slot: 12<br> - material: HOST_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Host Template"<br> slot: 19<br> - material: RAISER_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Raiser Template"<br> slot: 20<br> - material: RIB_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Rib Template"<br> slot: 21<br> - material: SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Sentry Template"<br> slot: 28<br> - material: SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Shaper Template"<br> slot: 29<br> - material: SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Silence Template"<br> slot: 30<br> - material: SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Snout Template"<br> slot: 37<br> - material: SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Spire Template"<br> slot: 38<br> - material: TIDE_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Tide Template"<br> slot: 39<br> - material: VEX_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Vex Template"<br> slot: 46<br> - material: WARD_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Ward Template"<br> slot: 47<br> - material: WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE<br> name: "&6Wayfinder Template"<br> slot: 48<br><br>materials:<br> - material: IRON_INGOT<br> name: "&bIron Trim"<br> slot: 14<br> - material: GOLD_INGOT<br> name: "&bGold Trim"<br> slot: 15<br> - material: DIAMOND<br> name: "&bDiamond Trim"<br> slot: 16<br> - material: NETHERITE_INGOT<br> name: "&bNetherite Trim"<br> slot: 23<br> - material: REDSTONE<br> name: "&bRedstone Trim"<br> slot: 24<br> - material: COPPER_INGOT<br> name: "&bCopper Trim"<br> slot: 25<br> - material: EMERALD<br> name: "&bEmerald Trim"<br> slot: 32<br> - material: LAPIS_LAZULI<br> name: "&bLapis Trim"<br> slot: 33<br> - material: AMETHYST_SHARD<br> name: "&bAmethyst Trim"<br> slot: 34
Compatibility
- Tested and working on Spigot and Paper 1.20+
- Supports all vanilla armor types and trims
Support
For support, please join our Discord server: https://discord.gg/mKNfGNQeuHEnhance your server's gameplay and give your players more ways to express their style with ArmorTrimer!