
eco 6.75.2
Powerful spigot development library that supercharges your plugins
6.9.3
Oct 3, 2021
6.9.3 Changelog
- Fixed adventure / minimessage issues
MiniMessage formatting will now only work on paper servers as a safety measure, but you should be running paper anyway so it should be fine
MiniMessage formatting will now only work on paper servers as a safety measure, but you should be running paper anyway so it should be fine
6.9.1
Oct 1, 2021
6.9.1 Changelog
- Included adventure as a shaded dependency to fix errors on old server versions and base spigot
6.9.0
Oct 1, 2021
6.9.0 Changelog
- Added MiniMessage support
- Added Adventure into eco via the bukkit platform
- Internal Inventory Changes
- Added Markdown support for StringUtils#format
- Improved config thread-safety: JSON Configs should now be thread safe
- Updated dependencies
- Added Adventure into eco via the bukkit platform
- Internal Inventory Changes
- Added Markdown support for StringUtils#format
- Improved config thread-safety: JSON Configs should now be thread safe
- Updated dependencies
6.8.5
Sep 29, 2021
6.8.5 Changelog
- Added use-lower-protocollib-priority option to fix a bug with Triton
6.8.1
Sep 19, 2021
6.8.1 Changelog
- Moved update checking to use Polymart rather than spigot. Any references to SpigotMC have now been removed.
- Added more gradient syntaxes (consistency between and )
- Added more gradient syntaxes (consistency between and )
6.8.0
Sep 17, 2021
6.8.0 Changelog
- Moved display impl code into backend
- Added requirement system
- Added more JSON config types
- Other internal changes
- Added requirement system
- Added more JSON config types
- Other internal changes
6.7.5
Sep 14, 2021
6.7.5 Changelog
- Added silent option to LightningUtils#strikeLightning
- Fixed Oraxen bug
Thanks OfTeN for these changes!
- Fixed Oraxen bug
Thanks OfTeN for these changes!
6.7.1
Sep 5, 2021
6.7.1 Changelog
- Optimised placeholders
- Janky (hopeful) HeadDB fix
- Many checks and improvements to EmptyTestableItems and lookups
- Added nullability annotations to all utils
- Added option to create custom config.yml and lang.yml implementations
- Janky (hopeful) HeadDB fix
- Many checks and improvements to EmptyTestableItems and lookups
- Added nullability annotations to all utils
- Added option to create custom config.yml and lang.yml implementations
6.7.0
Sep 3, 2021
6.7.0 Changelog
- Added Head Database support to Items system:
You can reference a head with headdb:
- Added skull texture support to Item lookup system:
You can set the skull texture with the argument texture:
- Added SkullUtils.getTexture
- Added arg parser system, plugins can now register their own argument parsers to modify items
You can reference a head with headdb:
- Added skull texture support to Item lookup system:
You can set the skull texture with the argument texture:
- Added SkullUtils.getTexture
- Added arg parser system, plugins can now register their own argument parsers to modify items
6.6.4
Sep 2, 2021
6.6.4 Changelog
- TestableStack now only adds display lore when in a recipe
- Fixed ItemsAdder
- Fixed ItemsAdder
6.6.3
Sep 2, 2021
6.6.3 Changelog
- Added ItemsAdder integration
- Fixed many bugs with TestableStack - it's no longer in beta after god knows how many months of forgetting about it
- Improved Items#lookup syntax: items can now be formatted better with stacks
Old Syntax Example (Still supported):
diamond_sword:3 sharpness:5
New Syntax:
diamond_sword 3 sharpness:5
- Fixed many bugs with TestableStack - it's no longer in beta after god knows how many months of forgetting about it
- Improved Items#lookup syntax: items can now be formatted better with stacks
Old Syntax Example (Still supported):
diamond_sword:3 sharpness:5
New Syntax:
diamond_sword 3 sharpness:5