binhex / arch-minecraftbedrockserver

Docker build script for Arch Linux base with Minecraft Bedrock server
GNU General Public License v3.0
16 stars 9 forks source link

zipped files instead of just purely copying them #6

Open Wamy-Dev opened 1 year ago

Wamy-Dev commented 1 year ago

Zips worlds folder instead of the just copying it. Allows for better compression as well as the ability to easily backup to the cloud.

Also copies the server.properties file which is important and could have customized options.

I have not tested this myself, but the code is pretty straight forward and should work as expected.