... | @@ -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,12 +46,12 @@ Patterns |
... | @@ -51,12 +46,12 @@ 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
|
... | @@ -66,8 +61,9 @@ Examples |
... | @@ -66,8 +61,9 @@ Examples |
|
- RED SKULL
|
|
- RED SKULL
|
|
- ORANGE SKULL
|
|
- ORANGE SKULL
|
|
- YELLOW SKULL
|
|
- YELLOW SKULL
|
|
|
|
```
|
|
SkeletonKingBanner:
|
|
```
|
|
|
|
SkeletonKingBanner:
|
|
Id: banner
|
|
Id: banner
|
|
Display: '&4Skeleton King<&sq>s Banner'
|
|
Display: '&4Skeleton King<&sq>s Banner'
|
|
Options:
|
|
Options:
|
... | @@ -79,5 +75,4 @@ Examples |
... | @@ -79,5 +75,4 @@ Examples |
|
- WHITE CREEPER
|
|
- WHITE CREEPER
|
|
- YELLOW STRIPE_TOP
|
|
- YELLOW STRIPE_TOP
|
|
- BLACK TRIANGLES_TOP
|
|
- BLACK TRIANGLES_TOP
|
|
|
|
``` |
|
[1] as of MythicMobs version 2.3.2 or later |
|
|