mfnalex / Spigot-UpdateChecker

UpdateChecker for your Spigot plugins with only one line of code needed in your plugin!
GNU General Public License v3.0
52 stars 14 forks source link

Multi-platform support #19

Open lokka30 opened 2 years ago

lokka30 commented 2 years ago

Hi @mfnalex - is multi-platform support being considered?

mfnalex commented 2 years ago

Hi, what do you mean with that?

lokka30 commented 2 years ago

Hi, what do you mean with that?

I'd love to use your update checker with platform independence - i.e., it working on Spigot Bungee Velocity etc.

mfnalex commented 2 years ago

Good idea!

lokka30 commented 2 years ago

I’m going to take a shot at also learning how to use Sponge, Minestom and KryptonMC’s APIs, hopefully I can PR support for those. I think we must use a maven module system to separate each platform to have its own dependency rather than bloating a single dependency with all platform support. Considering this is shaded into JARs and especially considering premium plug-in file size limits.

lokka30 commented 2 years ago

I’d love to PR this but unfortunately university has taken my free time 😆 I think I can get to it at some point

mfnalex commented 2 years ago

That would be awesome :) I'll look into it for Bungee and Velocity sometime, but it'll also take a while :P