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
*/