minetest.conf: Increase size & max number of protected areas for

players.
This commit is contained in:
AntumDeluge 2016-08-27 01:12:38 -07:00
parent c0bb594ad4
commit 0c71560a01

View File

@ -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