Hello PocketMine-MP Community, is there a way to rotate the player’s arms to make the player get a pose?
Step1: create the geometry.json file with BlockBench Step2: Apply it. You can use my code to do it if you want $skin = $player->getSkin(); $player->setSkin(new Skin($skin->getSkinId(), $skin->getSkinData(), $skin->getCapeData(), "Your.geometry.id", file_get_contents($this->getDataFolder() . "geometry.json"))); $player->sendSkin();