1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

How to get image png of a xbox profile name?

Discussion in 'Development' started by LewBr, Feb 1, 2018.

  1. LewBr

    LewBr Zombie

    Messages:
    385
    GitHub:
    lewbr
    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);
        }

     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.