Releases: CasieBarieDev/KeesLib
Releases · CasieBarieDev/KeesLib
KeesLib v1.3.0
- Added | New methods to the UpdateChecker:
.setPluginName(String name)
.setNameColor(ChatColor color)
.setNewVersionColor(ChatColor color)
.setCurrentVersionColor(ChatColor color)
.setUrlColor(ChatColor color)
- Rewite | The whole UpdateChecker.
- Typo | Fixed some typo's in the javadocs.
KeesLib v1.2.1
- Other | Published to Maven Central!
- Typo | A small typo in the Javadocs
KeesLib v1.2.0
- Added |
roundNumber(Number number)
- Rounds the specified number and returns it as a String. (E.g. 3748 -> 3.7K) - Fix | A '&' was not a '§' in the UpdateChecker.
- Typo | A
@since
version was the wrong version in the javadoc. - Optimization | Changed some objects to primitives.
KeesLib v1.1.0
- Added | A new builder for the UpdateChecker.
- Added |
createLogger()
- Changes the prefix of the plugin logger to the value 'Prefix:' in the plugin.yml with ChatColor support. - Changed |
isLegacy(Double lowestVerion, Double highestVersion)
- This will no longer use the BukkitVersions enum and no longer shuts down the plugin when the version is too high. - Removed |
BukkitVersions
enum.
KeesLib v1.0.2
Added Javadoc. (At least I tried)
KeesLib v1.0.1
A few bugfixes to build on Jitpack.