Shields & Banners
Usage and info
Usage: <Pattern>:<Color>
RGB: <Pattern>:<Red>,<Green>,<Blue>
*Note that the RGB option may not always work due to some internal stuff in MC that doesn't always let every colorwork.
Display Items
If you wish to add the colors and patterns to your shields and banners this is how you would for the Display Items.
Set the item to either a banner or a shield and then use the option called Patterns:
and use the option like this.
Example:
Gkitz:
Hero:
Display:
Name: '<bold><green>Fancy Shield</green></bold>'
Item: 'SHIELD'
Patterns:
- 'HALF_HORIZONTAL:RED'
- 'RHOMBUS_MIDDLE:BLACK'
- 'STRIPE_TOP:RED'
- 'STRIPE_BOTTOM:WHITE'
- 'STRIPE_MIDDLE:BLACK'
- 'CIRCLE_MIDDLE:WHITE'
Item: option
If you wish to give players a banner or shield with the colors and patterns on them then they work like normal options in the Items: list.
Example:
Items:
- 'Item:Shield, HALF_HORIZONTAL:RED, RHOMBUS_MIDDLE:BLACK, STRIPE_TOP:RED, STRIPE_BOTTOM:WHITE, STRIPE_MIDDLE:BLACK, CIRCLE_MIDDLE:WHITE'
RGB Example
This is for if you wish to use a custom color instead of preset ones by Minecraft.
Example:
Gkitz:
Hero:
Display:
Name: '<bold><green>Fancy Shield</green></bold>'
Item: 'SHIELD'
Patterns:
- 'HALF_HORIZONTAL:255,0,0'
Items:
- 'Item:Shield, HALF_HORIZONTAL:255,0,0'
*Note 255,0,0
is red in RGB.