mfnalex / Spigot-UpdateChecker

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

Allow to customize messages displayed to player #9

Open nik2143 opened 3 years ago

nik2143 commented 3 years ago

Added methods to edit messages displayed to player

mfnalex commented 3 years ago

Thanks for the pull request! However, I think it would be easier to include a yaml file into the plugin .jar, and the UpdateChecker then simply looks whether it exists, instead of passing the messages to the UpdateChecker via parameters all the time, as that kinda destroys the idea of having to use "just one line of code".

I'll refactor your PR in a few days :)