mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Move last-message-reply-recipient-timeout to a more appropriate position in the config.yml.
This commit is contained in:
parent
bbf657e251
commit
27a297a18d
1 changed files with 5 additions and 5 deletions
|
@ -465,6 +465,11 @@ max-tempban-time: -1
|
||||||
# If false, /r goes to the last person that messaged you.
|
# If false, /r goes to the last person that messaged you.
|
||||||
last-message-reply-recipient: true
|
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.
|
# Toggles whether or not right clicking mobs with a milk bucket turns them into a baby.
|
||||||
milk-bucket-easter-egg: true
|
milk-bucket-easter-egg: true
|
||||||
|
|
||||||
|
@ -555,11 +560,6 @@ use-bukkit-permissions: false
|
||||||
# Minimum acceptable amount to be used in /pay.
|
# Minimum acceptable amount to be used in /pay.
|
||||||
minimum-pay-amount: 0.001
|
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 | #
|
# | EssentialsHelp | #
|
||||||
|
|
Loading…
Reference in a new issue