Banner Layers
To make complex banner items in MythicMobs, you can use the following syntax. There is no hard limit placed by MythicMobs on the number of banner layers you can use and you can go past the vanilla maximum of 6 layers set by Minecraft using this. However going past 6 layers may cause unusual behavior and/or lag.
Banner layers are also applicable to shields.
Syntax
Banner:
Id: <banner/shield>
#For Banners, the base color is set by the item ID
BannerLayers:
- <color> <pattern>
- <color> <pattern>
Patterns
Patterns | |
---|---|
BASE | SQUARE_BOTTOM_LEFT |
BORDER | SQUARE_BOTTOM_RIGHT |
CIRCLE_MIDDLE | SQUARE_TOP_LEFT |
CREEPER | SQUARE_TOP_RIGHT |
CROSS | STRAIGHT_CROSS |
CURLY_BORDER | STRIPE_BOTTOM |
DIAGONAL_LEFT | STRIPE_CENTER |
DIAGONAL_LEFT_MIRROR | STRIPE_DOWNLEFT |
DIAGONAL_RIGHT | STRIPE_DOWNRIGHT |
DIAGONAL_RIGHT_MIRROR | STRIPE_LEFT |
FLOWER | STRIPE_MIDDLE |
GRADIENT | STRIPE_RIGHT |
GRADIENT_UP | STRIPE_SMALL |
HALF_HORIZONTAL | STRIPE_TOP |
HALF_HORIZONTAL_MIRROR | TRIANGLE_BOTTOM |
HALF_VERTICAL | TRIANGLE_TOP |
HALF_VERTICAL_MIRROR | TRIANGLES_BOTTOM |
MOJANG | TRIANGLES_TOP |
RHOMBUS_MIDDLE | BRICKS |
SKULL | GLOBE |
PIGLIN |
Examples
SkeletonKingBannerShield:
Id: shield
Display: '&4Skeleton King<&sq>s Banner'
BannerLayers:
- RED BASE
- WHITE CURLY_BORDER
- WHITE STRIPE_CENTER
- BLACK STRIPE_BOTTOM
- WHITE CREEPER
- YELLOW STRIPE_TOP
- BLACK TRIANGLES_TOP
SkeletonKingBanner:
Id: orange_banner
Display: '&4Skeleton King<&sq>s Banner'
BannerLayers:
- RED BASE
- WHITE CURLY_BORDER
- WHITE STRIPE_CENTER
- BLACK STRIPE_BOTTOM
- WHITE CREEPER
- YELLOW STRIPE_TOP
- BLACK TRIANGLES_TOP