Increase max protected areas per player

master
MoNTE48 2020-12-12 16:51:27 +01:00
parent 7200ff968c
commit 0b29bb7571
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ setting("string", "filename", world_path.."/areas.dat")
setting("boolean", "self_protection", true)
setting("string", "self_protection_privilege", "interact")
setting("position", "self_protection_max_size", {x = 64, y = 128, z = 64})
setting("number", "self_protection_max_areas", 4)
setting("number", "self_protection_max_areas", 8)
-- For players with the areas_high_limit privilege.
setting("position", "self_protection_max_size_high", {x = 512, y = 512, z = 512})
setting("number", "self_protection_max_areas_high", 32)