Install¶
Get LightHealth running in a minute. No other plugins are required.
Requirements¶
| Server | Paper, Purpur, or Folia 1.21.4+ (Paper 26.x included) |
| Java | 21+ on 1.21.x · 25+ on 26.x (Minecraft itself requires 25) |
| Dependencies | None |
Not a Spigot plugin
LightHealth uses the Paper API (paper-plugin.yml, Brigadier, Folia schedulers). It will not load on CraftBukkit or Spigot.
Steps¶
- Download
LightHealth-x.y.z.jarfrom GitHub Releases or the SpigotMC listing. - Put the jar into
plugins/. - Start or restart the server.
- Hit a mob — or look at one.
- Optionally edit
plugins/LightHealth/config.ymland run/lh reload.
Tip
After an update, missing config keys are merged in automatically. You do not need to delete config.yml.
First run¶
The default style is bar. Holograms, damage numbers, action bar, and look-at are on. The boss bar is opt-in to keep ordinary combat uncluttered.
If nothing appears, check FAQ — usually /lh toggle is off, or lighthealth.see is missing.
Build from source¶
You need JDK 25 to compile (Paper 26.2 API). The published jar is Java 21 bytecode.