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.
Banner layers are also applicable to shields.
Syntax
------
```
```yml
Banner:
Id:<banner/shield>
#For Banners, the base color is set by the item ID
#For Banners, the base color is set by the item ID
BannerLayers:
-<color> <pattern>
-<color> <pattern>
...
...
@@ -20,6 +19,9 @@ Banner:
Patterns
--------
A list of available [patterns](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/banner/PatternType.html) can be found on the spigot javadocs.