XP events now use the Title API

Configurable in advanced.yml
This commit is contained in:
nossr50
2019-01-14 02:32:02 -08:00
parent 43aad43bf3
commit d9dd4ea016
6 changed files with 35 additions and 4 deletions

View File

@ -707,6 +707,11 @@ public class AdvancedConfig extends AutoUpdateConfigLoader {
return config.getBoolean("Feedback.ActionBarNotifications."+notificationType.toString()+".SendCopyOfMessageToChat", false);
}
public boolean useTitlesForXPEvent()
{
return config.getBoolean("Feedback.Events.XP.SendTitles", true);
}
/*
* JSON Style Settings
*/