diff options
author | Brandon <brandon@bremaweb.com> | 2013-06-15 22:15:19 -0500 |
---|---|---|
committer | Brandon <brandon@bremaweb.com> | 2013-06-15 22:15:19 -0500 |
commit | 50316cee863af509943b2dded0b73eb4cee3065b (patch) | |
tree | bffb8930b0df26d798839dff6998dae669ec1f78 | |
parent | 3e6ec715056af01d9572ffba235c1b6b1a2a5e0f (diff) |
changed default auto ban settings
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ landrush = {} local requireClaim = false -- Change this to true if you want to require people to claim an area before building or digging local onlineProtection = true -- false turns protection off when the claim owner is online -local autoBan = true -- users who attempt to dig and build in claimed areas can be auto banned +local autoBan = false -- users who attempt to dig and build in claimed areas can be auto banned local banLevel = 40 -- the offense level they must exceed to get banned, 40 is roughly 5 nodes dug in the same area local banWarning = 25 -- the offense level they start getting ban warnings local offenseReset = 1440 -- after this number of minutes all offenses will be forgiven |