add a config option to disable backups. closes #45
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user