/level set-announcement
Set the description that appears when a user levels up. This is shown in the level-up message and can include tags like {user}
or {level}
.
π¬ Usage
/level set-announcement <description>
<description>
β The message content to show when a user levels up. Tags like{user}
and{level}
are supported.
π Use this to personalize your serverβs leveling experience and make it feel celebratory or themed.
π Example
/level set-announcement "π {user} just reached Level {level}! Keep it up!"
This will:
Set your serverβs level-up message to the one provided
Replace
{user}
and{level}
with the actual user and their new levelShow this message automatically each time someone levels up
ποΈ Notes
You can use Markdown in the message.
Supported tags:
{user}
β Mentions the user{level}
β Shows the new level they reached
This affects all future level-up messages until changed again.
π Related Commands
/level profile
β View your level/level role-add
β Grant roles for leveling up/level reset
β Reset someone's progress
Last updated