hytale-notifications

Send in-game notifications to Hytale players using NotificationUtil.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of sending in-game notifications to players within Hytale plugins, enhancing player feedback and communication.

Core Features & Use Cases

  • Player Notifications: Display item pickup-style messages, toast notifications, and alerts with icons.
  • Customizable Messages: Supports primary and secondary text with customizable colors.
  • Use Case: When a player completes a quest, use this skill to send a "Quest Complete!" notification with a gold trophy icon and a message detailing their reward.

Quick Start

Use the hytale-notifications skill to send a success notification to the player with the title "Welcome!" and the message "You have joined the server."

Frequently Asked Questions about hytale-notifications

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

FAQPage Schema
Does the Hytale notification system support custom colors for primary and secondary text?▼

Yes, the Hytale notification system supports customizable colors for both primary and secondary text. This allows developers to visually distinguish different types of in-game alerts and player feedback.

Can I customize the icons and messages for Hytale in-game alerts?▼

Yes, you can customize in-game alerts by defining primary and secondary text with specific colors and deriving icons directly from ItemStacks. This allows for highly tailored player feedback for various in-game events.

What is the best way to provide immediate player feedback for Hytale events?▼

The best way to provide immediate player feedback is by sending customized notifications via the NotificationUtil class, which supports item pickup-style messages and toast alerts. This ensures clear communication for events like quest completion.

Do I need external dependencies to display toast messages in Hytale plugins?▼

No, this notification system operates without external dependencies. It relies entirely on the built-in NotificationUtil class and native player packet handlers to route and display in-game messages.

Does the Hytale notification system support custom colors for primary and secondary text?▼

Yes, the Hytale notification system supports customizable colors for both primary and secondary text. This allows developers to visually distinguish different types of in-game alerts and player feedback.