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:
md678685 2017-07-28 19:20:44 +01:00 committed by GitHub
parent d7685dc1bc
commit 50f2e7a95f
4 changed files with 50 additions and 23 deletions

View file

@ -279,4 +279,6 @@ public interface ISettings extends IConf {
boolean isAddingSuffixInPlayerlist();
int getNotifyPlayerOfMailCooldown();
int getMotdDelay();
}