Is it possible to get head of players skin in pocketmine? Screen: https://cloud.githubusercontent.com...3402/605cc734-22e6-11e7-9147-a0161a46e101.png I have not some code because i do not know name of symbol that is created head from if everyone know please tell me
To help you extract the skin data, PEMapModder dumped the nibble offsets from the skin data (non-slim) for the head pixels: https://github.com/LegionPE/LegionPE-Theta-Base/blob/master/resources/head.json Note that these are nibble offsets, so 0 means bytes 0-3, 8 means bytes 4-7, 16 means bytes 8-11, 24 means bytes 12-15, vice versa.
Ok, Login Time I was looking to docs and php sytes I saved skin to file but i think there is not way to open file get head from skin and send?
Is it possible than to geht a players-head? Because you can set the nbt with Bytes/.png and you can get the Head as Bytes.
Eh... MCPE (and MCPC) have text color limitations. However, I'm not sure if my color comparing code is accurate enough.