Releases: Auxilor/eco
6.77.2
The package hosted on GitHub is missing the internals / backend and won't run on your server, it's just for developers to build against eco
Changelog:
- Added support for 1.21.10
- Skull textures are now paper-only. All servers should be running paper anyway, if you are not then download paper at https://papermc.io/
6.77.1
The package hosted on GitHub is missing the internals / backend and won't run on your server, it's just for developers to build against eco
Changelog:
- Fixed ItemsAdder integration
6.77.0
The package hosted on GitHub is missing the internals / backend and won't run on your server, it's just for developers to build against eco
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: truein 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,
AbstractPacketAdapterhas been marked for removal andEcoPlugin#loadPacketAdaptershas been removed - MiniMessage is no longer shaded for each version
- Added Nexo support (Thanks Exanthiax!)
- Added
eco-api-versiontoeco.yml, markedEcoPlugin#getMinimumEcoVersionfor removal - Added
TestableItem#shouldMarkAsCustomfor edge cases where registeredTestableItems 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
The package hosted on GitHub is missing the internals / backend and won't run on your server, it's just for developers to build against eco
Changelog:
- 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
Check out our partners!
6.76.2
The package hosted on GitHub is missing the internals / backend and won't run on your server, it's just for developers to build against eco
Changelog:
- Fixed item display on 1.21.4+
Check out our partners!
6.76.1
The package hosted on GitHub is missing the internals / backend and won't run on your server, it's just for developers to build against eco
Changelog:
- Added 1.21.6 and 1.21.7 support
Check out our partners!
6.76.0
The package hosted on GitHub is missing the internals / backend and won't run on your server, it's just for developers to build against eco
Changelog:
- Added 1.21.5 support
- Added Packet#setHandle approach for working better with
recordpackets in newer versions
Check out our partners!
6.75.2
The package hosted on GitHub is missing the internals / backend and won't run on your server, it's just for developers to build against eco
Changelog:
- Updated HuskTowns / HuskClaims (Thanks Exanthiax!)
- Fixed entity lookup error
Check out our partners!
6.75.1
The package hosted on GitHub is missing the internals / backend and won't run on your server, it's just for developers to build against eco
Changelog:
- Fixed registry error with FastItemStack on 1.21.3-1.21.4
Check out our partners!
6.75.0
The package hosted on GitHub is missing the internals / backend and won't run on your server, it's just for developers to build against eco
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