mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-27 16:02:32 +00:00
Add option to not send no new mail message on join.
This commit is contained in:
parent
f8160c6318
commit
f5b40dba34
4 changed files with 14 additions and 1 deletions
|
@ -1056,6 +1056,11 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
return isCustomQuitMessage;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isNotifyNoNewMail() {
|
||||
return config.getBoolean("notify-no-new-mail", true);
|
||||
}
|
||||
|
||||
// #easteregg
|
||||
@Override
|
||||
public int getMaxUserCacheCount() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue