Backup management from Paper plugin moved into Pandalib + new BackupCleaner + refactored working directory backup

This commit is contained in:
2022-12-12 18:54:00 +01:00
parent 5b20cb4372
commit 06815c5c75
11 changed files with 987 additions and 0 deletions

View File

@@ -70,6 +70,13 @@
<artifactId>paper-mojangapi</artifactId>
<version>${paper.version}-SNAPSHOT</version>
</dependency>
<!-- Cron expression interpreter -->
<dependency>
<groupId>ch.eitchnet</groupId>
<artifactId>cron</artifactId>
<version>1.6.2</version>
</dependency>
</dependencies>
</project>