diff --git a/src/main/java/world/bentobox/bskyblock/Settings.java b/src/main/java/world/bentobox/bskyblock/Settings.java index ecbbe7e..4c0f63e 100644 --- a/src/main/java/world/bentobox/bskyblock/Settings.java +++ b/src/main/java/world/bentobox/bskyblock/Settings.java @@ -97,7 +97,7 @@ public class Settings implements WorldSettings { @ConfigComment("Default protection range radius in blocks. Cannot be larger than distance.") @ConfigComment("Admins can change protection sizes for players individually using /bsbadmin range set ") @ConfigComment("or set this permission: bskyblock.island.range.") - @ConfigEntry(path = "world.protection-range", needsReset = true) + @ConfigEntry(path = "world.protection-range") private int islandProtectionRange = 50; @ConfigComment("Start islands at these coordinates. This is where new islands will start in the")