1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-27 23:10:33 +02:00

Changed max_area amount from 4 to 10

- settins.area.max_areas = 10
This commit is contained in:
LeMagnesium 2015-04-05 23:16:31 +02:00
parent 05252763a1
commit 8e64ccfdf0

View File

@ -33,7 +33,7 @@ setting("string", "filename", world_path.."/areas.dat")
setting("boolean", "self_protection", false)
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", 10)
-- 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)