Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Static Cape

jadar edited this page Nov 14, 2013 · 8 revisions

Static capes are capes that stay the same, not animated. They can be a higher resolution than the default, 64x32.
For resolutions see Cape Pack.

##Contents Metadata
Setup

###Metadata Static capes are defined in the Cape Pack `pack.mcmeta` file in JSON, by assigning a name to an image file name. For example, `"exampleCape": "cape1.png"`, says `exampleCape` has the image `cape1.png`, and `exampleCape` is what shows up in the [cape change GUI]().

Here is a example of a full pack.mcmeta file with only one static cape.

{
    "exampleCape": "cape1.png"
}
###Setup To set up a Static Cape with RankCapes, first get a image that complies with the [requirements](https://github.com/jadar/RankCapesBukkit/wiki/Cape-Pack#wiki-images) for capes. Next, put the image in the [Cape Pack](https://github.com/jadar/RankCapesBukkit/wiki/Cape-Pack) ZIP file. Finally, add the cape to the `pack.mcmeta` file as shown [above](#metadata).
Clone this wiki locally