Description:
A fun plugin that adds custom capes to your server. Simply hold a banner in your hand and run /cape! Or now you can run /cape and open the customizable GUI! Excellent donator perk!
Version 1.4 BETA and up require spigot 1.8.3+. Capes no longer get in the way of placing blocks, putting on armor, etc.
BETA INFO:
Plugin may have bugs and might need more features so please request features and report bugs! Also, it will look laggy in F5 mode, but it looks better to other players.
Servers running this plugin:
Features:
- Let me know if you want your server here
Planned Features:
- Use any banner
- Works with teleporting
- Works with respawns
- Allows for banner to drop on death
- Cape has virtually no hitbox
- Customizable GUI
- Developer API
- Add cape physics like minecon capes (Not perfected yet, and can be disabled)
Commands:
- Currently nothing planned other than better physics. Please let me know if you want something else
Permissions :
- /cape or /capes (Remove current cape, or put on banner in hand or if GUI is enabled, it opens the GUI)
- /cape reload (Reloads the Settings.yml file)
- /cape add {CapeName} (Adds a cape to the GUI if you are holding a banner)
- /cape remove {CapeName} (Removes the cape with the name you enter)
- /cape hand (Puts on a cape with the banner in hand)
All permissions default to op
Bugs:
- cape.create (Put on cape from banner in hand)
- cape.admin (Access to all admin commands)
- cape.gui (Open the cape GUI)
- cape.{CapeName} (Access to that cape in the GUI)
Developer API:
- Looks laggy in F5 mode (Cannot be fixed AFAIK)
Very simple to use. Simply add the .jar file to your build path and use the following. Here are the methods you can use:
Buy Me Pizza (100% optional)Code (Text):CapeAPI.openCapeGui(Player player);
CapeAPI.equipCapeFromHand(Player player);
CapeAPI.equipCapeFromItemstack(Player player, ItemStack banner);
CapeAPI.hasCape(Player player) //returns a boolean
![]()

Capes 1.8 BETA
A FREE plugin to add custom capes to your server without client-side mods!
Recent Updates
- Quit Fix Jul 9, 2015
- Permissions Fix Jul 9, 2015
- Capes API Jul 8, 2015