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

ResourcePackClientResponsePacket

Discussion in 'Development' started by Алексей, Mar 23, 2017.

  1. Алексей

    Алексей Silverfish

    Messages:
    22
    GitHub:
    opkiler22789
  2. xBeastMode

    xBeastMode Shog Chips

    Messages:
    0
     
  3. xBeastMode

    xBeastMode Shog Chips

    Messages:
    0
    Also the PHP binaries for PocketMine require OpenSSL for this.
     
  4. Sandertv

    Sandertv Zombie Pigman Poggit Reviewer

    Messages:
    786
    GitHub:
    Sandertv
    Not anymore ;) I think dktapps changed it to use hash something.
     
  5. TheDiamondYT

    TheDiamondYT Zombie

    Messages:
    298
    GitHub:
    TheDiamondYT1
    It will be required in the near future according to dylan
     
    jasonwynn10 and Sandertv like this.
  6. Алексей

    Алексей Silverfish

    Messages:
    22
    GitHub:
    opkiler22789
    But is it not easier?
    I wanted to see something like this:
    Code:
    $pk = new ResourcePackClientResponsePacket();
    $pk->mustAccept(true);
    
     
  7. dktapps

    dktapps Administrator Staff Member PMMP Team

    Messages:
    774
    GitHub:
    dktapps
    DO NOT send packets directly. That is bad practice that's come about from lack of suitable API.

    Resource packs are currently a work in progress on a development branch not intended for production use. Currently only base functionality is present, plugins do not have any power over them currently.

    If you insist on using packets, note that the Resource Pack Client Response is sent by the client only.
     
    jasonwynn10 and Алексей like this.
  8. Thunder33345

    Thunder33345 Moderator Staff Member

    Messages:
    2,137
    GitHub:
    Thunder33345
    does that imply they will in the future?
     
    jasonwynn10 likes this.
  9. Алексей

    Алексей Silverfish

    Messages:
    22
    GitHub:
    opkiler22789
    Thank you for being too busy, I will wait
     
  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.