Releases: Auxilor/eco
6.60.2
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 data not saving correctly for some users
Check out our partners!
6.60.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 PersistentDataKeyType.BIG_DECIMAL
Check out our partners!
6.60.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:
- Fixed nestedMap and nestedListMap
- Fixed dynamically registered command aliases
- Added new createTasks() lifecycle to add support for loading without wiping tasks
Check out our partners!
6.59.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 PersistentDataKeyType#BIG_DECIMAL
- Fixed T?.toSingletonList()
- Fixed NestedMap and NestedListMap
Check out our partners!
6.58.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:
- Fixed possible crash exploit where players could spam GUIs to force renders
- Added StringUtils#lineWrap to line wrap text while preserving formatting
- Added Kotlin extensions to NumberUtils methods
- Added MenuBuilder#defaultPage
- Fixed Registry locking
- Fixed command aliases not working on paper or for dynamic commands
- Fixed load order bugs between eco plugins
Check out our partners!
6.57.2
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:
- More optimisations down the evaluation pipeline
- Removed LegacyMySQLDataHandler
Check out our partners!
6.57.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 extension loading with new plugin field
- Improved and added missing hashCode functions down evaluation pipeline
Check out our partners!
6.57.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 PluginLike#getFile
- Added
plugin
andplugin-version
to extension.yml - Added a nicer recipe error message
- Fixed bug with duplicate placeholders in configs
- Improved PlaceholderAPI integration
Check out our partners!
6.56.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:
- Completely recoded Placeholder system
- Placeholder is no longer a sealed interface
- Added PlaceholderContext as unified way of providing values to placeholders
- Deprecated MathContext for removal, move to PlaceholderContext instead
- Recoded and massively optimised expression evaluation: under load performance has increased by ~3x
- Fixed data desync (Thanks Cyramek!)
- Improved Config so all default getFromExpression methods all feed to the default getDoubleFromExpression(String, PlaceholderContext) to improve flexibility with custom implementations
- Added StringUtils#replaceQuickly
- Removed unused use-lower-protocollib-priority option
- Added more options related to expression eval
- Added Denizen support (Thanks FireML!)
- Added PlayerPoints support (Thanks SenMC!)
Check out our partners!
6.55.4
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 UltraEconomy integration