EndstoneMC / endstone

Endstone - High-level Plugin API for Bedrock Dedicated Servers (BDS), in both Python and C++.
http://endstone.dev/
Apache License 2.0
269 stars 26 forks source link

[feature] Add Player::getSkin #24

Closed wu-vincent closed 4 months ago

wu-vincent commented 5 months ago

Is your feature request related to a problem? Please describe. To allow the skins be saved or used for other purposes e.g. player heads.

Describe the solution you'd like Add a Skin object and a getSkin function to the Player class that returns the Skin object.