Jikoo / AnvilUnlocker

A Bukkit plugin allowing anvils to function for costs of up to 32767 levels instead of 40.
The Unlicense
8 stars 1 forks source link

Publish on Modrinth #2

Open zefir-git opened 4 months ago

zefir-git commented 4 months ago

It would be great if this plugin was published on Modrinth. It can be done really easily and publishing updates can be automated with this GitHub workflow

Jikoo commented 3 months ago

I'll be honest, I really only made this project as a proof-of-concept because I'd theorized it was possible for a couple years. I never planned to release it anywhere else, and the only times I've mentioned it have been in forum threads to the extent of "yes, this is possible, here's how."

That action doesn't look bad, but it doesn't look like it can specify Minecraft versions. I'd probably use https://github.com/benwoo1110/modrinth-upload-action instead to target just Modrinth, it looks a little more configurable. Realistically I think I would want to use https://github.com/Kir-Antipov/mc-publish and support multiple platforms so I could generify my actions for multiple projects.

zefir-git commented 3 months ago

Sounds great! Please use whatever workflow you think is best. My main goal is to add AnvilUnlocker as an optional dependency for my plugin on Modrinth to make it easier for users to download.

Additionally, could you add a license to AnvilUnlocker? This would clarify whether the code can be copied, modified, and redistributed.

Jikoo commented 3 months ago

License is in now. Feel free to bundle AnvilUnlocker's functionality into your own plugin if you'd like, too.