Can i get a xbox profile png from a player? For example from this: PHP: $pk = new PlayerListPacket(); $pk->type = PlayerListPacket::TYPE_ADD; $pk->entries[] = PlayerListEntry::createAdditionEntry($this->player->getUniqueId(), $this->player->getId(), $this->player->getName(),$this->player->getSkin(), $this->player->getXuid()); foreach($this->plugin->getServer()->getOnlinePlayers() as $players){ $players->dataPacket($pk); }