Skip to content

[Feature] Custom Cloak Image Rendering for Player Models #17

Open
@Clemintina

Description

@Clemintina

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions