2.x-1.16
szymon 2020-10-29 12:30:54 +01:00
parent b0b2696251
commit 38030be54d
1 changed files with 3 additions and 3 deletions

View File

@ -42,13 +42,13 @@ public class ConfigHandler {
@Comment("\nShould backup be made on server shutdown?\n") @Comment("\nShould backup be made on server shutdown?\n")
public boolean shutdownBackup = true; public boolean shutdownBackup = true;
@Comment("\nShould old world be backed-up?\n") @Comment("\nShould world be backed up before restoring a backup?\n")
public boolean backupOldWorlds = true; public boolean backupOldWorlds = true;
@Comment("\nShould every world has its won backup folder?\n") @Comment("\nShould every world have its own backup folder?\n")
public boolean perWorldBackup = true; public boolean perWorldBackup = true;
@Comment("\nA path to backup folder\n") @Comment("\nA path to the backup folder\n")
public String path = "backup/"; public String path = "backup/";
@Comment("\nThis setting allows you to exclude files form being backedup.\n"+ @Comment("\nThis setting allows you to exclude files form being backedup.\n"+