ActionHealth/README.md

41 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2017-03-10 07:54:05 +01:00
# ActionHealth
2018-07-25 00:33:15 +02:00
ActionHealth is a Minecraft plugin that utilizes the action bar to display entity health.
2017-03-10 07:54:05 +01:00
Spigot page: [Click Here](https://www.spigotmc.org/resources/action-bar-health.2661/)
2019-08-04 06:42:46 +02:00
2019-08-04 17:34:42 +02:00
# Dependencies
**Required**
2022-03-26 16:32:11 +01:00
- Version v3.5.7 or greater
- Java 16 or greater
- Versions below v3.5.7
- Java 8 or greater
2019-08-04 17:34:42 +02:00
**Optional**
- For region disable option:
- WorldGuard
- WorldEdit
- ActionHealth is compatible with both 6 and 7
- Placeholders support:
- PlaceholderAPI
- MVdWPlaceholderAPI
2019-08-06 01:22:18 +02:00
- Supports MythicMobs (using internal name) for blacklisting
2019-08-08 18:52:34 +02:00
- [LanguageUtils](https://www.spigotmc.org/resources/1-7-x-1-12-language-utils.8859/) for client translations
2019-08-04 17:34:42 +02:00
2019-08-04 06:42:46 +02:00
# Config
2019-08-04 06:43:13 +02:00
ActionHealth is a very configurable plugin. You can almost change every aspect in the config, including style.
2019-08-04 06:42:46 +02:00
Default config: [Click Here](https://github.com/zeshan321/ActionHealth/blob/master/config.yml)
2019-08-04 17:34:42 +02:00
# Translations
2019-08-08 19:05:42 +02:00
[LanguageUtils](https://www.spigotmc.org/resources/1-7-x-1-12-language-utils.8859/) 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.
2019-08-10 20:27:14 +02:00
A list of the community made translations: [Click Here](https://github.com/zeshan321/ActionHealth/wiki/Community-Translations)
2019-08-04 17:34:42 +02:00
2021-12-01 02:31:01 +01:00
# Compiling
2022-03-26 16:35:58 +01:00
To compile ActionHealth, you need at least **Java 16** and an internet connection. Then, clone this repo, run `./gradlew clean shadowJar` and get your jar from `build/libs/ActionHealh-VERSION-all.jar`.
2021-12-01 02:31:01 +01:00
2019-08-04 17:34:42 +02:00
# More info
Custom styles, screenshots, command information and more can be found on the spigot page.
Spigot page: [Click Here](https://www.spigotmc.org/resources/action-bar-health.2661/)