09-28-2020, 11:11 AM
09-28-2020, 05:51 PM
I don't think we have zip file support at the moment. https://github.com/cuberite/cuberite/issues/3419
You may be able to find a Lua library for it.
You may be able to find a Lua library for it.
09-28-2020, 06:01 PM
Ive found many pure lua ones but I havent been able to use them because they come up with arbitrary errors that have no online documentation for how to fix. In the end ive settled with a tiny unzip lib i found from an ancient website, its 20kb and had warnings about download time.
09-28-2020, 10:48 PM
There seems to be a library which uses the zlib Library to unzip files
https://github.com/madler/zlib/tree/mast...ib/minizip
But we have to check if the license stuff works
https://github.com/madler/zlib/tree/mast...ib/minizip
But we have to check if the license stuff works