EcoItems icon

EcoItems 5.62.0

Super-powerful custom items and crafting recipes.

Page 1 ... 11 12 13 14 15 ... 23
3.89.0 Jul 25, 2022
3.89.0 Changelog

- Added consume_held_item effect, runs Player#updateEffects to be able to create consumable items to interact with other holders

3.88.0 Jul 24, 2022
3.88.0 Changelog

- Fixed bug when enabling/disabling permanent effects in different orders than they were disabled/enabled in; this led to effects such as add_stat giving the wrong bonuses for some users with some configs.

- API: Effect#getUUID, Effect#getNamespacedKey, Player#getEffectAmount have been removed, and a new Identifiers parameter is passed to effects on enable / disable instead (A data class of a UUID and NamespacedKey to be used)

- Rewrote the entire effect scanning system (again), will be faster and more reliable now.

3.87.2 Jul 23, 2022
3.87.2 Changelog

- Fixed arrow_ring effect ignoring the antigrief for nearby players

3.87.1 Jul 22, 2022
3.87.1 Changelog

- Updated kotlin to 1.7.10

3.87.0 Jul 21, 2022
3.87.0 Changelog

- Changed how effects detect trigger compatibility. (API) - Instead of supplying a Collection<Trigger> in the constructor, a () -> Collection<Trigger> is supplied instead. Triggers.withParameters returns () -> Collection<Trigger> now, and specifying all triggers uses Triggers.all() rather than Triggers.values(). Effect#applicableTriggers remains unchanged; however the named parameter in the effect constructor is now triggers rather than applicableTriggers.

This will fix issues with triggers being registered after effect constructor invocation but before effect compilation, for example the kill_boss trigger not working with give_points.

3.86.0 Jul 19, 2022
3.86.0 Changelog

- Added rotate effect; spins you around a certain number of degrees

3.85.2 Jul 13, 2022
3.85.2 Changelog

- Added more trigger parameters supplied from: bow_attack, jump, melee_attack, mine_block, mine_block_progress, move, projectile_hit, static, toggle_flight, toggle_sneak, toggle_sprint, trident_attack

- TriggerData can now automatically infer Item and Velocity (where not explicitly supplied) from the Player and the Victim components (if present)

3.85.1 Jul 12, 2022
3.85.1 Changelog

- Added no_source option to shoot and shoot_arrow, prevents retriggering effects (Like a ricochet effect for arrows)

3.85.0 Jul 11, 2022
3.85.0 Changelog

- Added traceback effect: teleport back to where you were a few seconds ago, configurable between 1 and 30 seconds in the past

3.84.0 Jul 9, 2022
3.84.0 Changelog

- Added create_explosion effect (Thanks theAstra!)

3.83.1 Jul 5, 2022
3.83.1 Changelog

- Fixed error on startup for some EcoPets users

3.83.0 Jul 4, 2022
3.83.0 Changelog

- Added spawn_potion_cloud effect

- Added add_holder effect; allows you to give custom effects/conditions temporarily on a trigger, for example you can give permanent effects temporarily using this, and a lot of other beautifully complex magic 

3.82.2 Jul 1, 2022
3.82.2 Changelog

- Fixed UUID clashes breaking attribute modifier effects between plugins

3.82.1 Jun 30, 2022
3.82.1 Changelog
- Rewrote effect activation, fixing updated isMet values for effect-specific conditions
3.82.0 Jun 26, 2022
3.82.0 Changelog

- Added add_points effect; like give_points but acts permanently - if you're making a mana type system with your points, this works like a modifier (e.g. +40 Mana) - You can take as well as add

3.81.1 Jun 25, 2022
3.81.1 Changelog

- Fixed potential performance issues with in_mainhand, in_offhand, wearing_helmet, wearing_chestplate, wearing_leggings, and wearing_boots by moving Item lookups to CompileData rather than running on each invocation

3.81.0 Jun 24, 2022
3.81.0 Changelog

- Added jobs_level_up trigger

- Added fly_speed_multiplier effect

3.80.0 Jun 22, 2022
3.80.0 Changelog

- API: Added data to TriggerPreProcessEvent

- API: Added data to TriggerProcessEvent

3.79.0 Jun 22, 2022
3.79.0 Changelog

- Added pet filter

- Fixed skill filter

3.78.0 Jun 21, 2022
3.78.0 Changelog

- Added skill filter

Page 1 ... 11 12 13 14 15 ... 23