DavideBlade / HealthBar-Reloaded

Cool health bars above mobs' and players' heads, a must-have for RPG and PvP servers!
https://www.spigotmc.org/resources/healthbar-reloaded.104616/
GNU General Public License v3.0
6 stars 2 forks source link
bukkit bukkit-plugin healthbar java minecraft minecraft-plugin minecraft-server spigot-plugin spigotmc

HealthBar-Reloaded

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/

Maven

<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>