Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

ArmorTrimer Easy Armor Customization Gui

Let players apply and remove Minecraft armor trims through a configurable GUI with vanilla patterns, materials and permissions.
All BBB products
ArmorTrimer Easy Armor Customization Gui
Minecraft pluginsCreated by Shyam Studio
14Local views
45BBB downloads
5.00/55 ratings
44BBB purchases

Secure checkoutPayments handled by BuiltByBit

Verified listingOfficial Shyam Studio product

Instant deliveryDelivered through BuiltByBit

Quick answer

Minecraft armor trim GUI for applying and removing vanilla trim patterns and materials with configurable menus and messages.

About ArmorTrimer Easy Armor Customization Gui

ArmorTrimer gives players a GUI for selecting vanilla armor trim templates and materials, applying a trim to held armor or removing an existing trim. It fits cosmetic progression, rank perks, shops and quality-of-life menus where direct smithing-table behavior is not the intended player flow.

Configuration​

The synchronized listing describes configurable menu size, titles, filler items, buttons, messages, template slots and material choices. The main command is /trimer with an armortrimer.use permission.

Economy and item safety​

Decide whether trims are free, permission-gated or connected to another cost system. Test every supported armor type, already-trimmed items, invalid held items, shift-clicks, number keys, drags, closing the menu mid-action and repeated apply clicks. Custom inventory menus should never duplicate the armor item or consume materials unexpectedly.

Compatibility​

The listing states Minecraft 1.20+ support. Verify the exact build before updating because trim constants and server APIs can change across versions.
COMPATIBILITY

Supported environment

The current listing states Minecraft 1.20+ support. Confirm the exact server build and material set before deployment.
REQUIREMENTS

Before installation

Configure patterns, materials, permissions and messages; test all inventory interactions and back up configuration before upgrades.
USE CASES

Where it fits

Cosmetic progression, donor perks, armor customization menus and servers exposing vanilla trims through a controlled GUI.
COMPARE

Choosing the right product

ArmorTrimer focuses on trim selection. It does not replace a broader cosmetics, economy or rank system.

Product overview

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)

DEMO

Configuration​

ArmorTrimer offers extensive configuration options:

GUI Customization​

Code:
gui:
  title: "&8⚒ &5&lArmor Trimer &8⚒"
size: 54

Custom Messages​

Code:
  apply-success: "&a✔ Armor trim applied successfully!"
  remove-success: "&a✔ Armor trim removed successfully!"
  no-armor: "&c✘ Please hold an armor item in your main hand."
  no-trim: "&c✘ This armor item doesn't have a trim."
  select-both: "&c✘ Please select both a template and a material."
  template-selected: "&a✔ Selected template: &e{template}"
material-selected: "&a✔ Selected material: &e{material}"

GUI Items​

Customize the appearance and placement of items in the GUI:

Code:
items:
  filler:
    material: BLACK_STAINED_GLASS_PANE
    name: " "
  border:
    material: GRAY_STAINED_GLASS_PANE
    name: " "
  apply-button:
    material: ANVIL
    name: "&a&lApply Trim"
    lore:
      - "&7Click to apply the selected"
      - "&7template and material to your armor."
    slot: 52
  remove-button:
    material: BARRIER
    name: "&c&lRemove Trim"
    lore:
      - "&7Click to remove the current"
      - "&7trim from your armor."
    slot: 53
  info:
    material: BOOK
    name: "&e&lHow to Use"
    lore:
      - "&71. Select a template (left)"
      - "&72. Choose a material (right)"
      - "&73. Click 'Apply Trim' to confirm"
    slot: 4

Trim Templates and Materials​

Easily configure available trim templates and materials:

Code:
templates:
  - material: COAST_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Coast Template"
    slot: 10
  - material: DUNE_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Dune Template"
    slot: 11
  - material: EYE_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Eye Template"
    slot: 12
  - material: HOST_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Host Template"
    slot: 19
  - material: RAISER_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Raiser Template"
    slot: 20
  - material: RIB_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Rib Template"
    slot: 21
  - material: SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Sentry Template"
    slot: 28
  - material: SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Shaper Template"
    slot: 29
  - material: SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Silence Template"
    slot: 30
  - material: SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Snout Template"
    slot: 37
  - material: SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Spire Template"
    slot: 38
  - material: TIDE_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Tide Template"
    slot: 39
  - material: VEX_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Vex Template"
    slot: 46
  - material: WARD_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Ward Template"
    slot: 47
  - material: WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE
    name: "&6Wayfinder Template"
    slot: 48

materials:
  - material: IRON_INGOT
    name: "&bIron Trim"
    slot: 14
  - material: GOLD_INGOT
    name: "&bGold Trim"
    slot: 15
  - material: DIAMOND
    name: "&bDiamond Trim"
    slot: 16
  - material: NETHERITE_INGOT
    name: "&bNetherite Trim"
    slot: 23
  - material: REDSTONE
    name: "&bRedstone Trim"
    slot: 24
  - material: COPPER_INGOT
    name: "&bCopper Trim"
    slot: 25
  - material: EMERALD
    name: "&bEmerald Trim"
    slot: 32
  - material: LAPIS_LAZULI
    name: "&bLapis Trim"
    slot: 33
  - material: AMETHYST_SHARD
    name: "&bAmethyst Trim"
    slot: 34

1727961241196-png.823789

1727961265386-png.823790

1727961340811-png.823791

1727961354053-png.823792

1727961365596-png.823793

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/mKNfGNQeuH

Enhance your server's gameplay and give your players more ways to express their style with ArmorTrimer! 🛡️🎨

Support and update planning

Support: Use the Shyam Studio support channel linked from the current BuiltByBit listing. Include the product version, server software, exact Minecraft build, dependency versions, logs and reproducible steps. Support availability and response times are governed by the current listing policy.
BUYER QUESTIONS

Frequently asked questions

Does ArmorTrimer support vanilla trim patterns?

The listing describes support for all vanilla armor trim patterns and materials available to the supported build.

What command opens the GUI?

The synchronized listing documents /trimer with the armortrimer.use permission.

What should be tested in the GUI?

Test clicks, drags, hotbar keys, closing, invalid items and repeated actions to protect against item loss or duplication.

OFFICIAL BUILTBYBIT LISTING

Ready to evaluate ArmorTrimer Easy Armor Customization Gui?

Review the current version, license terms, updates and checkout details on BuiltByBit before purchasing.

View on BuiltByBit

Similar products

More from Shyam Studio.

DTPA Modern Teleport Requests3.99 USD

DTPA Modern Teleport Requests

Shyam StudioMinecraft plugins

Minecraft TPA plugin with request GUIs, safe teleport checks, player preferences, cooldowns and Paper, Spigot or Folia support.

32 ratings
303 purchases
S Teams - Cross-Server x Folia Teams9.99 USD

S Teams - Cross-Server x Folia Teams

Shyam StudioMinecraft plugins

Cross-server Minecraft teams plugin with Redis synchronization, team chat, homes, GUI permissions and MySQL or SQLite storage.

19 ratings
104 purchases
ShyamStrike - Strike Practice Addon7.99 USD

ShyamStrike - Strike Practice Addon

Shyam StudioMinecraft plugins

StrikePractice addon that extends a configured Practice server with Shyam Studio gameplay and presentation features.

14 ratings
106 purchases
Back
Top