kolbytn / mindcraft

MIT License
2.22k stars 267 forks source link

Profile skins (Fabric Tailor) #322

Closed Nimikita closed 5 days ago

Nimikita commented 1 week ago

Support for a "skin" object in profiles providing a path and model type. Requires the Fabric Tailor mod on the player client to be visible.

"skin": {
    "path": "url_or_local_path_here.png",
    "model": "slim_or_classic"
}

Bot will execute /skin set URL ${model} ${path} upon joining if a skin is present, and /skin clear if not to clear client cache.