
eco 6.75.2
Powerful spigot development library that supercharges your plugins
- 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
- Reworked entire Price system
- Reworked Shop API
- Fixed bug when multiple paginated menus were opened inside each other
- Fixed critical crafting bug
- Fixed bug with dragging items around menus
- Added captive filter to slots to allow/deny certain items
- Added lore to ConfigSlot
- Added UltraEconomy support to Price system (Thanks OfTeN!)
- Added warning messages when config.yml / lang.yml are not present (Thanks OfTeN!)
- Fixed bug where item builders disallowed oversized stacks
- Fixed many small bugs with menus
- Fixed dynamic commands not unregistering correctly
- Fixed bug with immutable lists and tab completion with subcommands