Open
Description
Hello,
I am writing to suggest a feature related to Cloaks. My suggestion is the following:
Feature Summary:
Introduce the ability to add custom cloak images to player renders, enhancing the visual customisation and engagement for users on platforms like Discord and Minecraft related websites. This feature would allow users to submit a custom image via a URL or a locally cached asset.
Feature Preferred Implementation:
POST /{mode}/{playerId}/cloak
Content-Type: multipart/form-data or Content-Type: application/json
{
"cloakUrl": "http://optifine.net/capes/{playerName}.png", // Preferred method
"cloakImage": (binary image data) // Used mainly for testing
}