summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon <brandon@bremaweb.com>2013-06-15 22:15:19 -0500
committerBrandon <brandon@bremaweb.com>2013-06-15 22:15:19 -0500
commit50316cee863af509943b2dded0b73eb4cee3065b (patch)
treebffb8930b0df26d798839dff6998dae669ec1f78
parent3e6ec715056af01d9572ffba235c1b6b1a2a5e0f (diff)
changed default auto ban settings
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index c509224..f7c5005 100644
--- a/init.lua
+++ b/init.lua
@@ -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