Minecraft HealthbarX mod 2026 download
logo
minecraft mod HealthbarX

HealthbarX

Game Version: CB 1.3.2-R3.0
Total Downloads: 9,891
Updated: Oct 28, 2012
Created: Oct 24, 2012
Download HealthbarXDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
HealthBar 1.1.3 release 9.79 KB Oct 28, 2012 CB 1.3.2-R3.0 8,093 download HealthbarX HealthBar 1.1.3 releaseDownload
HealthBar 1.1.2 release 8.40 KB Oct 26, 2012 CB 1.3.2-R2.0 625 download HealthbarX HealthBar 1.1.2 releaseDownload
HealthBar 1.0.2 release 7.69 KB Oct 25, 2012 CB 1.3.2-R2.0 597 download HealthbarX HealthBar 1.0.2 releaseDownload
HealthBar 1.0 release 7.67 KB Oct 24, 2012 CB 1.3.2-R2.0 576 download HealthbarX HealthBar 1.0 releaseDownload

Description

Share this:

Information

This plugin is a continuation of this inactive project: http://dev.bukkit.org/server-mods/healthbar/

This adds a health bar above player's heads using Spout.

Usage:
Simply place the jar file into your plugin directory then optionally edit the config file to customize the healthbar display.

Important note

Expect more major changes (especially configuration changes) as I diverge more from the original project.

Configuration

On start up the plugin automatically creates a config.yml file in the HealthBar folder.
This contains the following properties:

bar:
# Character used to make the healthbar
  character: '|'
  
# Format used for the healthbar.
# Note: Use the format &&<hex> for all color codes
# Current variables (note: some, but not all, variables have bar forms):
# {health},{health_bar} = the player's current health
# {max_health} = the player's maximum health
# {health_percent} = the player's current health percentage (without % sign)
# {missing_health},{missing_health_bar} = the player's maxhealth - current health
# {lost_health},{lost_health_bar} = the amount of health the player has lost since the last healthbar update
# {gained_health},{gained_health_bar} = the amount of health the player has gained since the last healthbar update
# {mana},{max_mana},{mana_percent},{missing_mana} {mana_bar},{missing_mana_bar} = same as their health-based cousins
  format: '&&9[&&a{health_bar}&&b{gained_health_bar}&&6{lost_health_bar}&&c{missing_health_bar}&&9]'
  
# Controls the size of the healthbar (values under 1.0 work somewhat currently, bars may be added/removed at different levels of health - will be fixed soon)
  healthScale: 1.0

# A value under 1.0 is recommended for mana - mana/maximum mana tends to be larger than health/maximum health
  manaScale: 1.0

system:

# Controls whether or not to have healthbars only show up for players with a certain permission
  usePermissions: false
  hideDuringSneak: true

Change accordingly.

This plugin works with other plugins that edit the title name.

Permissions

To use with permissions you must have a permissions based plugin installed and you must have "usePermissions" as 'true' in config.yml.

Nodes:
healthbar.cansee – Allows the player to see other players health bar.
healthbar.reload – Allows you to reload the configuration file.

Requirements

SpoutCraft – Client & Server

Optional

Heroes – Uses this plugin's health and mana systems if installed

Source

The source repository is located here: https://github.com/0xFDotOrg/HealthBar-For-Minecraft–Spout-

Comments

Add a comment