Description
Announcement System
Announcement System is a simple Hytale server plugin that displays a welcome message to players when they join the server and allows server-wide announcements via command.
Configuration
When the server starts, the plugin automatically creates:
dev.scripting.AnnouncementSystem/config.properties
You can configure:
title– main join messagesubtitle– subtitle join message
All players will see this message when they join the server.
Commands
/an "message"
Sends an announcement to all players.
Messages with spaces must be inside quotation marks.
Optional subtitle
--subtitle="subtitle message"
Example
/an "Server restarting soon" --subtitle="Please save your progress"

