mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-27 20:39:08 +00:00
Compare commits
32 Commits
templates-
...
5e30f334c4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e30f334c4 | ||
|
|
0978c5ff7f | ||
|
|
156e6ffb90 | ||
|
|
f814f87524 | ||
|
|
95b0145bd8 | ||
|
|
c198e2cb19 | ||
|
|
3a7a624c78 | ||
|
|
ceff7f49c2 | ||
|
|
782b83143c | ||
|
|
a188aa1bf3 | ||
|
|
20a5f906b1 | ||
|
|
7105a4ce80 | ||
|
|
739019010a | ||
|
|
50793b7cc9 | ||
|
|
82966741d7 | ||
|
|
b6f5da75e2 | ||
|
|
e2bf44d8a4 | ||
|
|
70c05a693e | ||
|
|
08af324360 | ||
|
|
a5e002cdd5 | ||
|
|
c19d1f3014 | ||
|
|
06ef5fc43b | ||
|
|
8bb07ee281 | ||
|
|
1f4a11c320 | ||
|
|
4292f53d03 | ||
|
|
2987742132 | ||
|
|
33e1770f44 | ||
|
|
518b54790c | ||
|
|
5fabc47cf8 | ||
|
|
e22d230c8a | ||
|
|
812e41448e | ||
|
|
0696cae350 |
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<artifactId>core</artifactId>
|
<artifactId>core</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"embeds": [
|
||||||
|
{
|
||||||
|
<#include "abstracto_color">,
|
||||||
|
<#assign slashCommandPath=slashCommandPath>
|
||||||
|
"description": "<@safe_include "slash_command_suggestion_text"/>"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<@config_value_display entry=configValue/>
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"embeds": [
|
||||||
|
{
|
||||||
|
"description": "<@safe_include "getConfig_no_configs_found_text"/>"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"embeds": [
|
||||||
|
{
|
||||||
|
"description": "<#list row as configValue><#assign configValue=configValue><@safe_include "getConfig_config_value_entry"/>\n</#list>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"buttons": [
|
||||||
|
<#include "paginator_buttons">
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
<#include "getConfig_display_macro">
|
||||||
|
{
|
||||||
|
<#assign exitOnly=innerModel.values?size lt 10/>
|
||||||
|
"embedConfigs": [
|
||||||
|
<#assign chunks=innerModel.values?chunk(9)>
|
||||||
|
<#list chunks as row><#assign counter=row?index><#assign row=row><#include "getConfig_response_embed"><#sep>,</#list>
|
||||||
|
],
|
||||||
|
"timeoutSeconds": 120,
|
||||||
|
"restrictUser": true
|
||||||
|
}
|
||||||
@@ -7,11 +7,20 @@
|
|||||||
<#include "success_color">,
|
<#include "success_color">,
|
||||||
"description": "
|
"description": "
|
||||||
<#list postTargets as postTarget><#assign postTarget=postTarget/>
|
<#list postTargets as postTarget><#assign postTarget=postTarget/>
|
||||||
<#assign postTargetName>${postTarget.postTarget.name?json_string}</#assign>
|
<#assign postTargetName>${postTarget.name?json_string}</#assign>
|
||||||
<#assign statusIndicator>${postTarget.disabled?string('❌', '✅')}</#assign>
|
<#assign statusIndicator>${postTarget.disabled?string('❌', '✅')}</#assign>
|
||||||
<#assign channelMention><#if postTarget.channel?has_content>${postTarget.channel.asMention?json_string}<#else><@safe_include "posttarget_no_channel"/></#if></#assign>
|
<#assign channelGroupText="">
|
||||||
|
<#if postTarget.channelGroup??>
|
||||||
|
<#assign additionalChannels=postTarget.channelGroup.additionalChannels?map(channel -> channel.channelMention)?join(", ")>
|
||||||
|
<#assign channelGroupText>${postTarget.channelGroup.name} ${postTarget.channelGroup.disabled?string('❌', '✅')}: ${additionalChannels}</#assign>
|
||||||
|
</#if>
|
||||||
|
<#assign channelMention><#if postTarget.channel?has_content>${postTarget.channel.channelMention?json_string}<#else><@safe_include "posttarget_no_channel"/></#if></#assign>
|
||||||
<@safe_include "posttarget_post_target_text"/>
|
<@safe_include "posttarget_post_target_text"/>
|
||||||
|
|
||||||
|
<#if postTarget.channelGroup??>
|
||||||
|
<@safe_include "posttarget_post_target_channel_group_text"/>
|
||||||
|
|
||||||
|
</#if>
|
||||||
<#else>
|
<#else>
|
||||||
<@safe_include "posttarget_no_post_targets_found"/>
|
<@safe_include "posttarget_no_post_targets_found"/>
|
||||||
</#list>
|
</#list>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"additionalMessage": "<@safe_include "eightBall_response_${chosenKey}"/>"
|
"additionalMessage": "<@safe_include "eightball_response_prefix"/> <@safe_include "eightBall_response_${chosenKey}"/>"
|
||||||
}
|
}
|
||||||
@@ -1,9 +1,4 @@
|
|||||||
{
|
{
|
||||||
"embeds": [
|
<#assign choice=chosenValue>
|
||||||
{
|
"additionalMessage": "<@safe_include "choose_response_description"/>"
|
||||||
<#include "abstracto_color">,
|
|
||||||
<#assign choice=chosenValue>
|
|
||||||
"description": "<@safe_include "choose_response_description"/>"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
@@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<artifactId>experience-tracking</artifactId>
|
<artifactId>experience-tracking</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>giveaway</artifactId>
|
<artifactId>giveaway</artifactId>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>image-generation</artifactId>
|
<artifactId>image-generation</artifactId>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
<#assign messageLink=message.jumpUrl>
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"type": "textDisplay",
|
||||||
|
"content": "<@safe_include "message_embed_cleanup_replacement_text"/>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"messageConfig": {
|
||||||
|
"useComponentsV2": true
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,70 +1,137 @@
|
|||||||
{
|
{
|
||||||
"embeds": [
|
"components": [
|
||||||
{
|
{
|
||||||
<#if author??>
|
<#assign userFound=author??>
|
||||||
<#include "user_author">
|
<#include "user_user_name">
|
||||||
<@user_author user=author/>
|
<#assign userText><#if author??><@user_user_name user=author/><#else><@safe_include "delete_user_name"/></#if></#assign>
|
||||||
<#else>
|
<#include "member_user_name">
|
||||||
<#include "deleted_user_author"/>
|
<#assign embeddingUserText><@member_user_name member=embeddingUser/></#assign>
|
||||||
</#if>,
|
<#assign userAvatar><#if author??>${author.effectiveAvatarUrl}</#if></#assign>
|
||||||
<#include "abstracto_color">,
|
<#if userFound>
|
||||||
<#if embeddedMessage.content?has_content || embeddedMessage.embeds?size gt 0>
|
"type": "section",
|
||||||
"description": "${embeddedMessage.content?json_string}
|
"components": [
|
||||||
<#list embeddedMessage.embeds>
|
{
|
||||||
<@safe_include "message_embed_embed_embeds_name"/>:
|
"type": "textDisplay",
|
||||||
<#items as embed><#assign embed=embed/>
|
"content": "<@safe_include "message_embed_meta_info"/>"
|
||||||
<@safe_include "message_embed_embed_description"/>: <#if embed.description?has_content >${embed.description?json_string}</#if> <#if embed.imageUrl?has_content> <@safe_include "message_embed_embed_image_url"/>: ${embed.imageUrl} </#if>
|
}
|
||||||
</#items>
|
],
|
||||||
</#list>
|
"accessory": {
|
||||||
",
|
"type": "thumbnail",
|
||||||
</#if>
|
"url": "${userAvatar}"
|
||||||
<#if embeddedMessage.attachments?size gt 0 && !embeddedMessage.attachments[0].spoiler>
|
|
||||||
"imageUrl": "${embeddedMessage.attachments[0].proxyUrl}",
|
|
||||||
<#elseif embeddedMessage.attachments?size = 0 && embeddedMessage.embeds?size gt 0 && embeddedMessage.embeds[0].cachedThumbnail??>
|
|
||||||
"imageUrl": "${embeddedMessage.embeds[0].cachedThumbnail.proxyUrl}",
|
|
||||||
<#elseif embeddedMessage.attachments?size = 0 && embeddedMessage.embeds?size gt 0 && embeddedMessage.embeds[0].cachedImageInfo??>
|
|
||||||
"imageUrl": "${embeddedMessage.embeds[0].cachedImageInfo.proxyUrl}",
|
|
||||||
</#if>
|
|
||||||
"fields": [
|
|
||||||
{
|
|
||||||
"name": "<@safe_include "message_embed_embed_quoted_by_field_title"/>",
|
|
||||||
<#assign user>${embeddingUser.asMention?json_string}</#assign>
|
|
||||||
<#assign channelName>${sourceChannel.name?json_string}</#assign>
|
|
||||||
<#assign messageLink>${embeddedMessage.messageUrl}</#assign>
|
|
||||||
"value": "<@safe_include "message_embed_embed_quoted_by_field_value"/>"
|
|
||||||
}
|
}
|
||||||
<#if embeddedMessage.referencedMessage??>
|
<#else>
|
||||||
,
|
"type": "textDisplay",
|
||||||
|
"content": "<@safe_include "message_embed_meta_info"/>"
|
||||||
|
</#if>
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "container",
|
||||||
|
"components": [
|
||||||
|
<#assign hasContent=false>
|
||||||
|
<#if embeddedMessage.content?has_content>
|
||||||
|
<#assign hasContent=true>
|
||||||
{
|
{
|
||||||
<#assign referencedMessageLink=embeddedMessage.referencedMessage.messageUrl/>
|
"type": "textDisplay",
|
||||||
<#assign repliedToAuthorMention>${r"<@"}${embeddedMessage.referencedMessage.author.authorId?c}${r">"}</#assign>
|
"content": "${embeddedMessage.content?json_string}"
|
||||||
"name": "<@safe_include "message_embed_embed_referenced_message_field_title"/>",
|
}
|
||||||
"value": "<@safe_include "message_embed_embed_referenced_message_field_value"/>"
|
</#if>
|
||||||
|
<#list embeddedMessage.embeds as embed>
|
||||||
|
<#if embed.description?has_content>
|
||||||
|
,{
|
||||||
|
<#assign hasContent=true>
|
||||||
|
"type": "section",
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"type": "textDisplay",
|
||||||
|
"content": "${embed.description?json_string}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
<#if (embed.cachedImageInfo?has_content && embed.cachedImageInfo.proxyUrl?has_content) || (embed.cachedThumbnail?has_content && embed.cachedThumbnail.proxyUrl?has_content)>
|
||||||
|
,"accessory": {
|
||||||
|
"type": "thumbnail",
|
||||||
|
"url": "${(embed.cachedImageInfo.proxyUrl)!embed.cachedThumbnail.proxyUrl}"
|
||||||
|
}
|
||||||
|
</#if>
|
||||||
|
}
|
||||||
|
<#elseif (embed.cachedImageInfo?has_content && embed.cachedImageInfo.proxyUrl?has_content && embed.cachedImageInfo.width gt 0)
|
||||||
|
|| (embed.cachedThumbnail?has_content && embed.cachedThumbnail.proxyUrl?has_content && embed.cachedThumbnail.width gt 0)>
|
||||||
|
<#assign hasContent=true>
|
||||||
|
{
|
||||||
|
"type": "mediaGallery",
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"url": "${(embed.cachedImageInfo.proxyUrl)!embed.cachedThumbnail.proxyUrl}"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
</#if>
|
</#if>
|
||||||
],
|
</#list>
|
||||||
"timeStamp": "${embeddedMessage.timeCreated}"
|
<#if embeddedMessage.attachments?size gt 0>
|
||||||
}
|
<#list embeddedMessage.attachments?filter(x -> x.width gt 0)>
|
||||||
]
|
,{
|
||||||
<#if useButton>
|
<#assign hasContent=true>
|
||||||
,"buttons": [
|
"type": "mediaGallery",
|
||||||
{
|
"images": [
|
||||||
"label": "<@safe_include "message_embed_button_delete"/>",
|
<#items as attachment>
|
||||||
"id": "${buttonConfigModel.buttonId}",
|
{
|
||||||
"buttonStyle": "danger",
|
"url": "${attachment.proxyUrl}"
|
||||||
"metaConfig": {
|
}</#items>
|
||||||
"persistCallback": false
|
]
|
||||||
|
}<#sep>,</#list>
|
||||||
|
</#if>
|
||||||
|
<#if hasContent==false>
|
||||||
|
{
|
||||||
|
"type": "textDisplay",
|
||||||
|
"content": "<@safe_include "message_embed_no_content"/>"
|
||||||
}
|
}
|
||||||
|
</#if>
|
||||||
|
]
|
||||||
|
}
|
||||||
|
,{
|
||||||
|
"type": "actionRow",
|
||||||
|
"actionRowItems": [
|
||||||
|
{
|
||||||
|
<#assign channelName>${sourceChannel.name?json_string}</#assign>
|
||||||
|
<#assign messageLink>${embeddedMessage.messageUrl}</#assign>
|
||||||
|
"type": "button",
|
||||||
|
"label": "<#include "message_embed_original_button_label">",
|
||||||
|
"url": "${messageLink}",
|
||||||
|
"buttonStyle": "link"
|
||||||
|
}
|
||||||
|
<#if useButton>
|
||||||
|
,{
|
||||||
|
"label": "<@safe_include "message_embed_button_delete"/>",
|
||||||
|
"id": "${buttonConfigModel.buttonId}",
|
||||||
|
"buttonStyle": "danger",
|
||||||
|
"type": "button",
|
||||||
|
"metaConfig": {
|
||||||
|
"persistCallback": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</#if>
|
||||||
|
<#if embeddedMessage.referencedMessage??>
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
<#assign referencedMessageLink=embeddedMessage.referencedMessage.messageUrl/>
|
||||||
|
"label": "<#include "message_embed_referenced_button_label">",
|
||||||
|
"url": "${referencedMessageLink}",
|
||||||
|
"buttonStyle": "link"
|
||||||
|
}
|
||||||
|
</#if>
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
</#if>
|
|
||||||
<#if embeddedMessage.attachments?size gt 0 && embeddedMessage.attachments[0].spoiler>
|
|
||||||
,"additionalMessage": "||${embeddedMessage.attachments[0].proxyUrl?json_string}||"
|
|
||||||
</#if>
|
|
||||||
<#if referencedMessageId?has_content && mentionsReferencedMessage?has_content>
|
<#if referencedMessageId?has_content && mentionsReferencedMessage?has_content>
|
||||||
,"referencedMessageId": "${referencedMessageId?c}",
|
,"referencedMessageId": "${referencedMessageId?c}"
|
||||||
"messageConfig": {
|
|
||||||
"mentionsReferencedMessage": ${mentionsReferencedMessage?string('true', 'false')}
|
|
||||||
}
|
|
||||||
</#if>
|
</#if>
|
||||||
|
,"messageConfig": {
|
||||||
|
"allowsUserMention": false,
|
||||||
|
"allowsRoleMention": false,
|
||||||
|
"allowsEveryoneMention": false,
|
||||||
|
"useComponentsV2": true
|
||||||
|
<#if referencedMessageId?has_content && mentionsReferencedMessage?has_content>
|
||||||
|
,"mentionsReferencedMessage": ${mentionsReferencedMessage?string('true', 'false')}
|
||||||
|
</#if>
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"embeds": [
|
"embeds": [
|
||||||
{
|
{
|
||||||
<#assign user>${member.user.name} (${member.asMention}: ${member.id})</#assign>
|
<#assign userText>${user.name} (${user.userMention}: ${user.id?c})</#assign>
|
||||||
"description": "<@safe_include "user_joined_text"/>",
|
"description": "<@safe_include "user_joined_text"/>",
|
||||||
<#include "abstracto_color"/>
|
<#include "abstracto_color"/>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"embeds": [
|
"embeds": [
|
||||||
{
|
{
|
||||||
<#include "user_detail">
|
<#include "user_detail">
|
||||||
<#assign user><@user_detail user=user/></#assign>
|
<#assign userText><@user_detail user=user/></#assign>
|
||||||
"description": "<@safe_include "user_left_text"/>",
|
"description": "<@safe_include "user_left_text"/>",
|
||||||
<#include "abstracto_color"/>
|
<#include "abstracto_color"/>
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<artifactId>moderation</artifactId>
|
<artifactId>moderation</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<artifactId>modmail</artifactId>
|
<artifactId>modmail</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"embeds": [
|
"embeds": [
|
||||||
{
|
{
|
||||||
<#include "modmail_color">,
|
<#include "modmail_color">,
|
||||||
<#assign user><@user_detail user=userDisplay/> (${userDisplay.id?c})</#assign>
|
<#assign user><@user_detail user=userDisplay/></#assign>
|
||||||
"description": "<@safe_include "modmail_thread_header_embed_description"/>"
|
"description": "<@safe_include "modmail_thread_header_embed_description"/>"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -4,14 +4,14 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates</groupId>
|
||||||
<artifactId>templates</artifactId>
|
<artifactId>templates</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>core</module>
|
<module>core</module>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -1,51 +1,120 @@
|
|||||||
{
|
{
|
||||||
"embeds": [
|
"components": [
|
||||||
{
|
{
|
||||||
<#if author??>
|
<#assign userFound=authorMember?? || authorUser??>
|
||||||
<#include "user_author">
|
<#assign emote>${starLevelEmote}</#assign>
|
||||||
<@user_author user=author/>
|
<#assign count>${starCount}</#assign>
|
||||||
<#else>
|
<#assign messageId>${message.messageId?c}</#assign>
|
||||||
<@safe_include "deleted_user_author"/>
|
<#assign userText><#if authorMember??>${authorMember.name}<#elseif authorUser??>${authorUser.name}<#else><@safe_include "delete_user_name"/></#if></#assign>
|
||||||
</#if>,
|
<#assign userAvatar><#if authorMember??>${authorMember.avatarUrl}<#elseif authorUser??>${authorUser.avatarUrl}</#if></#assign>
|
||||||
<#include "abstracto_color">,
|
<#assign userComponent>
|
||||||
<#if message.content?has_content || message.embeds?size gt 0>
|
"type": "textDisplay",
|
||||||
"description": "${message.content?json_string}
|
<#if channel?has_content>
|
||||||
<#list message.embeds>
|
<#assign channelMention>${channel.asMention?json_string}</#assign>
|
||||||
<@safe_include "starboard_post_embed_embeds_name"/>:
|
"content": "<@safe_include "starboard_post_embed_additional_message"/>"
|
||||||
<#items as embed>
|
<#else>
|
||||||
<#if embed.description??> <@safe_include "starboard_post_embed_description"/>: ${embed.description?json_string} </#if> <#if embed.imageUrl?has_content> <@safe_include "starboard_post_embed_image_url"/>: ${embed.imageUrl} </#if>
|
<#assign channelMention>${sourceChannelId?c}</#assign>
|
||||||
</#items>
|
"content": "<@safe_include "starboard_post_embed_additional_message"/>"
|
||||||
</#list>
|
</#if>
|
||||||
",
|
</#assign>
|
||||||
</#if>
|
<#if userFound>
|
||||||
<#if message.attachments?size gt 0>
|
"type": "section",
|
||||||
"imageUrl": "${message.attachments[0].proxyUrl}",
|
"components": [
|
||||||
<#elseif message.attachments?size = 0 && message.embeds?size gt 0 && message.embeds[0].cachedThumbnail??>
|
{
|
||||||
"imageUrl": "${message.embeds[0].cachedThumbnail.proxyUrl}",
|
${userComponent}
|
||||||
<#elseif message.attachments?size = 0 && message.embeds?size gt 0 && message.embeds[0].cachedImageInfo??>
|
}
|
||||||
"imageUrl": "${message.embeds[0].cachedImageInfo.proxyUrl}",
|
],
|
||||||
</#if>
|
"accessory": {
|
||||||
"fields": [
|
"type": "thumbnail",
|
||||||
{
|
"url": "${userAvatar}"
|
||||||
"name": "<@safe_include "starboard_post_embed_original_field_title"/>"
|
|
||||||
<#if channel?has_content>
|
|
||||||
,"value": "[${channel.name?json_string}](${message.messageUrl})"
|
|
||||||
<#else>
|
|
||||||
,"value": "[${sourceChannelId?c}](${message.messageUrl})"
|
|
||||||
</#if>
|
|
||||||
}
|
}
|
||||||
],
|
<#else>
|
||||||
"timeStamp": "${message.timeCreated}"
|
${userComponent}
|
||||||
|
</#if>
|
||||||
|
}
|
||||||
|
,{
|
||||||
|
"type": "container",
|
||||||
|
<#include "starboard_post_container_color">
|
||||||
|
"components": [
|
||||||
|
<#assign hasContent=false>
|
||||||
|
<#if message.content?has_content>
|
||||||
|
<#assign hasContent=true>
|
||||||
|
{
|
||||||
|
"type": "textDisplay",
|
||||||
|
"content": "${message.content?json_string}"
|
||||||
|
}
|
||||||
|
</#if>
|
||||||
|
<#list message.embeds as embed>
|
||||||
|
<#if embed.description?has_content && !((embed.cachedImageInfo?has_content && embed.cachedImageInfo.proxyUrl?has_content) || (embed.cachedThumbnail?has_content && embed.cachedThumbnail.proxyUrl?has_content))>
|
||||||
|
<#assign hasContent=true>
|
||||||
|
{
|
||||||
|
"type": "textDisplay",
|
||||||
|
"content": "${embed.description?json_string}"
|
||||||
|
}
|
||||||
|
<#elseif embed.description?has_content && (embed.cachedImageInfo?has_content && embed.cachedImageInfo.proxyUrl?has_content && embed.cachedImageInfo.width gt 0)
|
||||||
|
|| (embed.cachedThumbnail?has_content && embed.cachedThumbnail.proxyUrl?has_content && embed.cachedThumbnail.width gt 0)>
|
||||||
|
<#assign hasContent=true>
|
||||||
|
,{
|
||||||
|
"type": "section",
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"type": "textDisplay",
|
||||||
|
"content": "${embed.description?json_string}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
,"accessory": {
|
||||||
|
"type": "thumbnail",
|
||||||
|
"url": "${(embed.cachedImageInfo.proxyUrl)!embed.cachedThumbnail.proxyUrl}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
<#elseif (embed.cachedImageInfo?has_content && embed.cachedImageInfo.proxyUrl?has_content && embed.cachedImageInfo.width gt 0)
|
||||||
|
|| (embed.cachedThumbnail?has_content && embed.cachedThumbnail.proxyUrl?has_content && embed.cachedThumbnail.width gt 0)>
|
||||||
|
<#assign hasContent=true>
|
||||||
|
{
|
||||||
|
"type": "mediaGallery",
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"url": "${(embed.cachedImageInfo.proxyUrl)!embed.cachedThumbnail.proxyUrl}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
</#if>
|
||||||
|
</#list>
|
||||||
|
<#if message.attachments?size gt 0>
|
||||||
|
<#list message.attachments?filter(x -> x.width gt 0)>
|
||||||
|
<#assign hasContent=true>
|
||||||
|
,{
|
||||||
|
"type": "mediaGallery",
|
||||||
|
"images": [
|
||||||
|
<#items as attachment>
|
||||||
|
{
|
||||||
|
"url": "${attachment.proxyUrl}"
|
||||||
|
}</#items>
|
||||||
|
]
|
||||||
|
}<#sep>,</#list>
|
||||||
|
</#if>
|
||||||
|
<#if hasContent==false>
|
||||||
|
{
|
||||||
|
"type": "textDisplay",
|
||||||
|
"content": "<@safe_include "starboard_post_embed_no_content"/>"
|
||||||
|
}
|
||||||
|
</#if>
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "actionRow",
|
||||||
|
"actionRowItems": [
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"label": "<#include "starboard_post_embed_go_to_post_title">",
|
||||||
|
"url": "${message.messageUrl}",
|
||||||
|
"buttonStyle": "link"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
<#assign emote>${starLevelEmote}</#assign>
|
"messageConfig": {
|
||||||
<#assign count>${starCount}</#assign>
|
"allowsUserMention": false,
|
||||||
<#assign messageId>${message.messageId?c}</#assign>
|
"useComponentsV2": true
|
||||||
<#if channel?has_content>
|
}
|
||||||
<#assign channelMention>${channel.asMention?json_string}</#assign>
|
|
||||||
"additionalMessage": "<@safe_include "starboard_post_embed_additional_message"/>"
|
|
||||||
<#else>
|
|
||||||
<#assign channelMention>${sourceChannelId?c}</#assign>
|
|
||||||
"additionalMessage": "<@safe_include "starboard_post_embed_additional_message"/>"
|
|
||||||
</#if>
|
|
||||||
}
|
}
|
||||||
@@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<artifactId>statistic</artifactId>
|
<artifactId>statistic</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>sticky-roles</artifactId>
|
<artifactId>sticky-roles</artifactId>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -6,29 +6,49 @@
|
|||||||
<#assign title=currentSection.title>
|
<#assign title=currentSection.title>
|
||||||
<#assign thumbnail=currentSection.thumbnailURL>
|
<#assign thumbnail=currentSection.thumbnailURL>
|
||||||
<#assign viewerCount=currentSection.viewerCount>
|
<#assign viewerCount=currentSection.viewerCount>
|
||||||
"additionalMessage": "<@safe_include "twitch_streamer_go_live_notification_text"/>",
|
"components": [
|
||||||
"embeds": [
|
<#assign additionalText><@safe_include "twitch_streamer_go_live_notification_text"/></#assign>
|
||||||
{
|
{
|
||||||
<#include "twitch_color">,
|
"type": "section",
|
||||||
"author": { "name": "${channelName}", "avatar": "${streamerAvatarURL}", "url": "${streamURL}"},
|
"components": [
|
||||||
"title": {
|
{
|
||||||
"title": "${title?json_string}"
|
"type": "textDisplay",
|
||||||
},
|
"content": "${(additionalText)!''}\n# ${title?json_string} \n <@safe_include "twitch_streamer_go_live_notification_current_section"/>"
|
||||||
"description": "<@safe_include "twitch_streamer_go_live_notification_current_section"/> <#if pastSections?? && pastSections?size gt 0><@safe_include "twitch_streamer_go_live_notification_past_sections"/></#if>",
|
}
|
||||||
"imageUrl": "${thumbnail}?${randomString}"
|
<#if pastSections?? && pastSections?size gt 0>,
|
||||||
|
{
|
||||||
|
"type": "textDisplay",
|
||||||
|
"content": "<@safe_include "twitch_streamer_go_live_notification_past_sections"/>"
|
||||||
|
}
|
||||||
|
</#if>
|
||||||
|
]
|
||||||
|
,"accessory": {
|
||||||
|
"type": "thumbnail",
|
||||||
|
"url": "${streamerAvatarURL}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "mediaGallery",
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"url": "${thumbnail}?${randomString}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "actionRow",
|
||||||
|
"actionRowItems": [
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"label": "<@safe_include "twitch_streamer_go_live_notification_watch_button"/>",
|
||||||
|
"url": "${streamURL?json_string}",
|
||||||
|
"buttonStyle": "link"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"messageConfig": {
|
"messageConfig": {
|
||||||
"allowsRoleMention": true
|
"allowsRoleMention": true,
|
||||||
},
|
"useComponentsV2": true
|
||||||
"buttons": [
|
}
|
||||||
{
|
|
||||||
"label": "<@safe_include "twitch_streamer_go_live_notification_watch_button"/>",
|
|
||||||
"url": "${streamURL?json_string}",
|
|
||||||
"buttonStyle": "link",
|
|
||||||
"metaConfig": {
|
|
||||||
"persistCallback": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
@@ -1,18 +1,37 @@
|
|||||||
<#include "format_instant">
|
<#include "format_instant">
|
||||||
{
|
{
|
||||||
"embeds": [
|
"components": [
|
||||||
{
|
{
|
||||||
<#include "twitch_color">,
|
|
||||||
<#assign channelName=channelName>
|
<#assign channelName=channelName>
|
||||||
<#assign avatarURL=avatarURL>
|
<#assign avatarURL=avatarURL>
|
||||||
"title": {
|
"type": "section",
|
||||||
"title": "<@safe_include "twitch_streamer_went_offline_notification_title"/>"
|
"components": [
|
||||||
},
|
{
|
||||||
"author": { "name": "${channelName}", "avatar": "${avatarURL}"},
|
"type": "textDisplay",
|
||||||
"description": "<@safe_include "twitch_streamer_went_offline_notification_past_sections"/>"
|
"content": "<@safe_include "twitch_streamer_went_offline_notification_title"/>"
|
||||||
<#if offlineImageURL??>,
|
},
|
||||||
<#assign offlineImageURL=offlineImageURL>
|
{
|
||||||
"imageUrl": "${offlineImageURL}"</#if>
|
"type": "textDisplay",
|
||||||
|
"content": "<@safe_include "twitch_streamer_went_offline_notification_past_sections"/>"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
,"accessory": {
|
||||||
|
"type": "thumbnail",
|
||||||
|
"url": "${avatarURL}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
<#if offlineImageURL??>,
|
||||||
|
{
|
||||||
|
"type": "mediaGallery",
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"url": "${offlineImageURL}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
</#if>
|
||||||
|
],
|
||||||
|
"messageConfig": {
|
||||||
|
"useComponentsV2": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<artifactId>utility</artifactId>
|
<artifactId>utility</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>abstracto-modules</artifactId>
|
<artifactId>abstracto-modules</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates.templates</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>dev.sheldan.abstracto-templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates</groupId>
|
||||||
<artifactId>templates</artifactId>
|
<artifactId>templates</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>abstracto-modules</module>
|
<module>abstracto-modules</module>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<connection>scm:git:${project.scm.url}</connection>
|
<connection>scm:git:${project.scm.url}</connection>
|
||||||
<developerConnection>scm:git:${project.scm.url}</developerConnection>
|
<developerConnection>scm:git:${project.scm.url}</developerConnection>
|
||||||
<url>https://github.com/Sheldan/abstracto-templates.git</url>
|
<url>https://github.com/Sheldan/abstracto-templates.git</url>
|
||||||
<tag>templates-1.4.55</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<artifactId>core</artifactId>
|
<artifactId>core</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
The command is only available as slash command.
|
||||||
|
Please try `/${slashCommandPath}`
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Default
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
<#macro config_value_value_display entry><#if entry.longValue??>${entry.longValue?c}</#if><#if entry.stringValue??>${entry.stringValue}</#if><#if entry.doubleValue??>${entry.doubleValue}</#if></#macro>
|
||||||
|
<#macro config_value_display entry>${entry.key}: <#if entry.hasConcreateValue><@config_value_value_display entry=entry/><#else><#include "getConfig_display_no_concrete_value_label"></#if> <#include "getConfig_display_default_label">: <@config_value_value_display entry=entry.defaultValue/></#macro>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
No value.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
No config found.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Shows all or one value of the bots configuration.
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
This command is used to see the currently applied configuration and default configuration of this server.
|
||||||
|
If a `key` is provided, this shows one individual configuration and all configuration entries otherwise.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
The feature to show the configuration for.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
The key to inspect.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Channel group: ${channelGroupText}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
The magic 8-ball says to `${input?json_string}`:
|
||||||
@@ -1 +1 @@
|
|||||||
I have chosen: ${choice}.
|
From `${choices?join("`, `")?json_string}` I have chosen: `${choice?json_string}`.
|
||||||
@@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<artifactId>experience-tracking</artifactId>
|
<artifactId>experience-tracking</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>giveaway</artifactId>
|
<artifactId>giveaway</artifactId>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>image-generation</artifactId>
|
<artifactId>image-generation</artifactId>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
${messageLink}
|
||||||
@@ -1 +0,0 @@
|
|||||||
Description
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Embeds
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Image URL
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Quoted by
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
${user} from [${channelName} (original)](${messageLink})
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Replied to
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
[message](${referencedMessageLink}) by ${repliedToAuthorMention}
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
${userText} quoted by ${embeddingUserText}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Go to original in ${channelName}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Referenced message
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
User ${user} has joined the guild.
|
User ${userText} has joined the guild.
|
||||||
@@ -1 +1 @@
|
|||||||
User ${user} has left the guild.
|
User ${userText} has left the guild.
|
||||||
@@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<artifactId>moderation</artifactId>
|
<artifactId>moderation</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<artifactId>modmail</artifactId>
|
<artifactId>modmail</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -4,14 +4,14 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates</groupId>
|
<groupId>dev.sheldan.abstracto-templates</groupId>
|
||||||
<artifactId>templates</artifactId>
|
<artifactId>templates</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>core</module>
|
<module>core</module>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
${emote} ${count} ${channelMention} ID: ${messageId}
|
-# ${emote} ${count} by ${userText} in ${channelMention}
|
||||||
|
-# ID: ${messageId}
|
||||||
@@ -1 +0,0 @@
|
|||||||
Description
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Embeds
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Go to message
|
||||||
@@ -1 +0,0 @@
|
|||||||
ImageURL
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
No content found
|
||||||
@@ -1 +0,0 @@
|
|||||||
Original
|
|
||||||
@@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<artifactId>statistic</artifactId>
|
<artifactId>statistic</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>sticky-roles</artifactId>
|
<artifactId>sticky-roles</artifactId>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>translations</artifactId>
|
<artifactId>translations</artifactId>
|
||||||
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
<groupId>dev.sheldan.abstracto-templates.translations</groupId>
|
||||||
<version>1.4.55</version>
|
<version>1.4.65-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
They played:
|
They played:
|
||||||
<#list pastSections as section>
|
<#list pastSections as section>
|
||||||
<@format_instant_date_time instant=section.startedAt/> `${section.gameName}` - `${section.title}`
|
<@format_instant_date_time instant=section.startedAt/> `${section.gameName}` - `${section.title}`
|
||||||
</#list>
|
</#list>
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
They played:
|
They played:
|
||||||
<#list pastSections as section>
|
<#list pastSections as section>
|
||||||
<@format_instant_date_time instant=section.startedAt/> `${section.gameName}` - `${section.title}`
|
<@format_instant_date_time instant=section.startedAt/> `${section.gameName}` - `${section.title}`
|
||||||
</#list>
|
</#list>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user