hytale-notifications

Send in-game notifications to Hytale players via NotificationUtil.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/xDinkyx/Hytale-Colonies-Plugin --skill hytale-notifications-xdinkyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hytale-notifications
Source: https://github.com/xDinkyx/Hytale-Colonies-Plugin/tree/main/.github/skills/hytale-notifications
Command: npx skills add https://github.com/xDinkyx/Hytale-Colonies-Plugin --skill hytale-notifications-xdinkyx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of delivering in-game notifications to players within Hytale plugins, ensuring clear and timely communication of game events and information.

Core Features & Use Cases

  • Versatile Notification Types: Supports item pickup-style notifications, toast messages, and alerts with primary/secondary text and icons.
  • Developer Utility: Provides NotificationUtil for easy integration into Hytale server-side code.
  • Use Case: When a player completes a quest, use this skill to send a celebratory notification with a gold trophy icon and a "Quest Complete!" message.

Quick Start

Use the hytale-notifications skill to send a success notification to the player with the message "Welcome to the server!" and a star icon.

Frequently Asked Questions about hytale-notifications

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

FAQPage Schema
How do I send in-game notifications to Hytale players?

To send in-game notifications in Hytale, use the NotificationUtil class to deliver item pickup-style messages, toast alerts, or text alerts with optional icons. It requires access to the player's PacketHandler for successful delivery.

What types of player communication messages does Hytale plugin development support?

Hytale plugin development supports versatile player communication messages, including item pickup-style notifications, toast messages, and alerts with primary and secondary text, along with optional icons for visual context.

How do I display a toast message with an icon in a Hytale plugin?

Display a toast message in a Hytale plugin by utilizing the NotificationUtil class, which allows you to configure primary and secondary text along with an optional icon for the in-game notification.

Do I need a player's PacketHandler to deliver in-game messages in Hytale?

Yes, delivering in-game messages in Hytale requires access to the player's PacketHandler. The NotificationUtil class depends on this handler to successfully transmit notifications to the intended player.

Can I use custom icons for quest complete alerts in Hytale?

Yes, you can use custom icons for quest complete alerts in Hytale. The notification system supports alerts with primary and secondary text alongside optional icons to celebrate events like quest completion.