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

Allow Predicates with Server Version #30

Open gmitch215 opened 1 year ago

gmitch215 commented 1 year ago

Hello, I think adding a parameter to only send an update if a predicate passes the version string that they fetch. Could be used if they only want to update if the new version doesn't contain BETA or something like that.