
eco 6.76.2
Powerful spigot development library that supercharges your plugins
- Removed all classes and methods marked as forRemoval since before 6.43.0
- Updated Placeholder system, eco can now parse placeholders if PlaceholderAPI isn't installed, but it's still recommended to install PlaceholderAPI
- Fixed missing channel bug
- Added LifecyclePosition for dynamically registering lifecycle tasks
- Made EcoPlugin registrable
- Added ExternalDataStore
- Added environment variables to eco.yml and moved existing options to be under the options section (existing eco.yml's will still work)
- Converted all remaining Groovy buildscripts to Kotlin
- eco will now compile against paper 1.19.4 instead of 1.17.1
- Fixed bug with EntityDeathByEntityEvent and WildStacker
- Added Registry#clear
- Improved error message for invalid Registrable IDs
- Added Registry#tryFitPattern utility method
- Added Items#matchesAny
- Added DefaultMap
- Added Registry
- EcoPlugin#loadListeners is no longer abstract
- NumberUtils#evaluateExpression will now return 0 instead of NaN / Infinity
- Fixed static placeholders containing an additional player prefix not parsing correctly
- Removed hard dependency on ProtocolLib
- Moved all packet processing off of the main thread
- Added minimal packet API
- Added GUI Detection with support for eco and DeluxeMenus GUIs
- Improved performance of packet display
- Cleaned up entity / target goal deserializers
- Deprecated AbstractPacketAdapter
- Fixed oraxen integration for new versions (Thanks Casper!)
- Fixed dynamic command registration
- Added DynamicPlaceholder and PlayerDynamicPlaceholder with regex support and parsing
- Updated EconomyShopGUI integration (Thanks OfTeN!)
- Updated Lands integration (Thanks OfTeN!)
- Fixed bug with price evaluation (Thanks Baterka!)
- Reworked command system internals (Thanks Samkist!)
- Added new command APIs (Thanks Samkist!)
- Fixed mcMMO bug (Thanks MCCasper!)
- Fixed XP / Levels prices
- Fixed FabledSkyblock integration
- Updated Lands integration (Thanks François!)
- Various internal changes and optimisations
- Fixed ExecutableItems integration
- Fixed MythicMobs integration