eco icon

eco 6.77.0

Powerful spigot development library that supercharges your plugins

Page 1 2 3 ... 17
6.77.0 Changelog

- Removed support for 1.17 -> 1.21.3, eco now only supports 1.21.4+
- Reduced jar size by 6MB
- Increased startup time by several seconds for all plugins
- Removed reflective config handler (`uses-reflective-reload: true` in eco.yml), this was deprecated many versions ago and has now been removed
- Removed FastNamespacedKeyFactory, now unnecessary in modern versions since NamespacedKey no longer uses regex
- Dropped ProtocolLib support, `AbstractPacketAdapter` has been marked for removal and `EcoPlugin#loadPacketAdapters` has been removed
- MiniMessage is no longer shaded for each version
- Added Nexo support (Thanks Exanthiax!)
- Added `eco-api-version` to `eco.yml`, marked `EcoPlugin#getMinimumEcoVersion` for removal
- Added `TestableItem#shouldMarkAsCustom` for edge cases where registered `TestableItem`s were not custom items
- Fixed ItemStack <-> SNBT conversion on 1.21.6+
- Fixed MySQL not storing large strings in STRING, CONFIG, or STRING_LIST keys
- Fixed `FastItemStack#getEnchantmentLevel`
- Significantly cleaned up internals, especially NMS code
- Fixed custom entity AI API
- NMS proxies no longer map versions, **this will break compatibility for plugins that relied on NMS version mapping, please update them**

6.76.3

- 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

6.76.2 Changelog

- Fixed item display on 1.21.4+

6.76.1 Changelog

- Added 1.21.6/1.21.7 support

6.76.0 Changelog

- Added 1.21.5 support
- Added Packet#setHandle approach for working better with `record` packets in newer versions

6.75.2 Changelog

- Updated HuskTowns / HuskClaims (Thanks Exanthiax!)
- Fixed entity lookup error

6.75.1 Changelog

- Fixed registry error with FastItemStack on 1.21.3-1.21.4

6.75.0 Changelog

- 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

6.74.5 Changelog

- Added 1.21.4 support

6.74.4 Changelog

- 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

6.74.3 Changelog

- Added 1.21.3 support

6.74.2 Changelog

- Fixed Skull on 1.21

6.74.1 Changelog

- Fixed nearest_attackable target goal

6.74.0 Changelog

- 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!

6.73.7 Changelog

- Fixed recipe book bug on 1.21

6.73.6 Changelog

- Fixed FastItemStack#getEnchants(true) giving incorrect results when the enchantment component was removed from an item

6.73.5 Changelog

- Fixed error caused by ArgParserEnchantment with invalid keys
- Fixed rgb particles (Thanks exanthiax!)

6.73.4 Changelog

- Added 1.21.1 support. This will also add 1.21.1 support to all eco plugins

6.73.3 Changelog

- Fixed compilation bug

6.73.2 Changelog

- Fixed FancyHolograms integration

Page 1 2 3 ... 17

library

api

framework

You might also like...