summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Ward <chris@chrisgward.com>2012-12-24 01:04:02 +1100
committerChris Ward <chris@chrisgward.com>2012-12-24 01:04:02 +1100
commit99c750d18bf1f2a426e801a38c732923e3f50b11 (patch)
tree5503f6cb525c0c3b00ab950c53f069bbb6480a14
parentbb64fa468ac79cc60f411c77e15234f667ac15a4 (diff)
downloadEssentials-99c750d18bf1f2a426e801a38c732923e3f50b11.tar
Essentials-99c750d18bf1f2a426e801a38c732923e3f50b11.tar.gz
Essentials-99c750d18bf1f2a426e801a38c732923e3f50b11.tar.lz
Essentials-99c750d18bf1f2a426e801a38c732923e3f50b11.tar.xz
Essentials-99c750d18bf1f2a426e801a38c732923e3f50b11.zip
Move max-tempban-time in config
-rw-r--r--Essentials/src/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index c5adec0b0..3b03a9560 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -347,6 +347,10 @@ max-fly-speed: 0.8
#Set the maximum amount of mail that can be sent within a minute.
mails-per-minute: 1000
+# Set the maximum time /tempban can be used for in seconds.
+# Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
+max-tempban-time: -1
+
############################################################
# +------------------------------------------------------+ #
# | EssentialsHome | #
@@ -377,10 +381,6 @@ sethome-multiple:
# Set to 0 for no timeout
tpa-accept-cancellation: 0
-# Set the maximum time /tempban can be used for in seconds.
-# Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
-max-tempban-time: -1
-
############################################################
# +------------------------------------------------------+ #
# | EssentialsEco | #