Update Banner Layers authored by Eutherin's avatar Eutherin
......@@ -3,18 +3,13 @@ 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" />
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 behaviour 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.
Banner layers are also applicable to the shield-items introduced in
Minecraft 1.9 [1].
Banner layers are also applicable to shields.
Syntax
------
```
Banner:
Id: <banner/shield>
Options:
......@@ -22,7 +17,7 @@ Syntax
BannerLayers:
- <color> <pattern>
- <color> <pattern>
```
Patterns
--------
......@@ -51,7 +46,7 @@ Patterns
Examples
--------
```
testbanner:
Id: banner
Display: '&rBanner of Test'
......@@ -66,7 +61,8 @@ Examples
- RED SKULL
- ORANGE SKULL
- YELLOW SKULL
```
```
SkeletonKingBanner:
Id: banner
Display: '&4Skeleton King<&sq>s Banner'
......@@ -79,5 +75,4 @@ Examples
- WHITE CREEPER
- YELLOW STRIPE_TOP
- BLACK TRIANGLES_TOP
[1] as of MythicMobs version 2.3.2 or later
```