Move last-message-reply-recipient-timeout to a more appropriate position in the config.yml.

This commit is contained in:
Ali Moghnieh 2016-01-20 16:02:41 +00:00
parent bbf657e251
commit 27a297a18d

View File

@ -465,6 +465,11 @@ max-tempban-time: -1
# If false, /r goes to the last person that messaged you.
last-message-reply-recipient: true
# If last-message-reply-recipient is true, this specifies the duration, in seconds, that would need to elapse for the
# reply-recipient to update when receiving a message.
# Default is 180 (3 minutes)
last-message-reply-recipient-timeout: 180
# Toggles whether or not right clicking mobs with a milk bucket turns them into a baby.
milk-bucket-easter-egg: true
@ -555,11 +560,6 @@ use-bukkit-permissions: false
# Minimum acceptable amount to be used in /pay.
minimum-pay-amount: 0.001
# If last-message-reply-recipient is true, this specifies the duration, in seconds, that would need to elapse for the
# reply-recipient to update when receiving a message.
# Default is 180 (3 minutes)
last-message-reply-recipient-timeout: 180
############################################################
# +------------------------------------------------------+ #
# | EssentialsHelp | #