Class Settings.Backup

java.lang.Object
com.plotsquared.core.configuration.Settings.Backup
Enclosing class:
Settings

@Comment({"Backup related settings","See https://intellectualsites.gitbook.io/plotsquared/plot-backups for more information."}) public static final class Settings.Backup extends Object
  • Field Details

    • AUTOMATIC_BACKUPS

      @Comment("Automatically backup plots when destructive commands are performed, e.g. /plot clear") public static boolean AUTOMATIC_BACKUPS
    • BACKUP_LIMIT

      @Comment("Maximum amount of backups associated with a plot") public static int BACKUP_LIMIT
    • DELETE_ON_UNCLAIM

      @Comment("Whether or not backups should be deleted when the plot is unclaimed") public static boolean DELETE_ON_UNCLAIM
  • Constructor Details