... | @@ -3,26 +3,21 @@ Banner Layers |
... | @@ -3,26 +3,21 @@ 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" />
|
|
<img src="http://fs5.directupload.net/images/160306/4jggyj4s.jpg" width="500" height="200" alt="http://fs5.directupload.net/images/160306/4jggyj4s.jpg" />
|
|
|
|
|
|
To make complex banner items in MythicMobs, you can use the following
|
|
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.
|
|
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 behaviour and/or lag.
|
|
|
|
|
|
|
|
Banner layers are also applicable to the shield-items introduced in
|
|
Banner layers are also applicable to shields.
|
|
Minecraft 1.9 [1].
|
|
|
|
|
|
|
|
Syntax
|
|
Syntax
|
|
------
|
|
------
|
|
|
|
```
|
|
Banner:
|
|
Banner:
|
|
Id: <banner/shield>
|
|
Id: <banner/shield>
|
|
Options:
|
|
Options:
|
|
Color: <BASE COLOR>
|
|
Color: <BASE COLOR>
|
|
BannerLayers:
|
|
BannerLayers:
|
|
- <color> <pattern>
|
|
- <color> <pattern>
|
|
- <color> <pattern>
|
|
- <color> <pattern>
|
|
|
|
```
|
|
Patterns
|
|
Patterns
|
|
--------
|
|
--------
|
|
|
|
|
... | @@ -51,33 +46,33 @@ Patterns |
... | @@ -51,33 +46,33 @@ Patterns |
|
|
|
|
|
Examples
|
|
Examples
|
|
--------
|
|
--------
|
|
|
|
```
|
|
testbanner:
|
|
testbanner:
|
|
Id: banner
|
|
Id: banner
|
|
Display: '&rBanner of Test'
|
|
Display: '&rBanner of Test'
|
|
Options:
|
|
Options:
|
|
Color: 0,0,0
|
|
Color: 0,0,0
|
|
BannerLayers:
|
|
BannerLayers:
|
|
- GRAY DIAGONAL_RIGHT
|
|
- GRAY DIAGONAL_RIGHT
|
|
- RED GRADIENT
|
|
- RED GRADIENT
|
|
- YELLOW GRADIENT_UP
|
|
- YELLOW GRADIENT_UP
|
|
- WHITE BORDER
|
|
- WHITE BORDER
|
|
- BLACK SKULL
|
|
- BLACK SKULL
|
|
- RED SKULL
|
|
- RED SKULL
|
|
- ORANGE SKULL
|
|
- ORANGE SKULL
|
|
- YELLOW SKULL
|
|
- YELLOW SKULL
|
|
|
|
```
|
|
SkeletonKingBanner:
|
|
```
|
|
Id: banner
|
|
SkeletonKingBanner:
|
|
Display: '&4Skeleton King<&sq>s Banner'
|
|
Id: banner
|
|
Options:
|
|
Display: '&4Skeleton King<&sq>s Banner'
|
|
Color: RED
|
|
Options:
|
|
BannerLayers:
|
|
Color: RED
|
|
- WHITE CURLY_BORDER
|
|
BannerLayers:
|
|
- WHITE STRIPE_CENTER
|
|
- WHITE CURLY_BORDER
|
|
- BLACK STRIPE_BOTTOM
|
|
- WHITE STRIPE_CENTER
|
|
- WHITE CREEPER
|
|
- BLACK STRIPE_BOTTOM
|
|
- YELLOW STRIPE_TOP
|
|
- WHITE CREEPER
|
|
- BLACK TRIANGLES_TOP
|
|
- YELLOW STRIPE_TOP
|
|
|
|
- BLACK TRIANGLES_TOP
|
|
[1] as of MythicMobs version 2.3.2 or later |
|
``` |