Page: 1 ... 3 4 5 6 7 ... 12

6.37.1 Jun 14, 2022
6.37.1 Changelog

- Improved item matching behaviour for SNBT testable items


6.37.0 Jun 14, 2022
6.37.0 Changelog

- Added SNBT support into the Item lookup system - you can now submit any NBT tag to get the item, like {id:"stone",Count:3 ... tag:{Name:"your name" ...}}


6.36.5 Jun 9, 2022
6.36.5 Changelog

- Added 1.19 support


6.36.4 May 29, 2022
6.36.4 Changelog

- Fixed conflict finder breaking the Polymart auto-updater


6.36.3 May 29, 2022
6.36.3 Changelog

- Added ability to prevent players from using captive slots based on a predicate


6.36.2 May 28, 2022
6.36.2 Changelog

- Various improvements to captive slots


6.36.1 May 28, 2022
6.36.1 Changelog

- Fixed PersistentDataKeyType#STRING_LIST


6.36.0 May 28, 2022
6.36.0 Changelog

- Added MongoDB data handler (specified in config as `mongo`) - this is the recommended option for BungeeCord / Velocity networks (above MySQL)
- Added warnings for using MySQL, prompts users to use MongoDB instead.
- Added data migration (optional), which will automatically move all player data to a new data handler when updating in config
- Added option to disable displayed recipes, 'fixes' PacketTooLargeException - read the comment in config to understand more: https://github.com/Auxilor/eco/blob/master/eco-core/core-plugin/src/main/resources/config.yml
- Added OfflinePlayer#balance kotlin extension
- Improved conflict finder to include kotlinx shades
- Added PersistentDataKeyType#STRING_LIST
- Various design passes and rewrites for all data handlers
- Improved kotlin functions / extensions for GUIs
- Improved villager trade display
- Removed `villager-display-fix` from config
- Added additional constructor to MaskItems
- Added <T> T.toSingletonList() kotlin extension
- Various other design passes and improvements


6.35.12 May 19, 2022
6.35.12 Changelog

- Fixed StaticPlaceholder translation in config string getters occurring without format option


6.35.11 May 18, 2022
6.35.11 Changelog

- Improved EntityDeathByEntityEvent
- Added support for StaticPlaceholder injections in string getting


6.35.10 May 18, 2022
6.35.10 Changelog

- Added support for missing CMI gradient format (Thanks Kapitowa!)
- Addded exception for armor stands in WorldGuard interact flag (Thanks Kapitowa!)
- Removed async-display
- Bumped Caffeine version, bumped paperweight-userdev version


6.35.9 May 17, 2022
6.35.9 Changelog

- Fixed more issues with HideFlags on FastItemStack


6.35.8 May 17, 2022
6.35.8 Changelog

- Fixed issues with HideFlags on FastItemStack


6.35.7 May 13, 2022
6.35.7 Changelog

- Fixed Placeholder Injections with subsections


6.35.6 May 9, 2022
6.35.6

- Added conflict checker to automatically detect conflicting plugins that would cause loader constraint violations (checks both kotlin being shaded and kotlin on the lib-loader)


6.35.5 May 9, 2022
6.35.5 Changelog

- Improved ItemProvider behaviour: if you have a custom item where the key contains a `:`, you must use `__` (two underscores) in the place, this is due to formatting and validation rules. For example, if you have an ItemsAdder item with the id extraitems:blue_pickaxe, instead of doing itemsadder:extraitems:blue_pickaxe (which would not work), you should do itemsadder:extraitems__blue_pickaxe

- Fixed Skull texture issues


6.35.4 May 6, 2022
6.35.4 Changelog

- Improved NaturalExpGainEvent for paper users
- Fixed Prerequisite#HAS_PAPER always being true if EcoEnchants was installed


6.35.3 May 3, 2022
6.35.3 Changelog

- Fixed players being able to tab-complete subcommands without permission


6.35.2 Apr 29, 2022
6.35.2 Changelog

- Fixed Stack Overflow with BlockUtils#getVein


6.35.1 Apr 27, 2022
6.35.1 Changelog

- Fixed overload resolution ambiguity with Player#runExempted extension function


6.35.0 Apr 27, 2022
6.35.0 Changelog

- Huge improvements to FastItemStack, added full 1:1 mapping with spigot ItemStack (in relevant places)
- Added full NBT API for items via PersistentDataContainer
- Added ExtendedPersistentDataContainer to get/set non-namespaced keys
- Added ShopSellEvent as well as integrations for zShop, EconomyShopGUI, and DeluxeSellwands
- Added PlayerUtils#tryAsPlayer
- Added full DSL for creating configs
- Removed any uses of ItemMeta in display internals (will improve performance)
- Added util to create progress bars
- Added weights to display priorities and the ability to define custom weights
- Refactored -Wrapper suffix for integrations to -Integration; easier-to-use API for other people to hook into eco rather than the other way round
- Finally removed Display#callDisplayModule
- Added menu state, replacing the old menu data API
- Added MenuBuilder#onRender to add reactive state
- Many backend improvements, refinements, fixes, and tweaks


6.34.0 Apr 20, 2022
6.34.0 Changelog

- Updated kotlin to 1.6.21
- Added full NBT manipulation API via FastItemStack and PersistentDataContainer
- Moved IridiumSkyblock to use the jar rather than the (broken) maven repo


6.33.0 Apr 13, 2022
6.33.0 Changelog

- FastItemStack now includes the PersistentDataContainer API (FastItemStack implements PersistentDataHolder)
- Added component methods to FastItemStack (like paper)
- Fixed getSkullTexture
- Added shorthand getLevelOnItem to FastItemStack
- Improvements to StringUtils JSON <-> Component <-> Legacy conversions/caches


6.32.2 Apr 11, 2022
6.32.2 Changelog

- Fixed minecraft:use_spell and minecraft:tempt entity goals


6.32.1 Apr 6, 2022
6.32.1 Changelog

- Fixed MySQL shading issue


Page: 1 ... 3 4 5 6 7 ... 12