Skip to main content

Changelog

2.0.66

  • Added Minecraft 26.x support, including 26.2, through updated NBT and item component handling.
  • Updated the Paper validation toolchain for Minecraft 26.2.

2.0.65

  • Fixed reforge GUI item duplication caused by double-click collection and stale tracked slot state.
  • Normalized reforge targets to one item and safely returned excess stack items.

2.0.64

  • Added explicit Minecraft compatibility coverage for 1.19.x through 1.21.11.
  • Improved compatibility handling for modern item components while keeping legacy 1.19.x servers supported.

2.0.63

  • Fixed GUI item-model support on Minecraft 1.21.2+ by using the Bukkit item model API before falling back to legacy NMS handling.
  • Added item-model entries to bundled GUI config templates and automatic config completion for existing servers.

2.0.62

  • Added per-item quality reforge limits and MMOItems upgrade attempt limits.
  • Fixed affix reforge limits being reset after quality reforging the same item.
  • Added GUI placeholders and language messages for quality reforge, affix reforge, and upgrade attempt counts.

2.0.61

  • Fixed affix reforge removing MMOItems skins from reforged items.
  • Fixed old affix stat modifiers being retained on upgraded items with MMOItems 6.10.1+.
  • Added type-specific tier stat modifiers so different MMOItems types can receive different reforge stats.

2.0.60

  • Restored a lightweight default build by keeping optional MySQL and SQLite driver libraries out of the main shaded jar.
  • Added a separate database-bundled build task for servers that need MySQL or SQLite drivers packaged into the plugin jar.

2.0.59

  • Reduced the shaded plugin jar size by excluding low-frequency SQLite native libraries.
  • Kept bundled database support for common server platforms while avoiding unnecessary multi-platform native payloads.

2.0.58

  • Added a bilingual changelog to track every version update.
  • Added an agent skill to keep English and Chinese release notes updated with each version bump.

2.0.57

  • Fixed a critical bug where affix reforge could remove all item enchantments.
  • Aligned affix reforge with the MMOItems reforge event pipeline used by quality reforge.
  • Improved preservation of vanilla, MMOItems, and supported external enchantment data during affix reforge.

2.0.56

  • Fixed affix reforge limit checks so money, materials, and lucky points are not consumed after the item reaches its reforge limit.
  • Improved SQLite, H2, and MySQL storage runtime compatibility by bundling required database libraries.
  • Improved embedded database safety by avoiding shared JDBC connections across asynchronous tasks.
  • Added WSL2-friendly Java 17 and Gradle wrapper configuration for local builds.