mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2025-01-29 22:21:28 +01:00
Removed warning on changing protection range mid-game.
This commit is contained in:
parent
00b37a0264
commit
763b039b03
@ -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 <player> <new range>")
|
||||
@ConfigComment("or set this permission: bskyblock.island.range.<number>")
|
||||
@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")
|
||||
|
Loading…
Reference in New Issue
Block a user