mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-12 16:54:26 +00:00
Add option to disable custom server-full message (#3899)
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
This commit is contained in:
parent
817585a9a6
commit
e287600c34
4 changed files with 14 additions and 1 deletions
|
@ -1276,6 +1276,11 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
return isCustomQuitMessage;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isCustomServerFullMessage() {
|
||||
return config.getBoolean("use-custom-server-full-message", true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getJoinQuitMessagePlayerCount() {
|
||||
return config.getInt("hide-join-quit-messages-above", -1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue