hytale-chat-formatting

Format Hytale chat messages with PlayerChatEvent, TinyMessage, and a custom Formatter.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/Reign-software/hyforged --skill hytale-chat-formatting-reign-software
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hytale-chat-formatting
Source: https://github.com/Reign-software/hyforged/tree/main/.github/skills/hytale-chat-formatting
Command: npx skills add https://github.com/Reign-software/hyforged --skill hytale-chat-formatting-reign-software

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Formats chat messages in Hytale plugins using PlayerChatEvent and TinyMessage to support colors, gradients, and clickable links.

Core Features & Use Cases

  • PlayerChatEvent: Triggered when a player sends a chat message; you can cancel, modify, or set a custom formatter.
  • Formatter: Interface to customize how messages are displayed, enabling consistent branding.
  • TinyMessage: Library for gradients, hex colors, clickable links, and nested styling to create rich chat.

Quick Start

Integrate a PlayerChatEvent listener to format messages with TinyMessage via a custom Formatter.

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 colors and clickable links?

Format Hytale chat messages by integrating TinyMessage into a custom Formatter and attaching it to PlayerChatEvent. This supports gradients, hex colors, and clickable links to produce consistent, branded chat output.

What is the PlayerChatEvent used for in Hytale chat formatting?

PlayerChatEvent is triggered when a player sends a chat message. You can use it to intercept, cancel, modify, or set a custom Formatter to customize how messages are displayed in your Hytale plugin.

How do I set up a custom Formatter for Hytale chat messages?

Set up a custom Formatter by implementing the Formatter interface and integrating the Message API with TinyMessage. Apply this across events like chat and message dispatch to render rich text with consistent branding.

Does TinyMessage support gradients and nested styling for Hytale chat?

TinyMessage supports gradients, hex colors, clickable links, and nested styling. It allows you to construct and render rich text within Hytale chat messages when integrated with your custom Formatter.

Can I modify or cancel chat messages using PlayerChatEvent in Hytale?

You can intercept the PlayerChatEvent to cancel, modify, or set a custom Formatter for chat messages. This allows you to control message dispatch and apply consistent branding before messages are displayed.