hytale-chat-formatting

Format Hytale chat messages with TinyMessage rich text styling.

13|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/JBurlison/Hytale-Mod-Agent --skill hytale-chat-formatting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hytale-chat-formatting
Source: https://github.com/JBurlison/Hytale-Mod-Agent/tree/main/.github/skills/hytale-chat-formatting
Command: npx skills add https://github.com/JBurlison/Hytale-Mod-Agent --skill hytale-chat-formatting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating dynamic and visually appealing chat messages in Hytale plugins, enhancing player communication and server aesthetics.

Core Features & Use Cases

  • PlayerChatEvent Handling: Modify or cancel incoming chat messages.
  • Rich Text Formatting: Apply colors, gradients, bold, italics, and more using TinyMessage.
  • Link Integration: Add clickable URLs directly into chat messages.
  • Use Case: Automatically format all player chat messages with a custom rank prefix and color, or create server announcements with vibrant gradients and bold text.

Quick Start

Use the hytale-chat-formatting skill to parse the TinyMessage string 'gradient:red:blueHello World!</gradient>' into a Hytale Message object.

Frequently Asked Questions about hytale-chat-formatting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I format chat messages in Hytale plugins with rich text and colors?

Format Hytale chat messages by parsing TinyMessage strings into Hytale Message objects using PlayerChatEvent. This enables dynamic styling with colors, gradients, bold, italics, and clickable links for enhanced player communication.

Do I need the TinyMessage library to style chat messages in Hytale?

TinyMessage is required for advanced rich text parsing like gradients and clickable links. Standard Java Message API can handle basic formatting, but TinyMessage enables the full dynamic styling capabilities within PlayerChatEvent.

Can I add clickable URLs directly into Hytale player chat messages?

Clickable links can be added directly into Hytale chat messages using the TinyMessage rich text library. This link integration works within PlayerChatEvent handling to enhance player communication and server announcements.

How do I intercept and modify incoming chat messages in a Hytale plugin?

Intercept and modify incoming chat messages by handling PlayerChatEvent in your Hytale plugin. You can then apply custom rank prefixes, colors, or cancel the message entirely before it reaches other players.

What is the best way to create vibrant server announcements in Hytale?

Create vibrant server announcements by parsing TinyMessage strings with gradient tags, such as '<gradient:red:blue>Hello World!</gradient>', into Hytale Message objects to display rich text with dynamic color transitions.

Does standard Java Message API support rich text formatting in Hytale?

Standard Java Message API supports basic formatting in Hytale, but advanced rich text features like gradients and clickable links require the TinyMessage library for proper parsing and styling.