Skip to main content

Message Variables for Alerts and TTS

In the Format Teks field (Show Alert) and Format Suara field (Read Teks / TTS), you can insert variables that are automatically replaced with data about the viewer who triggered the action.

For example:

Thanks {username} for the {giftname}, worth {coins} coins!

comes out as:

Thanks budi123 for the Rose, worth 5 coins!

General variables

Usable in Show Alert, Read Teks (TTS), Simulate Keystrokes, and Jalankan Command Minecraft.

VariableReplaced with
{username}The viewer's TikTok username, without @
{nickname}The viewer's display name
{giftname}The name of the gift sent
{prize}The prize won, for features that have one
{repeatcount}The gift combo repeat count
{coins}Total coin value of the gift, already multiplied by the combo
{likecount}Likes in a single batch
{totallikecount}Total likes for the whole live session
{comment}The viewer's comment text
{submonth}How many months the viewer has been subscribed

Donation-only variables

Only populated for donation triggers (Saweria, Sociabuzz, Trakteer, Tako, BagiBagi, Sibagi, TipTap).

VariableReplaced with
{nickname}The donor's name
{message}The message the donor wrote
{amount}The donation amount

Minecraft-only variable

VariableReplaced with
{playername}The player name set in the Connection menu. If left blank it becomes @a — every player on the server

Writing rules

  • Type them exactly as shown: all lowercase, inside curly braces, no spaces. {username} works; {Username} and { username } are not replaced.
  • A variable with no data is replaced with empty text, not an error. If your alert renders with a missing word, it's usually because that variable isn't relevant to the trigger — for example {giftname} on a follow-triggered Activity.
  • You can use several variables in one sentence.
Testing without going live

Use the Panel Simulator in the Interaction Center. The Gift tab fills {giftname}, {coins}, and {repeatcount}; the Komentar tab fills {comment}; the Donasi tab fills {message} and {amount}.

Ready-to-use examples

SituationText format
Gift alertThanks {nickname} for the {giftname} x{repeatcount}!
Gift TTSThank you {username} for sending {giftname}
Follow alertWelcome {nickname}, thanks for following!
Subscribe alert{nickname} has subscribed for {submonth} months!
Comment TTS{nickname} says, {comment}
Donation alert{nickname} donated {amount} — {message}
Like milestoneTotal likes already at {totallikecount}!

See also