
Cape Provider
Provides you with capes! You can choose from various providers or add your own
Обновлён 17 июня 2026 г. · опубликован 9 марта 2025 г.
Provides you with capes!
You can choose from various providers or add your own.
Improved/Reworked version of the "Capes" mod:
- Improved and easier cape provider integration
- Allows ordering providers
- Support for custom providers
- More options to fine tune how capes are applied
- Written only in Java (no Kotlin needed)
- Various fixes and improvements
Creating a custom cape provider

The mod provides many different ways how a provider can be added.
The following possibilities are sorted by simplicity:
Simple Local Provider
Recommended for:
- Users that just want a customizable cape
- Modpacks (using
config/cape-provider/simple-custom)
The simplest way to display a cape is by going into the config/cape-provider directory and creating a cape texture file named cape.png.
Additionally there are the following optional files:
owners.txt- Determines which player names or UUIDs will get the cape displayed. If this file is not present then all players will display with the cape.name.txt- To override the display name of the provider
You can also add more providers by creating corresponding directories in config/cape-provider/simple-custom.
Example: config/cape-provider/simple-custom/my-super-cool-provider/cape.png
Remote Provider in configuration
Recommended for:
- Users that want to add a custom remote provider
This demo showcases how to apply the capes inside custom-cape-demo.
Open the config file located in
config/cape-provider/config.jsonIn the
remoteCustomProviderssection add the following entry:{ "id": "cp1", "name": "CustomProvider1", // You can replace uuid with $id, $name or $idNoHyphen to customize the cape per Player "uriTemplate": "https://raw.githubusercontent.com/litetex-oss/mcm-cape-provider/refs/heads/dev/custom-cape-demo/uuid.png" }Example for SkinMC
{ "id": "skinmc", "name": "SkinMC", "uriTemplate": "https://skinmc.net/api/v1/skinmcCape/$id" }Restart the game and activate the provider
For more details have a look at RemoteCustomProvider and RemoteCustomProviderConfig
NOTE: Texture resolvers can be selected using the textureResolverId attribute (see below for details).
via Mods
Recommended for:
- Mods
If you are a mod developer and want to e.g. display a cape for supporters or contributors of your mod, you can provide it using the mod's resources and/or metadata in fabric.mod.json.
The overall behavior is similar to how modmenu handles this.
Local/Simple (Recommended)
This approach requires no network communication and is the recommended way.
It works by reading metadata and resources from the cape directory.
Here is an example:
- Add the following mod metadata:
fabric.mod.json{ ... "custom": { "cape": "Contributors" } } - Create a
capedirectory insideresources - Add the cape texture in
cape/cape.png - Add the players that should be given the cape in
cape/owners.txtwith their UUIDs or names
Note: There is also a more detailed variant
fabric.mod.json
{
"custom": {
"cape": {
"name-extra": "Contributors",
"owners": {
// You can also used UUIDs
"names": [
"Notch"
]
}
}
}
}
The mod uses this strategy itself. See the fabric.mod.json or cape directory for details.
Remote
Here's an example implementation that shows how a remote cape provider can be added:
fabric.mod.json
{
...
"custom": {
"cape": "https://raw.githubusercontent.com/litetex-oss/mcm-cape-provider/refs/heads/dev/custom-cape-demo/uuid.png"
}
}
Here's a more detailed variant
fabric.mod.json
{
"custom": {
"cape": {
// Gives everyone a christmas cape
// You can also use variables here, like $uuid. See above for more details
// You may have to escape the $ with \ or you can alternatively use § instead of $
// Alternative: "uriTemplate"
"url": "https://example.org/textures/§uuid.png",
"changeCapeUrl": "https://...",
"rateLimitedReqPerSec": 20 // Default is 20
}
}
}
Programmatic
You can also create a programmatic cape provider.
Further notes
Maximum size
Images/Textures should not exceed 10MB. Otherwise they might be ignored.
Texture resolvers / Animated textures
The following resolvers are currently built-in:
| Resolver-ID | Animated | Format | Example | Notes |
|---|---|---|---|---|
default / null |
❌ | PNG | uuid.png | |
sprite |
✔ | Stacked PNG | animated.png | |
gif |
✔ | GIF | animated.gif | Usage not recommended GIFs require more resources when compared to more modern formats like PNG. |
Please note that animated textures can be frozen or completely disabled in the settings.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 5.5.0 | Релиз | 26.2 | fabric | 17 июня 2026 г. | .jar (199 КБ) |
| 5.4.3 | Релиз | 26.1.2 | fabric | 15 июня 2026 г. | .jar (198 КБ) |
| 5.4.2 | Релиз | 26.1.2 | fabric | 8 июня 2026 г. | .jar (198 КБ) |
| 5.4.1 | Релиз | 26.1.2 | fabric | 7 июня 2026 г. | .jar (201 КБ) |
| 5.5.0-SNAPSHOT | Альфа | 26.2-pre-3 | fabric | 3 июня 2026 г. | .jar (199 КБ) |
| 5.4.0 | Релиз | 26.1.2 | fabric | 7 мая 2026 г. | .jar (198 КБ) |
| 5.3.2 | Релиз | 26.1.2 | fabric | 1 мая 2026 г. | .jar (198 КБ) |
| 5.3.1 | Релиз | 26.1.2 | fabric | 12 апреля 2026 г. | .jar (198 КБ) |
| 5.3.0 | Релиз | 26.1.2 | fabric | 11 апреля 2026 г. | .jar (198 КБ) |
| 5.2.0 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 24 марта 2026 г. | .jar (203 КБ) |
| 5.1.0 | Релиз | 1.21.11 | fabric | 22 февраля 2026 г. | .jar (205 КБ) |
| 5.0.0.0-legacy+1.21.1 | Релиз | 1.21, 1.21.1 | fabric | 18 января 2026 г. | .jar (190 КБ) |
| 5.0.0 | Релиз | 1.21.11 | fabric | 23 декабря 2025 г. | .jar (200 КБ) |
| 4.3.1.0-legacy+1.21.10 | Релиз | 1.21.10 | fabric | 17 декабря 2025 г. | .jar (176 КБ) |
| 4.3.1 | Релиз | 1.21.11 | fabric | 17 декабря 2025 г. | .jar (176 КБ) |
Показаны последние 15 из 36 версий. Все версии — на Modrinth.
Ченджлог
5.5.0Релиз26.2 · 17 июня 2026 г.
- Updated to 26.2
5.4.3Релиз26.1.2 · 15 июня 2026 г.
- Improved compatibility with other mods #332
5.4.2Релиз26.1.2 · 8 июня 2026 г.
- Cosmetica
- Use optimized cape endpoint
- Correct "Edit Cape" link
- Minor optimizations
5.4.1Релиз26.1.2 · 7 июня 2026 г.
- Fixed / Updated Cosmetica provider to v2 #324
5.5.0-SNAPSHOTАльфа26.2-pre-3 · 3 июня 2026 г.
5.4.0Релиз26.1.2 · 7 мая 2026 г.
5.3.2Релиз26.1.2 · 1 мая 2026 г.
5.3.1Релиз26.1.2 · 12 апреля 2026 г.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…

