Back to Mods
GlowText

GlowText

misclidtop

GlowText is a utility library that parses human readable strings into Hytale's Message. This is most useful for configuration files or human-inputted text.

About GlowText

GitHub

GlowText is a lightweight text parsing and formatting utility for Hytale that converts human-readable markup into structured Message objects.

It provides a flexible, tag-based syntax for applying colors, styles, and links to text while preserving correct formatting state across nested and mixed tags.

GlowText is designed to be:

Predictable – formatting state is explicitly managed and restored

Composable – nested colors, styles, and links behave intuitively

Extensible – custom colors, default states, and syntax can be injected

Safe – unmatched or invalid tags degrade gracefully into raw text

Features

Named and hex colors: {blue}text{/blue} {#453}text{/#453}

Bold, italic, monospace styles (with shorthands): {bold}text{/bold} {m}text{/m}

Nested and mixed formatting: {red}{bold}red and bold{/red} just bold{/bold} no styling

Links: {link:https://example.com}click here{/link}

Custom color resolvers: Map arbitrary color names to hex values at parse time

Customizable: The style tag characters (start '{' and end '}'), colors, and default applied styles can be set per-parse.

Graceful fallback: Unknown or unmatched tags are emitted as plain text rather than failing

Downloads
37
Created
Jan 18, 2026
Updated
Jan 18, 2026
Version
Early Access

Categories

Library

Download Mod

Download on CurseForge
Free download • 37 total downloads

Need a Server?

Run GlowText on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is GlowText?

GlowText is a utility library that parses human readable strings into Hytale's Message. This is most useful for configuration files or human-inputted text.

How do I download GlowText?

You can download GlowText for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created GlowText?

GlowText was created by lidtop. The mod has been downloaded 37 times.

Is GlowText compatible with Hytale servers?

GlowText is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install GlowText?

To install GlowText: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.