felixklauke / paper-docker

PaperSpigot Docker. Easy to use and clean docker image for running paper spigot servers in docker containers using OpenJDK. WIP
https://www.felix-klauke.com
MIT License
55 stars 29 forks source link

Add support for backup plugins #62

Closed eYdr1en closed 3 years ago

eYdr1en commented 3 years ago

Backup plugins needs to have worlds folder in SERVER_PATH to do the backup and they create backup folder in SERVER_PATH

felixklauke commented 3 years ago

This looks plugin specific to me. This should be done via a dedicated volume and shouldn't be our concern :(