Resource Pack Manager 1.7.0:
- [New] Added support for multiple resource packs on 1.20.3+ servers using addResourcePack API, allowing ResourcePackManager to coexist with other plugins that send resource packs.
- [New] Added "cluster" mode for compatible plugins - allows processing multiple resource packs from subdirectories in a single plugin folder.
- [New] Added compatibility with MegaBlockSurvivors.
- [New] Updated EliteMobs compatibility to use the new cluster mode, now reading from the resource_pack folder instead of exports.
- [Fix] Improved stability detection - resource packs now wait 10 seconds without changes before being considered stable (was 3 seconds).
- [Fix] Added SHA1 comparison to detect unchanged resource packs, preventing unnecessary reprocessing on reload.
- [Fix] Improved error handling for encrypted or corrupted resource packs - they are now gracefully skipped instead of causing errors.
- [Fix] Fixed potential null pointer exceptions when processing mixer folder contents.
- [Fix] Fixed issue where non-zip files and directories in the mixer folder could cause processing errors.