- Added a mob type blacklist to disable certain mob types from displaying health - Added mob name filters to disable mobs with certain names from displaying health
Config Changes: Added -
Code (YAML):
Options: #Do not apply health to these mob types #https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/Mob.html DisabledMobTypes: [] #Do not apply health to mob with these name #The name has to be completely equal to this list including color codes #Use "&" as color code DisabledMobNamesAbsolute: [] #Do not apply health to mob with these name #The name only has to contain these strings EXCLUDING color codes AND case #Color codes are ignored DisabledMobNamesContains: - PhantomShield