
eco 6.76.3
Powerful spigot development library that supercharges your plugins
- Fixed compatibility issues with Nexo and DeluxeMenus
- Fixed FastItemStack enchantment getter on new versions (Thanks DeltaEon!)
- Fixed teams being created for formatting codes (Thanks Nick Oates!)
- Added 1.21.8 support
- Added 1.21.5 support
- Added Packet#setHandle approach for working better with `record` packets in newer versions
- Updated HuskTowns / HuskClaims (Thanks Exanthiax!)
- Fixed entity lookup error
- Fixed 1.21.3/1.21.4 support
- Added SoundUtils to fix version compatibility issues when Sound stopped being an enum
- Updated to Kotlin 2.1.0
- Fixed SNBT errors on 1.21.1, if you are running 1.21.1 make sure to install the latest paper version available
- Updated to Kotlin 2.1.0
- Fixed recursive update bug with DelegatedExpressionHandler
- Updated several dependencies
- Rewrote the persistent data system for improved stability and performance. When updating to this version, servers using MySQL or MongoDB will have their data migrated automatically. Make sure to read the guide available on the wiki!
- Fixed FastItemStack#getEnchants(true) giving incorrect results when the enchantment component was removed from an item
- Fixed error caused by ArgParserEnchantment with invalid keys
- Fixed rgb particles (Thanks exanthiax!)
- Added 1.21.1 support. This will also add 1.21.1 support to all eco plugins
- Fixed RGB particles on 1.21+ (Thanks Exanthiax!)
- Enchantment arg parser is now case-insensitive