XP Bars now can have custom titles (edit the locale)

This commit is contained in:
nossr50
2019-01-18 13:46:03 -08:00
parent 43da10a855
commit f5590ce334
4 changed files with 34 additions and 4 deletions

View File

@ -250,6 +250,10 @@ public class ExperienceConfig extends AutoUpdateConfigLoader {
/*
* Experience Bar Stuff
*/
public boolean getDoExperienceBarsAlwaysUpdateTitle()
{
return config.getBoolean("Experience_Bars.ThisMayCauseLag.AlwaysUpdateTitlesWhenXPIsGained", false);
}
public BarColor getExperienceBarColor(PrimarySkillType primarySkillType)
{
String colorValueFromConfig = config.getString("Experience_Bars.Style."+StringUtils.getCapitalized(primarySkillType.toString())+".Color");