Hello, i want to spawn a armor_stand with a head of anyones skin but i don't know how.. Can someone tell me if i can do that on packet?
ok, then forget the skin, but can i spawn a armor_stand on pocketmine now? because when i do /give @ armor_stand 1 it worked, but when i try to spawn by click on the ground they don't spawn ;-;, can i spawn with packets?
ArmorStand.php PHP: <?phpnamespace Entity;class ArmorStand { const NETWORK_ID = self::ARMOR_STAND; } Register PHP: Entity::registerEntity(ArmorStand::class, false, ["Armor Stand", "minecraft:armor_stand"]);