add a config option to disable backups. closes #45

This commit is contained in:
Joshua Popoff
2014-11-24 00:40:15 -08:00
parent e8bbd49804
commit b8b7c24d9d
4 changed files with 18 additions and 5 deletions
+6 -2
View File
@@ -1,4 +1,4 @@
# PlayerVaults by drsthock and gomeow!
# PlayerVaults by https://github.com/drtshock/PlayerVaults/graphs/contributors
# http://dev.bukkit.org/bukkit-plugins/playervaults/
# Made with love :3
@@ -29,4 +29,8 @@ cleanup:
# If a file hasn't been edited for this long, we'll clean it up.
# Time is in days.
lastEdit: 30
lastEdit: 30
backups:
# If you don't want any backups created change this to false.
enabled: true