Page: 1 2 3 4 5 ... 12

6.53.0 Mar 25, 2023
6.53.0 Changelog

- 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


6.52.3 Mar 15, 2023
6.52.3 Changelog

- Added 1.19.4 support


6.52.2 Feb 27, 2023
6.52.2 Changelog

- Fixed EconomyShopGUI integration (Thanks OfTeN and Gypepo!)


6.52.1 Feb 27, 2023
6.52.1 Changelog

- Fixed listMap<K, V>() for kotlin users


6.52.0 Feb 27, 2023
6.52.0 Changelog

- Added DefaultMap
- Added Registry
- EcoPlugin#loadListeners is no longer abstract


6.51.4 Feb 24, 2023
6.51.4 Changelog

- NumberUtils#evaluateExpression will now return 0 instead of NaN / Infinity
- Fixed static placeholders containing an additional player prefix not parsing correctly


6.51.3 Feb 18, 2023
6.51.3 Changelog

- Fixed clearing entity goals throwing an exception on 1.19+


6.51.2 Feb 16, 2023
6.51.2 Changelog

- Hotfix for 1.17 - 1.18 users


6.51.1 Feb 15, 2023
6.51.1 Changelog

- Fixed download bug with Polymart


6.51.0 Feb 15, 2023
6.51.0 Changelog

- 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


6.50.3 Feb 5, 2023
6.50.3 Changelog

- Fixed dynamic command reloads


6.50.2 Jan 31, 2023
6.50.2 Changelog

- Fixed oraxen integration for new versions (Thanks Casper!)
- Fixed dynamic command registration


6.50.1 Jan 27, 2023
6.50.1 Changelog

- Hotfixes for Lands and EconomyShopGUI (Thanks OfTeN!)


6.50.0 Jan 27, 2023
6.50.0 Changelog

- Added DynamicPlaceholder and PlayerDynamicPlaceholder with regex support and parsing


6.49.2 Jan 27, 2023
6.49.2 Changelog

- Updated EconomyShopGUI integration (Thanks OfTeN!)
- Updated Lands integration (Thanks OfTeN!)
- Fixed bug with price evaluation (Thanks Baterka!)


6.49.1 Jan 24, 2023
6.49.1 Changelog

- Fixed eco setting off it's own lang.yml validation message


6.49.0 Jan 23, 2023
6.49.0 Changelog

- 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


6.48.3 Jan 13, 2023
6.48.3 Changelog

- Fixed ExecutableItems integration
- Fixed MythicMobs integration


6.48.2 Dec 20, 2022
6.48.2 Changelog

- Fixed 1.19.3 bug with registries


6.48.1 Dec 12, 2022
6.48.1 Changelog

- Fixed 1.19.3 supporty


6.48.0 Dec 11, 2022
6.48.0 Changelog

- Added CombinedDisplayPrice
- Added support for 1.19.3


6.47.0 Nov 29, 2022
6.47.0 Changelog

- 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


6.46.1 Nov 9, 2022
6.46.1 Changelog

- Fixed bug with immutable lists and tab completion with subcommands


6.46.0 Nov 8, 2022
6.46.0 Changelog

- Added support for PvPManager (Thanks mind04!)
- Fixed Scyther integration (Thanks OfTeN!)
- Fixed bugs with MySQL data handlers (Thanks DaRacci!)
- Added PlayableSound
- Added ItemStack#modify and TestableItem#modify kotlin extensions (uses ItemBuilder)
- Added CaptiveItemChangeEvent and improved backend of captive items
- Added MenuBuilder#onBuild
- Fixes to ReactiveSlot
- Added save-interval option in config.yml
- Cleaned up Menu API


6.45.0 Nov 6, 2022
6.45.0 Changelog

- Reworked Price API to be much more flexible: per-player multipliers, paying to players, added ConfiguredPrice with display text, and many other improvements
- Fixed Illusioner entity AI goals not working
- Added dynamic command registration (no plugin.yml)
- Added alias/description support to PluginCommand
- Removed health-fixer
- Minor improvements to GUI system
- Added kotlin extensions to Testable
- Fixed javadoc in a few places


Page: 1 2 3 4 5 ... 12