Separate names with a comma.
Comments in 'Plugin Development' started by MyNameIsTriXz, Dec 11, 2015.
Does it work to set as example players with base64 encoding skins? If yes, how?
PHP: $player->setSkin($str);
$player->setSkin($str);
Is the $str a base64 text?
No, it is a pure binary payload. It is actually an RGBA bitmap of the skin's raw outline.