diff --git a/pom.xml b/pom.xml index 4296c3f86..7de836684 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ world.bentobox bentobox - 1.2.0-SNAPSHOT + 1.1.1-SNAPSHOT BentoBox Expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland. diff --git a/src/main/java/world/bentobox/bentobox/Settings.java b/src/main/java/world/bentobox/bentobox/Settings.java index 7b90aaeb7..2b28d4065 100644 --- a/src/main/java/world/bentobox/bentobox/Settings.java +++ b/src/main/java/world/bentobox/bentobox/Settings.java @@ -90,7 +90,7 @@ public class Settings implements DataObject { @ConfigComment("It can be spammy if there are a lot of superflat chunks to regenerate.") @ConfigComment("However, as superflat chunks regeneration can be performance-intensive, it is recommended to keep") @ConfigComment("this setting set to true, as it will help you know if there are regenerations taking place.") - @ConfigEntry(path = "logs.clean-super-flat-chunks", since = "1.1") + @ConfigEntry(path = "logs.clean-super-flat-chunks", since = "1.1.1") private boolean logCleanSuperFlatChunks = true; /*