JSON HUD

A simple mod that allows modifying the player's HUD using JSON files.

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 / purplepink",
  "position": "top-left / top-rightleft / right / bottom-left / bottom-right / bottom / top",
  "visibility": "visible / hidden",
  "shadow": true / false
}
When Shadow = true

When Shadow = false

Example

The JSON HUD Team

profile avatar
Owner
  • 1
    Projects
  • 10
    Downloads