- I fixed the problem with the announcement messages.
- I added a way to format the time format used in the message with multiple
%d
or fewer.
Formats:
- One
%d
for only seconds. - Two
%d %d
for min and seconds. - Three
%d %d %d
for H M S.
We've added the ability to set webhooks to notify when someone activates a shinyboost!
From now on a json config will be generated in /config/shinyboosters/shinyboosters.json
webhookUrl
- is to set the custom webhook that you want the announcements to be sent to.mentionRoleId
- is to set which rank on Discord you want to mention when the announcement is made.
PS: To set the rank you must use the Role ID from Discord to be mentioned!
customWebhookMessage
- is to set a custom message for the announcement, this message will be shown in the announcement tab.
- Shiny events added in 1.6.1
- Priority system added
- Custom shiny boost messages added