Page: 1 2 3 4 5 ... 12

6.63.1 Jun 9, 2023
6.63.1 Changelog

- Added 1.20 support


6.63.0 Jun 3, 2023
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 Jun 3, 2023
6.62.1 Changelog

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


6.62.0 May 24, 2023
6.62.0 Changelog

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


6.61.1 May 22, 2023
6.61.1 Changelog

- Added local server ID to fix collisions over networks


6.61.0 May 21, 2023
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 May 19, 2023
6.60.4 Changelog

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


6.60.3 May 18, 2023
6.60.3 Changelog

- Hotfix from last version


6.60.2 May 18, 2023
6.60.2 Changelog

- Fixed data not saving correctly for some users


6.60.1 May 17, 2023
6.60.1 Changelog

- Fixed PersistentDataKeyType.BIG_DECIMAL


6.60.0 May 16, 2023
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 May 15, 2023
6.59.0 Changelog

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


6.58.0 May 13, 2023
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 May 4, 2023
6.57.2 Changelog

- More optimisations down the evaluation pipeline
- Removed LegacyMySQLDataHandler


6.57.1 May 3, 2023
6.57.1 Changelog

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


6.57.0 May 2, 2023
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 Apr 29, 2023
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 Apr 27, 2023
6.55.4 Changelog

- Fixed UltraEconomy integration


6.55.3 Apr 25, 2023
6.55.3 Changelog

- Fixed integrations not unloading themselves when exceptions are thrown


6.55.2 Apr 24, 2023
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 Apr 20, 2023
6.55.1 Changelog

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


6.55.0 Apr 20, 2023
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 Apr 19, 2023
6.54.1 Changelog

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


6.54.0 Apr 13, 2023
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 Mar 28, 2023
6.53.1 Changelog

- Fixed tab completion on dynamically registered commands


Page: 1 2 3 4 5 ... 12