SymplyX / Symply-PM

A new server generation software for Minecraft: Bedrock Edition in PHP
https://symplymc.com
GNU Lesser General Public License v3.0
19 stars 1 forks source link

add system url resources pack in symply #20

Closed SenseiTarzan closed 10 months ago

SenseiTarzan commented 10 months ago

Added support for url resource packs and change to pmmp api for encryption key

Method

Remove

  • getPackEncryptionKey in ResourcePackManager

Add

  • getPackUrl in ResourcePackManager
  • addPackUrl in ResourcePackManager
  • getEncryptionKey in ResourcePack
  • getContentId in ResourcePack
  • setEncryptionKey in ResourcePack

Modify

  • setPackEncryptionKey in ResourcePackManager liked setEncryptionKey of ResourcePack Class

Class

Add

  • URLResourcePack
  • PackSizeUnavailable
  • InvalidPackChunkURLException
  • Utils

in folder symply

Properties

Add

  • encryptionKey in ResourcePack

Files

Modify

  • resource_packs.yml