LifeIndicator icon

LifeIndicator -----

LifeIndicator | DamageIndicator Plugin for Entities | Customize your own indicator | 1.20



WooLifeIndicator is a Minecraft Plugin for several server platforms including Spigot and Paper, it allows you to enable health bars of entities including all types of mobs and players. You can restrict worlds and mob types by their default name. Everything happens without PACKETS, so you do not need any further installations to run this plugin. You can even design your health bar depending on the entity's health.

Simple Design:


Complex Design:



Features
  • Simple Integration: Easily integrate WooLifeIndicator into your server with minimal setup.
  • Pluralization Support: Handle pluralization effortlessly for different languages. //COMING SOON WITH FUTURE UPDATES
  • Dynamic Loading: Dynamically load translations based on user preferences or other criteria. //COMING SOON WITH FUTURE UPDATES
  • Customizable: Customize and extend WooLifeIndicator to suit your specific localization needs. //COMING SOON WITH FUTURE UPDATES
  • NO TOUCH OF CONFIGS EVER: Customize everything in WooLifeIndicator using a simple inventory layout. //WILL BE RELEASED AFTER THE FIRST 100 DOWNLOADS OF THE PLUGIN: ;)
Getting Started
STEP 1: Download the actual plugin
To integrate WooLifeIndicator into your server, download this plugin on the SpigotMC page or our website. You can also download it from the GitHub itself: https://github.com/AlphaOmega-IT/WooLifeIndicator/releases/tag/PreRelease

STEP 2: Start your server
Start your server, every file will be generated after the first start, edit your files freely after.

STEP 3: Edit the config files
Now you can edit the config files. The plugin itself is constructed so that if an event gets canceled no health bar will be shown.

life-indicator-config.yml - Here is everything about the command itself, which does not include any functionality yet since it's the first version
and is not needed. It's more likely for the future including more updates! You find here as well the permissions you need to set up.

Code (YAML):

# This file contains the configuration settings for the life indicator of entities.
# It is loaded by the 'woolifeindicator' plugin.
# For more information, see: https://wiki.atwoo.eu/life-indicator/ //TODO
# For more information, see: https://github.com/AlphaOmega-IT/LifeIndicator

# Commands
commands
:
  life-indicator
:
   name
: 'life-indicator'
   aliases
:
    - 'li'
     - 'lifeindicator'
     - 'health-bar'
     - 'healthbar'
     - 'hb'
   description
: 'Settings for the life indicator of entities'
   usage
: '/life-indicator'
   argumentUsages
:
     1$
: 'lut [ "prefix" ] & "<gray>/" & alias & ""'
   errorMessages
:
     playerNotOnline$
: 'lut [ "prefix" ] & "&7The player &c" & value & " &7is &cnot online"'
     internalError$
: 'lut [ "prefix" ] & "&4An internal error occurred"'

# Permissions for the commands
permissions
:
  missingMessage$
: 'lut [ "prefix" ] & "You\sre lacking the permission: " & permission'
  nodes
:
   lifeIndicatorAdmin
: 'woolifeindicator.lifeindicator.admin'
   seeOthersLifeIndicator
: 'woolifeindicator.lifeindicator.visible.players'

# Prefix for the messages
lut
:
  prefix
: '<gray> [<gold>LifeIndicator<gray> ] '
 
damage-indicator-config.yml - Here is everything for the design and functionality of the plugin itself, adjust everything as you want.
You can even change the design from "Simple" to "Complex" if you like to (caution: it will only appear if the damageIndicators: key is empty or set as before)
Simple will be always displayed in the number format for players and other entities.

Code (YAML):

# This file contains the configuration settings for the life indicator of entities.
# It is loaded by the 'woolifeindicator' plugin.
# For more information, see: https://wiki.atwoo.eu/life-indicator/ //TODO
# For more information, see: https://github.com/AlphaOmega-IT/LifeIndicator

damage-indicator
:

  # World blacklist, where the damage indicator will not be shown
  blockedWorlds
:
  - 'world_nether'

  # Entity blacklist, where the damage indicator will not be shown
  blockedEntities
:
  - 'enderman'

  # How long the damage indicator should be visible
  fadeOutTime
: 5
 
  # Show the damage indicator of players underneath their nametags
  showLifeIndicatorOfPlayers
: true
 
  # Damage indicator design
  # Possible values: Simple, Complex (Experimental)
  damageIndicatorDesign
: 'Simple'
 
  # Damage indicators for different damages (if left empty, the damage indicator will show the default design)
  # Simple cause the damage to be a number between 0 and max_health
  # Complex cause the damage to be shown as hearts
  damageIndicators
:
   - 0
: '<dark_red>❥</dark_red>'
   - 1
: '<dark_red>❤</dark_red>'
   - 2
: '<dark_red>❤❥</dark_red>'
   - 3
: '<dark_red>❤❤</dark_red>'
   - 4
: '<dark_red>❤❤❥</dark_red>'
   - 5
: '<red>❤❤❤</red>'
   - 6
: '<red>❤❤❤❥</red>'
   - 7
: '<red>❤❤❤❤</red>'
   - 8
: '<red>❤❤❤❤❥</red>'
   - 9
: '<gold>❤❤❤❤❤</gold>'
   - 10
: '<gold>❤❤❤❤❤❥</gold>'
   - 11
: '<gold>❤❤❤❤❤❤</gold>'
   - 12
: '<gold>❤❤❤❤❤❤❥</gold>'
   - 13
: '<yellow>❤❤❤❤❤❤❤</yellow>'
   - 14
: '<yellow>❤❤❤❤❤❤❤❥</yellow>'
   - 15
: '<yellow>❤❤❤❤❤❤❤❤</yellow>'
   - 16
: '<yellow>❤❤❤❤❤❤❤❤❥</yellow>'
   - 17
: '<green>❤❤❤❤❤❤❤❤❤</green>'
   - 18
: '<green>❤❤❤❤❤❤❤❤❤❥</green>'
   - 19
: '<green>❤❤❤❤❤❤❤❤❤❤</green>'
 
Pictures and Gifs will be uploaded soon.
Please dm me directly on discord for support if possible: justin300100
Updates will for future functionality including multilanguage will be supported as well.
Resource Information
Author:
----------
Total Downloads: 262
First Release: Jan 21, 2024
Last Update: Mar 6, 2024
Category: ---------------
All-Time Rating:
1 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings