Made islandProtectionRange as "need reset"

This commit is contained in:
Florian CUNY 2019-05-13 10:39:41 +02:00 committed by tastybento
parent 1e629aa841
commit 208ce78395
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,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 <player> <new range>")
@ConfigComment("or set this permission: bskyblock.island.range.<number>")
@ConfigEntry(path = "world.protection-range")
@ConfigEntry(path = "world.protection-range", needsReset = true)
private int islandProtectionRange = 100;
@ConfigComment("Start islands at these coordinates. This is where new islands will start in the")