Releases: Despical/Commons
Releases · Despical/Commons
v1.9.5
v1.9.4
- 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
- Updated XSeries library.
Full Changelog: 1.9.2...1.9.3
v1.9.2
- Added PotionUtils class.
Full Changelog: 1.9.1...1.9.2
v1.9.1
- Fixed Maven compiler's Java version is not set.
Full Changelog: 1.9.0...1.9.1
v1.9.0
- 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
- 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
- Fixed XPotion class not working as expected in legacy versions of the game.
Full Changelog: 1.8.84...1.8.85
v1.8.84
- 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
- Fixed
UpdateChecker
throws an exception if disabled. - Removed
UpdateChecker#setEnabled(boolean)
method.
Full Changelog: 1.8.82...1.8.83