Skip to content
Namnarak edited this page Aug 22, 2026 · 2 revisions

✍️ Glyphs

Custom font characters for icons in chat, names, and menus.

Basic Glyph

coin:
  type: glyph
  texture: "font/coin"
  character: "U+E000"
  ascent: 8
  height: 9

Options

Option Type Description
texture string Texture path
character string Unicode codepoint
ascent int Ascent height
height int Character height

Character Codes

Use Private Use Area (PUA) to avoid conflicts:

Range Description
U+E000 - U+F8FF Private Use Area
U+F0000 - U+FFFFF Supplementary PUA-A
U+100000 - U+10FFFF Supplementary PUA-B

Examples

Simple Icon

coin:
  type: glyph
  texture: "font/coin"
  character: "U+E000"
  ascent: 8
  height: 9

With Literal Character

star:
  type: glyph
  texture: "font/star"
  character: ""
  ascent: 8
  height: 9

Usage

In MiniMessage:

name: "<gold>Coin: <custom:coin> 100</gold>"

In chat:

/chat <custom:coin> 100 coins

Files

Place in: assets/<pack>/textures/font/<texture>.png


See Also


📜 Footer

Kalo — Open Custom Content Engine for Minecraft

GitHubIssuesDiscord (coming soon)

Version: 0.1.0 • License: MIT • Java: 21+ / 25

Build once. Play everywhere.

Clone this wiki locally