https://github.com/mefrreexarchive/HealthBossBar
Displaying the enemy's health in the boss bar
https://github.com/mefrreexarchive/HealthBossBar
cloudburst cloudburst-plugin cloudburstmc nukkit nukkit-plugin nukkit-plugins nukkitx nukkitx-plugin pnx-plugin
Last synced: about 1 year ago
JSON representation
Displaying the enemy's health in the boss bar
- Host: GitHub
- URL: https://github.com/mefrreexarchive/HealthBossBar
- Owner: mefrreexarchive
- Archived: true
- Created: 2022-12-03T12:04:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T03:28:14.000Z (over 3 years ago)
- Last Synced: 2025-07-10T12:38:34.054Z (about 1 year ago)
- Topics: cloudburst, cloudburst-plugin, cloudburstmc, nukkit, nukkit-plugin, nukkit-plugins, nukkitx, nukkitx-plugin, pnx-plugin
- Language: Java
- Homepage: https://cloudburstmc.org/resources/health-boss-bar.861/
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HealthBossBar
Displaying the enemy's health in the boss bar

# Configuration:
`config.yml`
```yml
# Available placeholders: {name}, {tag}, {health}, {maxhealth}.
bossbar-text: "{name}"
# Available colors: PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE.
color: "RED"
# Time after which the boss bar will disappear. In seconds.
bossbar-remove-time: 5
```
`mobs.yml`
```yml
enable: true
# Available: blacklist, whitelist.
type: "blacklist"
# Enter the networkid of mobs for which you do not want to display the boss bar.
# You can find out the networkid of each mob at
# https://github.com/PowerNukkitX/PowerNukkitX/tree/master/src/main/java/cn/nukkit/entity/
mobs:
- 53
- 52
- 131
```
# Commands:
```
/hpbar help - help
/hpbar about - about the plugin
/hpbar reload - reloading configs[/QUOTE]
```
# Permissions:
```
healthbossbar.reload
```