/armortrim set <player> <trim> - Applies the selected armor trim to a player
/armortrim reload - Reloads the plugin
Permissions
armortrim.command.set - Allows use of the /armortrim set command
armortrim.command.reload - Allows use of the /armortrim reload command
✔ MiniMessage Support You can use MiniMessage formatting to customize messages with colors and gradients.
✔
Unlimited Armor Trim Support Create unlimited custom armor trims with custom materials and patterns.
Code (YAML):
settings:
minimessage: true
Code (YAML):
messages:
prefix: "<dark_gray>[<green>UltimateArmorTrim<dark_gray>]</dark_gray>" no-permission: "%prefix% <red>You don't have permission to use this command!</red>" player-only: "%prefix% <red>You can't use commands from console!</red>" player-not-found: "%prefix% <red>Player is not online!</red>" no-armor: "%prefix% <red>The player is not wearing any armor!</red>" invalid-trim: "%prefix% <red>That armor trim does not exist!</red>" invalid-trim-config: "%prefix% <red>The armor trim configuration is invalid!</red>" trim-apply-sender: "%prefix% <green>You have applied the armor trim to <gray>%target%</gray>!</green>" trim-apply-target: "%prefix% <green>You have received a new armor trim!</green>" help-header: "<yellow>----- UltimateArmorTrim Commands -----</yellow>" help-set: "%prefix% <white>/%cmd% set <player> <trim> <gray>- Applies the selected armor trim to a player</gray></white>" help-reload: "%prefix% <white>/%cmd% reload <gray>- Reloads the plugin</gray></white>" reload-success: "%prefix% <green>Successfully reloaded!</green>" reload-fail: "%prefix% <red>A serious error occurred during reloading</red>"