mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 20:12:54 +00:00
Allow to disable the death messages of minecraft
This commit is contained in:
parent
ac794bb2b7
commit
3496df6468
4 changed files with 22 additions and 5 deletions
|
@ -523,4 +523,10 @@ public class Settings implements ISettings
|
|||
{
|
||||
return config.getBoolean("freeze-afk-players", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean areDeathMessagesEnabled()
|
||||
{
|
||||
return config.getBoolean("death-messages", true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue