ActionHealth/README.md

45 lines
2.0 KiB
Markdown
Raw 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**
- Java 8 or greater
**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-04 17:34:42 +02:00
Within ActionHealth you can translate mob names by using the "Name Change" option in the config. I'd appreciate if servers that use custom translations share them with me, so I can share them with others! For users that do, I will tag them on Spigot and display their server IP.
- Russian by @Blacker (Spigot)
- [Link to translation](https://github.com/zeshan321/ActionHealth/blob/master/translations/Russian1-12-2.yml)
2019-08-05 01:38:39 +02:00
- Server IP: unconfirmed
- Spanish by [@ModoSN](https://github.com/ModoSN) (GitHub)
- [Link to translation](https://github.com/zeshan321/ActionHealth/blob/master/translations/Spanish.yml)
2019-08-04 17:34:42 +02:00
- Server IP: unconfirmed
2019-08-08 18:43:37 +02:00
- Polish by @Nikox3003 (Spigot)
- [Link to translation](https://github.com/zeshan321/ActionHealth/blob/master/translations/Polish.yml)
- Server IP: LetCraft.pl
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/)