Releases: Auxilor/eco
6.48.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 1.19.3 support
Check out our partners!
6.48.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 CombinedDisplayPrice
- Added support for 1.19.3
Check out our partners!
6.47.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:
- 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
Check out our partners!
6.46.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 bug with immutable lists and tab completion with subcommands
Check out our partners!
6.46.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 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
Check out our partners!
6.45.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:
- 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
Check out our partners!
6.44.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 bug with particle spawning
- Fixed bug with list getters in config
- Fixed bug with TemporaryPlayer with ProtocolLib while using Geyser
Check out our partners!
6.44.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 friendly names to item lookup system for vanilla materials (no underscores and allowing plurals)
- Deprecated TransientConfig and improved config API substantially
- Added functional pattern to plugin lifecycle hooks, to add things on reload / load / etc dynamically
- Deprecated Menu#addState (Renamed to Menu#setState)
- Added price system
- Added particle lookup system
- Added MathContext, various placeholder / math context improvements
- Various optimisations and improvements
Check out our partners!
6.43.7
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 bug with ExtendedPersistentDataContainer
Check out our partners!
6.43.6
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 bug with adventure for base spigot users