mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-12 19:31:05 +01:00
Move max-tempban-time in config
This commit is contained in:
parent
bb64fa468a
commit
99c750d18b
@ -347,6 +347,10 @@ max-fly-speed: 0.8
|
|||||||
#Set the maximum amount of mail that can be sent within a minute.
|
#Set the maximum amount of mail that can be sent within a minute.
|
||||||
mails-per-minute: 1000
|
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 | #
|
# | EssentialsHome | #
|
||||||
@ -377,10 +381,6 @@ sethome-multiple:
|
|||||||
# Set to 0 for no timeout
|
# Set to 0 for no timeout
|
||||||
tpa-accept-cancellation: 0
|
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 | #
|
# | EssentialsEco | #
|
||||||
|
Loading…
Reference in New Issue
Block a user