
EcoItems 5.62.0
Super-powerful custom items and crafting recipes.
5.0.0
May 18, 2023
The v5 Recode!
What's new?
EcoItems now supports customisable item slots, so instead of having items only work in hands, now you can make custom armor, charms, totems, and whatever else!
EcoItems has also been modernised to improve it's internal APIs to make it run smoother and better on your server.
How do I upgrade?
There's absolutely zero input required on your end. All configs are fully backwards-compatible, it's just a drag-and-drop upgrade. The recode is designed to make EcoItems better without any headaches.
Is there anything else?
No! This is a simple upgrade, the only difference is a new backend and a world of new possibilites.
4.14.0
May 18, 2023
4.14.0 Changelog
- Added in_region condition (Requires WorldGuard)
- Added enter_region trigger (Requires WorldGuard)
- Added leave_region trigger (Requires WorldGuard)
- Added region filter for the above triggers (Requires WorldGuard)
- Added drop_pickup_item effect that drops an item that runs a chain when it's picked up (Requires Paper)
- Added open_ender_chest effect
- Added add_enchant and remove_enchant effects
- Added all_players effect to run a chain for all players
- Added random_player effect to run a chain for a random player
- Added click_entity trigger
- Added age_crop effect
- Added slot options to give_item effect
- Added message option to block_commands effect
- Fixed drop_item effect
- Fixed trigger_custom effect
- Fixed location_to_cursor mutator
- Various other stability improvements
4.13.1
May 17, 2023
4.13.1 Changelog
- Fixed configs that exist by default occasionally losing all formatting
- Fixed flicker with permanent_potion_effect
- Fixed send_message not working in action bar since a few versions ago
- Fixed tons of triggers firing multiple times (Fixes multiply_drops among others)
4.13.0
May 16, 2023
4.13.0 Changelog
- Added conditional custom placeholders, you can now make completely dynamic placeholders based on conditions that integrate with PlaceholderAPI! Read more here: https://plugins.auxilor.io/effects/custom-placeholders
- Added drop_random_item and drop_random_item_for_player effects
- Fixed bug with Attribute effects
- Identical triggers will no longer dispatch in the same tick: this not only removes the cooldown workaround as a necessity, but this should also lead to significant performance improvements!
4.12.0
May 15, 2023
4.12.0 Changelog
- Added global points which belong to the server rather than to the player: you can access these with %libreforge_global_points_<id>% and control them with new give_global_points and multiply_global_points effects, and new above_global_points, below_global_points, and global_points_equal conditions
- Added custom placeholder system, read more here: https://plugins.auxilor.io/effects/custom-placeholders
- Added load-weight option to all configs, you can add it to any config to change the load order, read more here: https://plugins.auxilor.io/effects/configuring-an-effect#load-weight
- Added reel_speed_multiplier effect
- Added multi-message support to send_message effect
- Fixed pointless limitation with points
- API: Cleaned up ProvidedHolder, to get the ItemStack from a ProvidedHolder you can do holder.getProvider<ItemStack>() now
4.11.0
May 14, 2023
4.11.0 Changelog
- Added damage_twice effect
- Added brew_ingredient trigger
- catch_fish now passes the XP dropped as the value
- Added damage_item effect
- Added repair_item effect
- Added `multiplier` option to multiply_drops instead of fortune
- Counters now support all effect arguments (e.g. chance, every, etc.)
- Added brew_time_multiplier effect
- Added potion_duration_multiplier effect
- Added dont_consume_lapis_chance effect
- Added dont_consume_xp_chance effect
- Added item_durability_above filter
- Added item_durability_below filter
- add_holder (and related effects) no longer require specifying conditions
- Various fixes
4.9.0
May 5, 2023
4.9.0 Changelog
- Added teleport trigger (Thanks Sen!)
- Fixed add_stat flickering for AureliumSkills users
- Added homing effect to make projectiles hone in on enemies (Homing Arrows, Homing Tridents)
- Added piercing effect to allow projectiles to pass through entities and hit multiple at once
- (API) Added new TriggerPlaceholder API to generate placeholders from TriggerData, much cleaner than using a TriggerDispatchEvent listener
- Fixed crit_multiplier
- TriggerData#item will now be passed in to get ItemStack-based placeholders if the holder provider is not an ItemStack
4.8.0
May 3, 2023
4.8.0 Changelog
- Added %location_x%, %location_y%, %location_z%, and %location_world% placeholders (shorthand: %x%, %y%, %z%, %world%)
- Added /libreforge reloadextensions command
- Fixed repeats not working correctly
- Fixed elytra_boost_save_chance
4.7.0
Apr 29, 2023
4.7.0 Changelog
- Updated to use new eco 6.56.0 placeholder system
- Added enable and disable triggers
- Added create_hologram effect
- Added kick effect
- Added clear_invulnerability effect
- Optimised mining effects (mine_radius, vein, drill, etc)
- Various other optimisations
4.6.0
Apr 25, 2023
4.6.0 Changelog
- Reworked holder loading, duplicate holders will now load properly
4.5.0
Apr 25, 2023
4.5.0 Changelog
- Fixed critical bug with bonus_health and health with add_stat (Thanks SenMC for testing!)
- Fixed bug with the price effect argument (Thanks OzzeR for providing a config to test with!)
- Prices will now throw an exception if they are set to a negative value
- Fixed all effect arguments being called twice for direct-ID chains
- (API) Made all block (EffectBlock/ConditionBlock/etc) constructors internal, this was an oversight, these should not have been public
- Rewrote AttributeModifier-based effects
- Fixed flight effect
- Fixed inverse filters not working
4.4.1
Apr 24, 2023
4.4.1 Changelog
- Fixed potential 'flicker' bug with attribute effects
- Fixed points not integrating with price system
4.4.0
Apr 20, 2023
4.4.0 Changelog
- Config categories can now preload to resolve load order issues
- Removed any use of DefaultArtifactVersion to fix 1.17 support
- Updated to eco 6.55.0
- Fixed extremely critical bug with Counters (Thanks everyone who reported!)
- (API) LibreforgePlugin#categories is now locked, you have to use LibreforgePlugin#addCategory to prevent desync
- (API) Added ViolationLogger and SilentViolationContext to allow for silent compilation
4.3.0
Apr 19, 2023
4.3.0 Changelog
- Fixed ignite effect errors
- Added item_durability_multiplier effect
4.2.6
Apr 9, 2023
4.2.6 Changelog
- Improved exception handling and error logging on reload / startup
- Fixed legacy chains.yml's not working
- Fixed spawn_entity effect being marked as permanent