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 Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic intstatic boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AUTOMATIC_BACKUPS
@Comment("Automatically backup plots when destructive commands are performed, e.g. /plot clear") public static boolean AUTOMATIC_BACKUPS -
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
-
Backup
public Backup()
-