ActionHealth is a highly configurable Minecraft plugin that utilizes the action bar to display entity health with over 300,000 downloads
Go to file
Zeshan Aslam 794135b02e Updated to support MythicMobs 5.0.2. Temp using files directly for MVdWPlaceholderAPI and MythicMobs 2022-03-26 11:33:22 -04:00
gradle/wrapper Switch to Gradle 2021-12-01 02:03:11 +01:00
src/main Updated to support MythicMobs 5.0.2. Temp using files directly for MVdWPlaceholderAPI and MythicMobs 2022-03-26 11:33:22 -04:00
translations Updated to support MythicMobs 5.0.2. Temp using files directly for MVdWPlaceholderAPI and MythicMobs 2022-03-26 11:33:22 -04:00
.gitignore Update .gitignore 2021-12-01 02:05:33 +01:00
LICENSE Initial commit 2017-03-10 01:52:16 -05:00
README.md oops 2021-12-01 02:31:31 +01:00
build.gradle Updated to support MythicMobs 5.0.2. Temp using files directly for MVdWPlaceholderAPI and MythicMobs 2022-03-26 11:33:22 -04:00
gradle.properties Switch to Gradle 2021-12-01 02:03:11 +01:00
gradlew Switch to Gradle 2021-12-01 02:03:11 +01:00
gradlew.bat Switch to Gradle 2021-12-01 02:03:11 +01:00
settings.gradle Switch to Gradle 2021-12-01 02:03:11 +01:00

README.md

ActionHealth

ActionHealth is a Minecraft plugin that utilizes the action bar to display entity health.

Spigot page: Click Here

Dependencies

Required

  • Java 8 or greater

Optional

  • For region disable option:
    • WorldGuard
    • WorldEdit
    • ActionHealth is compatible with both 6 and 7
  • Placeholders support:
    • PlaceholderAPI
    • MVdWPlaceholderAPI
  • Supports MythicMobs (using internal name) for blacklisting
  • LanguageUtils for client translations

Config

ActionHealth is a very configurable plugin. You can almost change every aspect in the config, including style.

Default config: Click Here

Translations

LanguageUtils is supported to get the localized name of an entity but if you prefer using your own custom translations, you can use the built in system.

A list of the community made translations: Click Here

Compiling

To compile ActionHealth, you need at least Java 8 and an internet connection. Then, clone this repo, run ./gradlew clean shadowJar and get your jar from build/libs/ActionHealh-VERSION-all.jar.

More info

Custom styles, screenshots, command information and more can be found on the spigot page.

Spigot page: Click Here