eco icon

eco 6.75.2

Powerful spigot development library that supercharges your plugins

Page 1 2 3 4 5 6 ... 17
6.60.2 Changelog

- Fixed data not saving correctly for some users

6.60.1 Changelog

- Fixed PersistentDataKeyType.BIG_DECIMAL

6.60.0 Changelog

- Fixed nestedMap and nestedListMap
- Fixed dynamically registered command aliases
- Added new createTasks() lifecycle to add support for loading without wiping tasks

6.59.0 Changelog

- Added PersistentDataKeyType#BIG_DECIMAL
- Fixed T?.toSingletonList()
- Fixed NestedMap and NestedListMap

6.58.0 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

6.57.2 Changelog

- More optimisations down the evaluation pipeline
- Removed LegacyMySQLDataHandler

6.57.1 Changelog

- Fixed extension loading with new plugin field
- Improved and added missing hashCode functions down evaluation pipeline

6.57.0 Changelog

- Added PluginLike#getFile
- Added plugin and plugin-version to extension.yml
- Added a nicer recipe error message
- Fixed bug with duplicate placeholders in configs
- Improved PlaceholderAPI integration

6.56.0 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 get<X>FromExpression 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!)

6.55.4 Changelog

- Fixed UltraEconomy integration

6.55.3 Changelog

- Fixed integrations not unloading themselves when exceptions are thrown

6.55.2

- EcoConfig now uses a ConcurrentHashMap to store injections
- Reimplemented BlockUtils#getVein to use an iterative approach, removing the 2500 block limit

6.55.1 Changelog

- Fixed some plugins not loading if the server hardware was using a Turkish locale

6.55.0 Changelog

- Registry can now be locked / unlocked
- Registry is now iterable
- Added KRegistrable to make Registrable better for Kotlin users
- Added Version to be a cross-version compatible frontend to DefaultArtifactVersion
- Added OutdatedEcoVersionError to prevent plugins from loading if an outdated version of eco is installedd
- Added IntegrationRegistry, isolated all integration behaviour: if an integration throws an exception it will be automatically unregistered
- Integrations are now registrable
- Updated Kingdoms integration
- Added ExternalDataStoreObjectAdapter

6.54.1 Changelog

- Fixed Oraxen support (Thanks Casper!)
- Fixed SNBT support (Thanks Casper!)

6.54.0 Changelog

- Integrations will now gracefully fail to load
- Isolated lifecycle task / handler loading to allow them to gracefully fail
- Added json() kotlin helper method
- Added Prerequisite#HAS_1_19_4

6.53.1 Changelog

- Fixed tab completion on dynamically registered commands

6.53.0 Changelog

- Removed all classes and methods marked as forRemoval since before 6.43.0
- Updated Placeholder system, eco can now parse placeholders if PlaceholderAPI isn't installed, but it's still recommended to install PlaceholderAPI
- Fixed missing channel bug
- Added LifecyclePosition for dynamically registering lifecycle tasks
- Made EcoPlugin registrable
- Added ExternalDataStore
- Added environment variables to eco.yml and moved existing options to be under the options section (existing eco.yml's will still work)
- Converted all remaining Groovy buildscripts to Kotlin
- eco will now compile against paper 1.19.4 instead of 1.17.1
- Fixed bug with EntityDeathByEntityEvent and WildStacker
- Added Registry#clear
- Improved error message for invalid Registrable IDs
- Added Registry#tryFitPattern utility method
- Added Items#matchesAny

6.52.3 Changelog

- Added 1.19.4 support

6.52.2 Changelog

- Fixed EconomyShopGUI integration (Thanks OfTeN and Gypepo!)

Page 1 2 3 4 5 6 ... 17

library

api

framework