EcoEnchants icon

EcoEnchants 12.22.0

A custom enchantments plugin that doesn't suck.

Page 1 ... 12 13 14 15 16 ... 41
9.0.0-b7 Sep 3, 2022
9.0.0-b7 Changelog

- Fixed is_night condition not working

- API: Added Iterable<ConfiguredCondition>#isMet(Player) as shorthand for using .all { it.isMet(Player) }

9.0.0-b6 Sep 2, 2022
9.0.0-b6 Changelog
- Improved / fixed the anvil
- Improved essentials integration
- Added no-grindstone option to each type
9.0.0-b5 Sep 2, 2022
9.0.0-b5 Changelog

- Fixed book combining in anvils not working

9.0.0-b4 Sep 1, 2022
9.0.0-b4 Changelog

- API: Added TriggerGroups (e.g. static_<interval>, custom_<id>) so you can programatically generate triggers with a common prefix

9.0.0-b3 Aug 31, 2022
9.0.0-b3 Changelog
- Added permanence_curse
- Added repairing
- Reworked enchantment lookups to be more flexible and support detecting enchantment activation per-slot, and improved enchantment lookup API
- Various minor API improvements
- Fixed dexterous
- Improved display system
- Improved + Nerfed Blast Mining default config
- Added additional description placeholders (see _example.yml)
9.0.0-b2 Aug 31, 2022
9.0.0-b2 Changelog

- Added has_item condition; like wearing_<armor piece>, except it just requires any item to be in the players inventory

- Added more enchantments (Thanks Sedri!)

9.0.0-b1 Aug 30, 2022
9.0.0-b1 Changelog
This is a beta build, and should not be run in production. There's only a handful of enchantments currently (you can add your own, of course), but more will come throughout the betas
 
If you're running 8.x.x currently, make sure you do a clean install of EcoEnchants. Delete the /EcoEnchants/ folder in your plugins before anything else.
 
If you have items with enchantments on them currently, prepare for the existing enchantments to disappear. The enchantments simply aren't there, so they will lose existing EcoEnchants enchantments.
 
That being said - what's new?
- Completely recoded the entire plugin from the ground up. That's right; it's a completely new plugin now.
- Countless bugs have been fixed
- You can add/remove enchantments by creating/deleting .yml files in the /enchants/ folder (including base enchantments) - no more huge customenchants.yml.
- Create your own enchantment types, and change the types of any enchantment
- Vastly improved config, much simpler and more intuitive and much more powerful
- Item lookup support to targets
- ...and a lot more things; after all, the entire plugin is new.
 
If you have any extensions installed, they will break
It's a new plugin and a new API, and old ones just aren't compatible.
Before you go and open a ticket to have your old extensions updated, wait for the plugin to be properly released first.
I will not be updating the official extensions until the plugin is fully released (out of beta).
 
It's been a while in the making, so it's great to be able to get it out!
It might have already been the best before, but now there's no other enchantment plugin that even comes remotely close in any way.
Feels great to bring EcoEnchants back up to the level of my other plugins!
8.111.0 Aug 29, 2022
8.111.0 Changelog

- (API) Added HolderProvideEvent, with the ability to modify the list of holders that will be provided to the player

8.110.0 Aug 28, 2022
8.110.0 Changelog

- Added shuffle_hotbar effect

8.109.3 Aug 27, 2022
8.109.3 Changelog

- Fixed two errors with traceback and brew (Thanks OfTeN!)

8.109.2 Aug 24, 2022
8.109.2 Changelog

- Another urgent hotfix

8.109.2 Aug 24, 2022
8.109.2 Changelog
8.109.1 Aug 24, 2022
8.109.1 Changelog

- Hotfix for traceback error / plugin not loading

- Fixed mob_coins_multiplier effect

8.109.0 Aug 23, 2022
8.109.0 Changelog

- Added elytra_boost_save_chance; chance to not consume a firework when boosting with an elytra

8.108.2 Aug 22, 2022
8.108.2 Changelog

- Optimized EnchantmentCache#getNameWithLevel, caused performance issues for at least one user's JVM implementation

8.108.1 Aug 22, 2022
8.108.1 Changelog

- Fixed damage_nearby_entities effect for base spigot users

8.108.0 Aug 20, 2022
8.108.0 Changelog

- Added brew trigger

- Added smelt trigger

- API: Added ConfiguredCondition#runNotMetEffects

8.107.1 Aug 17, 2022
8.107.1 Changelog

- Fixed warning with new truly-inline chain syntax

8.107.0 Aug 17, 2022
8.107.0 Changelog

- Cleaned up contexts for config violations; instead of having a million brackets (i.e. 'Error for effect <id>, (inline chain) (args) (Effect send_message) (args)), it will be separated by an arrow (->) to be easier to read.

- Added truly-inline chains; a shorthand syntax to run multiple effects on a trigger without ever needing to worry about the run_chain_inline effect, or even what a chain is. Instead of specifying an effect ID, you specify a list of effects to be ran on the trigger. All chain features are supported (it is an inline chain, it's just simpler). Read more about it here: https://plugins.auxilor.io/effects/configuring-an-effect#shorthand-inline-chains

8.106.0 Aug 16, 2022
8.106.0 Changelog

- Added not-met-effects to effect-specific conditions; a set of effects to be run when the trigger is activated but the conditions aren't met for that specific effect. Read more here: https://plugins.auxilor.io/effects/configuring-a-condition

Page 1 ... 12 13 14 15 16 ... 41