modmuss50 / mod-publish-plugin

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

Discord webhook support. #17

Closed modmuss50 closed 11 months ago

modmuss50 commented 1 year ago

This allows publish tasks to output json files that can be consumed by other tasks such as the discord webhook. Or later as fix for #3

Screenshot 2023-08-19 at 19 22 14
modmuss50 commented 1 year ago

Note for self: if we want to lookup the slug we can use the API here: https://console.curseforge.com/

API keys can be created without requests.

Nyfaria commented 11 months ago

So, this PR, Merge when?

modmuss50 commented 11 months ago

So, this PR, Merge when?

There is more work to be done, currently there is no way to configure the message if you have multiple versions uploading to the same platform. Such as a Forge and Fabric version both going to curseforge.