Hello, I'm using PHP, create a simply Human Skin Converter. His convert .png skin to PocketMine skn format. Yeah, I know about @Samueljh1 thing, but in his converter, show no only converted skin, more one - skin-image. In my converter all is more easy. URL: mrgenga.tk/skin.php?url=http:///skins.minecraft.net/MinecraftSkins/MrGenga.png I use in example, my skin from minecraft.net, you can use your url. If image no exisst, his show - fail Example: PHP: $skin = file_get_contents("http://mrgenga.tk/skin.php?url=http://skins.minecraft.net/MinecraftSkins/MrGenga.png");if(!$skin=="fail") $this->getServer()->getPlayer("MrGenga")->setSkin($skin);[
Hi, I have some code that does that. https://github.com/alejandroliu/poc...aster/GrabBag/src/aliuly/common/SkinUtils.php it is part of libcommon (http://alejandroliu.github.io/pocketmine-plugins/apidocs/class-aliuly.common.SkinUtils.html)