|
Banner Layers
|
|
Banner Layers
|
|
=============
|
|
=============
|
|
|
|
|
|
<img src="http://fs5.directupload.net/images/160306/4jggyj4s.jpg" width="500" height="200" alt="http://fs5.directupload.net/images/160306/4jggyj4s.jpg" />
|
|
![image](uploads/204528492902aa041447fe90880071d8/image.png)
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
... | @@ -12,8 +12,7 @@ Syntax |
... | @@ -12,8 +12,7 @@ Syntax |
|
```
|
|
```
|
|
Banner:
|
|
Banner:
|
|
Id: <banner/shield>
|
|
Id: <banner/shield>
|
|
Options:
|
|
#For Banners, the base color is set by the item ID
|
|
Color: <BASE COLOR>
|
|
|
|
BannerLayers:
|
|
BannerLayers:
|
|
- <color> <pattern>
|
|
- <color> <pattern>
|
|
- <color> <pattern>
|
|
- <color> <pattern>
|
... | @@ -48,28 +47,24 @@ Patterns |
... | @@ -48,28 +47,24 @@ Patterns |
|
Examples
|
|
Examples
|
|
--------
|
|
--------
|
|
```
|
|
```
|
|
testbanner:
|
|
SkeletonKingBannerShield:
|
|
Id: banner
|
|
Id: shield
|
|
Display: '&rBanner of Test'
|
|
Display: '&4Skeleton King<&sq>s Banner'
|
|
Options:
|
|
|
|
Color: 0,0,0
|
|
|
|
BannerLayers:
|
|
BannerLayers:
|
|
- GRAY DIAGONAL_RIGHT
|
|
- RED BASE
|
|
- RED GRADIENT
|
|
- WHITE CURLY_BORDER
|
|
- YELLOW GRADIENT_UP
|
|
- WHITE STRIPE_CENTER
|
|
- WHITE BORDER
|
|
- BLACK STRIPE_BOTTOM
|
|
- BLACK SKULL
|
|
- WHITE CREEPER
|
|
- RED SKULL
|
|
- YELLOW STRIPE_TOP
|
|
- ORANGE SKULL
|
|
- BLACK TRIANGLES_TOP
|
|
- YELLOW SKULL
|
|
|
|
```
|
|
```
|
|
```
|
|
```
|
|
SkeletonKingBanner:
|
|
SkeletonKingBanner:
|
|
Id: banner
|
|
Id: orange_banner
|
|
Display: '&4Skeleton King<&sq>s Banner'
|
|
Display: '&4Skeleton King<&sq>s Banner'
|
|
Options:
|
|
|
|
Color: RED
|
|
|
|
BannerLayers:
|
|
BannerLayers:
|
|
|
|
- RED BASE
|
|
- WHITE CURLY_BORDER
|
|
- WHITE CURLY_BORDER
|
|
- WHITE STRIPE_CENTER
|
|
- WHITE STRIPE_CENTER
|
|
- BLACK STRIPE_BOTTOM
|
|
- BLACK STRIPE_BOTTOM
|
... | | ... | |