From 0c71560a016414c843c7ded4373f830e8977b7b4 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Sat, 27 Aug 2016 01:12:38 -0700 Subject: [PATCH] minetest.conf: Increase size & max number of protected areas for players. --- minetest.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/minetest.conf b/minetest.conf index dc85c91f..d79e1a23 100644 --- a/minetest.conf +++ b/minetest.conf @@ -1885,13 +1885,13 @@ areas.self_protection = true # ??? # type: pos -# default: {x=64, y=128, z=64} -#areas.self_protection_max_size = {x=64, y=128, z=64} +# default: {x=64, y=128, z=64} +areas.self_protection_max_size = {x=128, y=192, z=128} # ??? # type: int # default: 4 -#areas.self_protection_max_areas = 4 +areas.self_protection_max_areas = 10 # ??? (requires 'areas_high_limit' privilege). # type: pos