Skip to content

Commit ed157e4

Browse files
committed
Double default area limits
1 parent fa4ef14 commit ed157e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ setting("number", "max_area_name_length", 40)
3535
-- within the maximum size and number.
3636
setting("boolean", "self_protection", true)
3737
setting("string", "self_protection_privilege", "interact")
38-
setting("position", "self_protection_max_size", {x = 64, y = 128, z = 64})
39-
setting("number", "self_protection_max_areas", 8)
38+
setting("position", "self_protection_max_size", {x = 128, y = 128, z = 128})
39+
setting("number", "self_protection_max_areas", 16)
4040
-- For players with the areas_high_limit privilege.
4141
setting("position", "self_protection_max_size_high", {x = 512, y = 512, z = 512})
42-
setting("number", "self_protection_max_areas_high", 32)
42+
setting("number", "self_protection_max_areas_high", 64)

0 commit comments

Comments
 (0)