Skip to main content
Version: Current

Shields & Banners

How to add color and patterns to your shields and banners:

Information:

Usage: {Pattern}:{Color}

RGB: {Pattern}:{Red},{Green},{Blue}

[Colors](https://jd.papermc.io/paper/ 1.21.1/org/bukkit/DyeColor.html)

[Pattern Types](https://jd.papermc.io/paper/ 1.21.1/org/bukkit/block/banner/PatternType.html)

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.