<aside> <img src="/icons/book_blue.svg" alt="/icons/book_blue.svg" width="40px" /> Contents

</aside>


Using plugins

Provided offsets

Resource pack plugins provide simple ways to define offsets, most of the time they’re already included and work in the form of placeholders. For example, here are how the popular resource pack plugins do it:

[Spigot] ItemsAdder by LoneDev (Docs page)

[Spigot] Nexo by Uxon (Docs page)


Manually

Modern versions

Versions after 1.19 introduce a built-in “space” provider, in which you can define which unicodes offset and by how much. As specified on the Minecraft wiki, a spaces font provider looks like this:

{
   "type": "space",
   "advances":{
      "\\uF001":-4,
      "\\uF002":128
   }
}