Plugin ideated by filoghost in 2013 and discontinued in 2016 with more than 950,000 downloads. Now it is completely updated.
I hope it can be as useful as it was years ago :)
New HealthBar page: https://www.spigotmc.org/resources/healthbar-reloaded.104616/
API Javadoc for developers: https://ci.codemc.io/job/DavideBlade/job/HealthBar-Reloaded/javadoc/
<repositories>
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.io/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.gmail.davideblade99.healthbar</groupId>
<artifactId>healthbar-plugin</artifactId>
<version>2.0.4.1</version> <!-- Update the version to the latest one! -->
<scope>provided</scope>
</dependency>
</dependencies>