promotional bannermobile promotional banner

BroadcastSystem

A lightweight Hytale plugin that sends configurable automatic and manual chat and title announcements, plus join messages, with legacy & color codes and placeholders.

File Details

BroadcastSystem-1.1.jar

  • R
  • Jan 16, 2026
  • 47.34 KB
  • 214
  • Early Access

File Name

BroadcastSystem-1.1.jar

Supported Versions

  • Early Access

Changing the main command from /hb to /bs

The 1.1 will be a final version for now. I prefer to have a reliable plugin without errors than a plugin with multiple methods and errors or lags.

More Placeholders for 1.1 version!

You can use moreplaceholders in chat messages, titles, subtitles, joinSelf, joinServer, and announcements.

Player / Join

  • %player% — The recipient player name (the one who receives the message).

  • %joiner% — The joining player name (only available in join messages).

World

  • %world% — The recipient’s current world identifier/name (best effort).

Server / Online

  • %players_online% — Number of players currently online.

  • %online% — Alias for %players_online%.

  • %server_uptime% — Server/plugin uptime (time since plugin boot), formatted like 2h 05m 10s.

Date / Time

  • %time% — Local server time (HH:mm:ss).

  • %date% — Local server date (yyyy-MM-dd).

  • %datetime% — Local server date & time (yyyy-MM-dd HH:mm:ss).

  • %day% — Day of week (MONDAY, TUESDAY, ...).

  • %timezone% — System timezone ID (example: Europe/Paris).

Random

  • %random_int:min:max% — Random integer between min and max (inclusive).
    Example: %random_int:1:100%

  • %random_choice:a|b|c% — Randomly picks one option separated by |.
    Example: %random_choice:Read /rules|Join Discord|Use /help%

Placeholders inside random_choice options are supported, for example:
%random_choice:Online: %online%|World: %world%|Time: %time%%