eco icon

eco 6.75.2

Powerful spigot development library that supercharges your plugins

Page 1 2 3 4 5 ... 17
6.67.0 Changelog

- eco is now licensed under the MIT license
- Deprecated @ConfigUpdater for removal. It will be removed in a future release relatively soon.
- Added client-side display name API, currently only supports Paper 1.20+
- Added Model Engine 4 support (ME3 is still supported)
- Packet listeners will no longer kick players due to any LinkageErrors
- Fixed Skull textures on 1.20.2
- Added option to specify local storage per-key for PersistentDataKeys
- Removed jitpack.yml
- Updated dependencies, including Kotlin

6.66.1

- Fixed custom AI goals on 1.20+

6.66.0 Changelog

- Fixed GUI lag exploit

6.65.7 Changelog

- Fixed integrations not automatically unloading themselves in case of an error
- Updated FabledSkyblock integration
- Fixed RoyaleEconomy integration (Thanks Sen!)

6.65.6 Changelog

- Added 1.20.2 support

6.65.5 Changelog

- Patched an exploit

6.65.4 Changelog

- Added option to force recipe handling, useful for some Oraxen / ItemsAdder users (Thanks OfTeN!)
- Added trim item lookup argument (Thanks OfTeN!)
- Added display-without-meta option to config.yml
- Patched an exploit

6.65.3 Changelog

- Huge optimisations to Config#getIntFromExpression and Config#getDoubleFromExpression: If you are running libreforge plugins, make sure to update them to the latest version to prevent bugs with repeated effects.
- Finally fixed Config#hashCode performance with placeholder injections

6.65.2 Changelog

- Fixed Items#toLookupString breaking custom heads (Thanks OfTeN!)
- Optimised Config#getDoubleFromExpression further for constant values
- Updated many dependencies and integrations

6.65.1 Changelog

- Constant value expressions will now be immediately parsed
- Switched LazyPlaceholderTranslationExpressionHandler to use a standard map as the cache, should improve performance

6.65.0 Changelog

- Added Config#getBigDecimal and Config#getBigDecimalOrNull
- Fixed PersistentDataKeyType.BIG_DECIMAL with yaml data handler

6.64.0 Changelog

- Fixed bugs with SnakeYAML on 1.20
- Added global %player% placeholder
- Added head arg parser
- Added placeholder extension methods

6.63.1 Changelog

- Added 1.20 support

6.63.0 Changelog

- Added NumberUtils#evaluateExpressionOrNull
- Registering placeholders will now override existing placeholders with the same pattern
- Added check to configs to prevent the mysterious apparition of !!float

6.62.1 Changelog

- Exceptions in packet listeners will now be handled without kicking players

6.62.0 Changelog

- Added PatternUtils#compileLiteral to cache literal pattern compilation
- Non-dynamic placeholders will now use cached pattern compilation

6.61.1 Changelog

- Added local server ID to fix collisions over networks

6.61.0 Changelog

- Added global price display names, see here: https://plugins.auxilor.io/all-plugins/prices
- Added autogenerated server UUIDs accessed through ServerProfile
- Added support for a new server / player count tracking system called playerflow (in very early alpha)

6.60.4 Changelog

- Fixed PvPManager support (Thanks ChanceSD!)
- Added RoyaleEconomy integration (Thanks Sen!)

6.60.3 Changelog

- Hotfix from last version

Page 1 2 3 4 5 ... 17

library

api

framework

You might also like...