mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 20:12:54 +00:00
Add a delay for sending the MOTD (#1396)
* Add delay-motd setting * Move MOTD to Runnable * Refactored according to comments * Delay motd loading as well as sending
This commit is contained in:
parent
d7685dc1bc
commit
50f2e7a95f
4 changed files with 50 additions and 23 deletions
|
@ -279,4 +279,6 @@ public interface ISettings extends IConf {
|
|||
boolean isAddingSuffixInPlayerlist();
|
||||
|
||||
int getNotifyPlayerOfMailCooldown();
|
||||
|
||||
int getMotdDelay();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue