Communication Commands
System commands - uses hytale.system.command.* namespace
Broadcasts a message to all players.
Aliases: broadcast
Permission: hytale.system.command.say
/say <message...>| Argument | Type | Required | Description |
|---|---|---|---|
message | String | Yes | Message to broadcast (supports JSON if starts with {) |
/notify
Section titled “/notify”Sends a notification to players.
Permission: hytale.system.command.notify
/notify [style] <message...>| Argument | Type | Required | Description |
|---|---|---|---|
style | NotificationStyle | No | Notification style (e.g., Default) |
message | String | Yes | Notification message to send |
/eventtitle
Section titled “/eventtitle”Display event title.
Permission: hytale.system.command.eventtitle
/eventtitle <title>/messagetest
Section titled “/messagetest”Message system testing.
Aliases: msgtest
Permission: hytale.system.command.messagetest
/messagetestOpens a UI for testing message formatting and display.