mfnalex / Spigot-UpdateChecker

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

Allow disabling up-to-date console message #8

Closed isiah-lloyd closed 3 years ago

isiah-lloyd commented 3 years ago

Currently if your plugin is up to date, it logs "[PLUGIN_NAME] You are using the latest version of [PLUGIN_NAME]. I propose an option that allows you to disable this message.

mfnalex commented 3 years ago

any idea on how that option could be called? I'm thinking for 30 minutes now but there's nothing I can think of lol

isiah-lloyd commented 3 years ago

@mfnalex suppressUpToDateMessage()? Or could be a more general verbose() option that can be used to set other messages down the line?

mfnalex commented 3 years ago

suppressUpToDateMessage sounds good!

mfnalex commented 3 years ago

added in 1.2.5