Skip to content

Releases: Despical/Commons

v1.9.5

05 May 08:23
Compare
Choose a tag to compare
  • Added new constructor to MySQLDatabase class.
    • MySQLDatabase(JavaPlugin, FileConfiguration)

Full Changelog: 1.9.4...1.9.5

v1.9.4

14 Apr 07:36
Compare
Choose a tag to compare
  • Added 2 new methods to check item equality:
    • ItemUtils#isSameItems(ItemStack, ItemStack)
    • ItemUtils#isSameItemsWithoutAmount(ItemStack, ItemStack)
  • Updated XSeries library.

Full Changelog: 1.9.3...1.9.4

v1.9.3

23 Mar 09:21
Compare
Choose a tag to compare
  • Updated XSeries library.

Full Changelog: 1.9.2...1.9.3

v1.9.2

20 Mar 08:50
Compare
Choose a tag to compare
  • Added PotionUtils class.

Full Changelog: 1.9.1...1.9.2

v1.9.1

03 Feb 13:25
Compare
Choose a tag to compare
  • Fixed Maven compiler's Java version is not set.

Full Changelog: 1.9.0...1.9.1

v1.9.0

03 Feb 13:20
Compare
Choose a tag to compare
  • Previously, I would copy certain classes from XSeries into the project, but now I directly source those classes from the project itself and relocate them, eliminating the need for migration.
  • Removed JavaVersion class.
  • Removed unused classes & packages from the shaded JAR.

Full Changelog: 1.8.9...1.9.0

v1.8.9

31 Jan 10:29
Compare
Choose a tag to compare
  • Added RGB/Hex color support to scoreboard library.
  • Now the logger can be customized for MySQL database.

Full Changelog: 1.8.85...1.8.9

v1.8.85

19 Dec 10:23
Compare
Choose a tag to compare
  • Fixed XPotion class not working as expected in legacy versions of the game.

Full Changelog: 1.8.84...1.8.85

v1.8.84

27 Nov 10:38
Compare
Choose a tag to compare
  • Added new method to ConfigUtils class to get a YamlConfiguration from the resources folder.

Full Changelog: 1.8.83...1.8.84

v1.8.83

10 Nov 10:30
Compare
Choose a tag to compare
  • Fixed UpdateChecker throws an exception if disabled.
  • Removed UpdateChecker#setEnabled(boolean) method.

Full Changelog: 1.8.82...1.8.83