mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
Add last-message-reply-recipient-timeout setting for timing out reply-recipient in private messaging.
This commit is contained in:
parent
2d376bc72f
commit
ca387687a5
4 changed files with 16 additions and 1 deletions
|
@ -231,4 +231,6 @@ public interface ISettings extends IConf {
|
|||
boolean isLastMessageReplyRecipient();
|
||||
|
||||
BigDecimal getMinimumPayAmount();
|
||||
|
||||
long getLastMessageReplyRecipientTimeout();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue