mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-09 18:16:50 +00:00
[AB-25] adding templates for level up notification and setup of experience
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
<#assign userMention=memberDisplay.memberMention>
|
||||
<#assign pastLevel=oldLevel>
|
||||
<#assign currentLevel=newLevel>
|
||||
"additionalMessage": "<@safe_include "experience_level_up_notification_text"/>"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
The time in seconds between counting the experience. This prevents people from spamming message in a short period of time and leveling up. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
${userMention}: You reached level ${currentLevel}!
|
||||
Reference in New Issue
Block a user