Skip to content

Cool health bars above mobs' and players' heads, a must-have for RPG and PvP servers!

License

Notifications You must be signed in to change notification settings

DavideBlade/HealthBar-Reloaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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>