1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 10:43:12 +01:00

Add option to disable other-player ability notifications

This commit is contained in:
Ineusia
2020-07-25 11:10:01 -05:00
parent 36af6d2478
commit 5298472c90
4 changed files with 15 additions and 3 deletions

View File

@@ -718,6 +718,11 @@ public class AdvancedConfig extends AutoUpdateConfigLoader {
return config.getBoolean("Feedback.Events.XP.SendTitles", true);
}
public boolean sendAbilityNotificationToOtherPlayers()
{
return config.getBoolean("Feedback.Events.AbilityActivation.SendNotificationToOtherPlayers", true);
}
/*
* JSON Style Settings
*/