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

Plugin Config

jadar edited this page Nov 12, 2013 · 6 revisions

The plugin config specifies which port you want the cape pack to be sent to clients over, and the Cape Pack file name.

##Contents 1. Cape Pack
2. Port
3. Default file

###Cape Pack The `cape-pack` field is the file name that is used to locate the [Cape Pack](http://github.com/jadar/RankCapesBukkit/wiki/Cape-Pack) ZIP that is sent to the clients. This *should not be blank.* The default value is `capes.zip`. ###Port The `port` field is the port to listen for modded clients on, and send the [Cape Pack](http://github.com/jadar/RankCapesBukkit/wiki/Cape-Pack) over. *-Do not set this to the Minecraft server port.-* If you are behind a router, you will have to port forward this port. The default value is 25567. ###Default config file This is the default RankCapes plugin config file. ```yaml # Default RankCapes plugin config file.

The filename of the cape pack zip.

cape-pack: capes.zip

The port to listen for clients on. used to send capes to client. do not set this to your minecraft server port!

port: 25567

Clone this wiki locally