A Minecraft mod that allows you to add text to the player interface using JSON files.
This mod is currently in beta; please report any bugs.
The json file is in .minecraft/config/hud.json
The more lines you add, the higher the likelihood of an FPS drop.
Wiki under construction.
Currently available placeholders:
$player_name$
$player_world$
$player_health$
$player_xp$
$player_level$
$player_food$
$pos_x$
$pos_y$
$pos_z$
$score_<scoreboard_name>$
The scoreboard must be displayed somewhere for the client to receive it; example command:
/scoreboard objectives setdisplay (belowname, sidebar, list, sidebar.team_aqua, etc.) <scoreboard>
Example:

"Example": {
"lines": [
"Player: $player_name$",
"Health: $player_health$",
"Food: $player_food$"
],
"color": "yellow / white / red / black / gray / orange / green / blue / purple / pink",
"position": "top-left / top-right / left / right / bottom-left / bottom-right / bottom / top",
"visibility": "visible / hidden",
"shadow": true / false
}
When Shadow = true
When Shadow = false
