modmuss50 / mod-publish-plugin

A Gradle plugin to publish mods to a range of destinations
https://modmuss50.github.io/mod-publish-plugin/
MIT License
50 stars 7 forks source link

[Feature request] Ability to customize file embeds #24

Closed ApexModder closed 8 months ago

ApexModder commented 8 months ago

When using this plugin to upload for multiple platforms, it is hard to distinguish which embed is for which platform.

The following screenshot is result after uploading files for both MinecraftForge & Fabric. As you can see, its not really possible to know which is which.

![image](https://github.com/modmuss50/mod-publish-plugin/assets/29412632/c0f129b5-2864-41a8-b716-ad7be63c95c5)

Would it be possible to provide some way to customize the text for each embed. This would allow users to either prepend platform ids or to be fancier and use emojis from their servers for each platform.

ApexModder commented 8 months ago

If customization is not possible, could a flag be added to toggle the embeds on or off.

This would allow users to build their own links to respective download locations in the discord message content.

ApexModder commented 8 months ago

never mind, my mistake just saw the dev branch with changes for this and noticed each platform allows for a announcementTitle property.

Closing as feature is already implemented and works as expected.