Skip to main content

㊙️ Font

info

This process is extremely simple and requires no plugin-side configuration. Just follow the tutorial below.

TTF​

For TTF fonts, you need to create a default.json file in the following path. If you already have a default.json file, simply append your font JSON to the bottom of the existing JSON file.

{
"providers": [
{
"type": "ttf",
"file": "minecraft:custom_font.ttf",
"oversample": 10,
"size": 11
}
]
}

Bitmap​

If you wish to replace the vanilla character images, simply place the following PNG files in the specified path as outlined below.

Unihex​

To configure the unihex font in Minecraft, which is relatively less common and rarely used, you can refer to the Minecraft Wiki for detailed instructions.