Mob Health bars global toggle

This commit is contained in:
t00thpick1
2017-10-03 23:32:54 -04:00
parent 87ebf7023f
commit 9df72e61a2
3 changed files with 7 additions and 3 deletions

View File

@ -265,6 +265,8 @@ public class Config extends AutoUpdateConfigLoader {
public boolean getLevelUpSoundsEnabled() { return config.getBoolean("General.LevelUp_Sounds", true); }
public boolean getRefreshChunksEnabled() { return config.getBoolean("General.Refresh_Chunks", false); }
public boolean getMobHealthbarEnabled() { return config.getBoolean("Mob_Healthbar.Enabled", true); }
/* Mob Healthbar */
public MobHealthbarType getMobHealthbarDefault() {
try {