Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyfts committed Sep 6, 2024
1 parent 10f0af2 commit 8377ee1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/serverutils/ServerUtilitiesConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,12 @@ public static class Backups {
@Config.Comment("Delete backups that have a custom name set through /backup start <name>")
@Config.DefaultBoolean(true)
public boolean delete_custom_name_backups;

@Config.Comment("""
Only include claimed chunks in backup.
Backups will be much faster and smaller, but any unclaimed chunk will be unrecoverable.""")
@Config.DefaultBoolean(false)
public boolean only_backup_claimed_chunks;
}

public static class Login {
Expand Down

0 comments on commit 8377ee1

Please sign in to comment.