Br3uxi / HealthName

Sponge plugin that displays the health of an entity above it's character

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HealthName

Description

A Sponge minecraft server plugin for displaying the health above an entity. This plugins makes it possible to display player or mob health above their character.

Tested against:

Sponge: sponge-1.8-1521-2.1-DEV-748

Minecraft (Client): 1.8.8

Config

# Show health bar above mobs
enabledMob=true
# Show the health of a player besides his nametag
nametagHealth=false
# Show the health of a player under his nametag (only the health number)
belowNameHealth=false
# What character should be used to display the health
displayChar='|'

Screenshots

Mob health

Sheep with healthbar

Player health with nametag and belowName options enabled

Player healthbar

About

Sponge plugin that displays the health of an entity above it's character

License:MIT License


Languages

Language:Java 100.0%