Перейти к содержимому
Mineforgian

HealthBar

Simple health bar plugin.

Загрузки
4K
Подписчики
24
Обновлён
15 марта 2026 г.
Лицензия
MIT

Опубликован 15 декабря 2022 г.

Simple health bar plugin.

Features

  • Configurable bossbar color, style, title.
  • Updating bossbar when mob takes damage.
  • Different title option when mob is dead.
  • Blacklisted entity types list.
  • Toggle command (/healthbar toggle) for each player.
  • Configurable bossbar duration.

Video

NOTE

This plugin should work from 1.19 to the latest version of minecraft.

Example config.yml

bar:
  #Placeholders:
  #<entity> = entity's translated name
  #<name> = entity's name
  # <name> will show <entity> if the entity doesn't have name.
  #<health> = entity's health
  #<max> = entity's max health
  #<damage> = given damage
  title:
    living: "<gray><health>/<max> <reset><name> -<damage><red>♥"
    dead: "<gray><health>/<max> <dark_gray>☠ <name> ☠ <reset>-<damage><red>♥"
  #https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/bossbar/BossBar.Overlay.html
  overlay: PROGRESS
  #https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/bossbar/BossBar.Color.html
  color: RED
  #in ticks, 20 = 1 second and 100 = 5 seconds.
  time: 100

blacklist:
  - ENDER_DRAGON
  - WITHER
  - PLAYER
  - ARMOR_STAND

messages:
  toggle:
    on: "<green>Healthbar turned on."
    off: "<red>Healthbar turned off."
  reload: "<green>config reloaded succesfully."

Join Our Discord

For support, updates, and community discussion, join our Discord:
Join DiscordUDE discord invite

Ченджлог

1.3Релиз1.21.9, 1.21.10, 1.21.11 · 15 марта 2026 г.

Added folia support

1.2Релиз1.19.2, 1.19.3, 1.19.4 · 22 марта 2023 г.

FIXES

  • Fixed a stacktrace issue when you try to hit non Damageable entities.
  • /healthbar reload now works properly.
1.1Релиз1.19.2, 1.19.3 · 27 декабря 2022 г.

ADDED

  • new config options for command messages

FIXES

  • Fix projectiles doesn't show bossbar.
1.0Релиз1.19.2, 1.19.3 · 15 декабря 2022 г.

First release

Комментарии

Загружаем…