Skip to content

Releases: CasieBarieDev/KeesLib

KeesLib v1.3.0

16 Jul 12:30
ccebae3
Compare
Choose a tag to compare
  • 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

03 May 18:55
daee547
Compare
Choose a tag to compare
  • Other | Published to Maven Central!
  • Typo | A small typo in the Javadocs

KeesLib v1.2.0

24 Jan 13:39
6af16ad
Compare
Choose a tag to compare
  • 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

08 Oct 19:05
ce9499e
Compare
Choose a tag to compare
  • 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

14 Jan 14:06
5f3f042
Compare
Choose a tag to compare

Added Javadoc. (At least I tried)

KeesLib v1.0.1

10 Jan 21:49
771fcb0
Compare
Choose a tag to compare

A few bugfixes to build on Jitpack.

KeesLib v1.0.0

10 Jan 21:36
0581255
Compare
Choose a tag to compare

The first release of KeesLib