Shields & Banners
How to add color and patterns to your shields and banners:
Information:
Usage: {Pattern}:{Color}
RGB: {Pattern}:{Red},{Green},{Blue}
Item: option
If you wish to give players a banner or shield with the colors and patterns on them then they work just like any other item in the Items:
section.
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
Items:
- 'Item:Shield, HALF_HORIZONTAL:255,0,0'
*Note 255,0,0
is red in RGB.