Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
CodiHI - Health Indicator Plugin
A lightweight Minecraft plugin that displays player health using PlaceholderAPI placeholders with visual heart indicators.
What does this plugin do?
CodiHI (CodiHealthIndicator) adds placeholders that show player health information in various formats. You can display health as numbers, heart symbols (❤), or a combination of both. The plugin also supports absorption hearts (the yellow/golden hearts you get from effects like the Golden Apple and Totem of Undying).
Requirements
- PlaceholderAPI - CodiHI plugin will not work without this!
- Minecraft Server 1.20.1 or higher
- Paper, Purpur or Folia
Installation
- Make sure PlaceholderAPI is installed first
- Drop CodiHI.jar into your plugins folder
- Restart your server
- Done! The placeholders are now available
How to Use
Use these placeholders anywhere PlaceholderAPI is supported (chat plugins, scoreboard plugins, tab list plugins and etc.):
Basic Placeholders
%codihi_health% - Shows current health with a heart
- Normal: 20 ❤
- With absorption: 24 ❤ (yellow heart)
%codihi_health_current% - Just the health number
- Example: 20
%codihi_health_max% - Maximum health number
- Example: 20
%codihi_absorption% - Absorption amount
- Example: 4
Example Uses
TAB List
playerlist-objective:
enabled: true
value: ""
fancy-value: "%codihi_health%"
title: "Java Edition is better" # Only visible on Bedrock Edition
render-type: INTEGER
disable-condition: '%world%=disabledworld'
It will show as:

TAB Belowname
belowname-objective:
enabled: true
value: ""
title: ""
fancy-value: "%codihi_health%"
fancy-value-default: "NPC"
disable-condition: '%world%=disabledworld'
**It will show as:
**
Support
If the plugin doesn't load or you have encountered any bugs please check out our discord server: https://discord.gg/JCNtjbwnue
Version: 1.0.3
Author: CodiMC


