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!)