promotional bannermobile promotional banner

HyAnnouncer - Announcements - Broadcasts - Sounds

A powerful announcement system for Hytale servers with scheduled messages, welcome messages, join/leave broadcasts, clickable links, and full customization support.

File Details

HyAnnouncer v1.0.1

  • R
  • Jan 15, 2026
  • 80.10 KB
  • 55
  • Early Access

File Name

hyannouncer-1.0.1.jar

Supported Versions

  • Early Access

Major Changes:

- Created separate config files:
* title-announcements.json for center-screen title announcements
* notify-announcements.json for notification popup announcements
- Removed NOTIFICATION type from chat-announcements.json (now CHAT only)

- Created dedicated managers:
* TitleAnnouncementManager for title announcements
* NotifyAnnouncementManager for notification announcements

- Added PlayerHelper utility class to eliminate duplicate hasPermission()
and getWorld() methods across announcement classes

- Updated all commands (Broadcast, List, Test) to support all three types
- Fixed broadcast command argument parsing
- Improved reload functionality to properly reschedule announcements
- Updated documentation to reflect new structure